# Configuring Slippage

To ensure successful transactions and avoid failures that might happen due to high volatility on tokens that you trade, you can adjust the slippage value.

There are 6 **different types of slippage that you can configure:**

1. **Buy Slippage** - applies to all your transactions that involve buying a token (regular swaps, limit orders, DCA)
2. **Sell Slippage** - applies to all your transactions that involve selling a token (regular swaps, limit orders, DCA)
3. **MovePump Snipe Slippage** - applies only to your MovePump sniping transactions. [Read more](https://docs.suite.tech/sui-sniper-bot/movepump-sniper)
4. **HopFun Snipe Slippage** - applies only to your MovePump sniping transactions. [Read more](https://docs.suite.tech/sui-sniper-bot/hopfun-sniper)
5. **TurbosFun Snipe Slippage** - applies only to your MovePump sniping transactions. [Read more](https://docs.suite.tech/sui-sniper-bot/turbosfun-sniper)
6. **Liquidity Snipe Slippage** - applies only to your liquidity sniping transactions. [Read more](https://docs.suite.tech/sui-sniper-bot/sniping/liquidity-sniper)

All of them can be edited in the same way:

1. Choose appropriate slippage type that you want to edit (in this example - Buy Slippage)
2. Choose a wallet that you want to edit the slippage for (alternatively, you can choose "All Wallets" to set slippage for all connected wallets at once)
3. Enter the desired slippage value.

<div><figure><img src="/files/Qu93LV734ZwpXsgyncG4" alt=""><figcaption><p>Step 1</p></figcaption></figure> <figure><img src="/files/6wOJWfMEu3hjKDWmZpJT" alt=""><figcaption><p>Step 2 (all wallets)</p></figcaption></figure> <figure><img src="/files/3iP35cvEuf91flkhE7zv" alt=""><figcaption><p>Step 3 (all wallets)</p></figcaption></figure> <figure><img src="/files/c7zNR5XWPATE7QtfR677" alt=""><figcaption><p>Result</p></figcaption></figure></div>

<div><figure><img src="/files/WEGiH4thmvmAOnGfnRnV" alt="" width="188"><figcaption><p>Step 2 (single wallet)</p></figcaption></figure> <figure><img src="/files/fA1YzygHkpG77chkEXs6" alt="" width="188"><figcaption><p>Step 3 (single wallet)</p></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.suite.tech/sui-sniper-bot/configuration/configuring-slippage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
