> For the complete documentation index, see [llms.txt](https://docs.bloombot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloombot.app/evm/evm-bot/settings/slippage.md).

# Slippage

{% hint style="info" %}
Slippage is the difference between the expected price of a trade and the actual price at which the trade is executed. It typically occurs during periods of high volatility or low liquidity. Generally, the higher it is, the faster your transaction is but the higher are the chances of getting your transaction sandwiched.

***

The guide below refers to BSC. The same logic applies to all supported blockchains, although buttons and available features may vary.
{% endhint %}

***

{% stepper %}
{% step %}
Select the desired blockchain

<div align="left"><figure><img src="https://4054888922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcxXsA1jjenOz2nZ4oZz9%2Fuploads%2FmwfCA6if24aBREkrzdt9%2FScreenshot%202026-01-19%20alle%2015.58.49.png?alt=media&#x26;token=a9601de9-3998-4c92-91cb-0a6a86c2d6e6" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Tap <kbd>🛍️ Slippage</kbd>

<div align="left"><figure><img src="https://4054888922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcxXsA1jjenOz2nZ4oZz9%2Fuploads%2FM18t6sSeDPpn5FveEeoW%2FBSC%20Slippage.png?alt=media&#x26;token=cb8ab233-3f46-4704-a9ee-3b5dab253389" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="https://4054888922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcxXsA1jjenOz2nZ4oZz9%2Fuploads%2FkmS6OXHa3qsOz6XXeyTc%2FScreenshot%202025-06-29%20alle%2015.06.21.png?alt=media&#x26;token=635b6721-997e-4f99-ae17-2037a9845c6b" alt=""><figcaption></figcaption></figure></div>

| Button           | Action                            |
| ---------------- | --------------------------------- |
| Buy Slippage     | Set the buy slippage percentage.  |
| Sell Slippage    | Set the sell slippage percentage. |
| {% endstep %}    |                                   |
| {% endstepper %} |                                   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bloombot.app/evm/evm-bot/settings/slippage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
