# 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.
{% endhint %}

***

{% stepper %}
{% step %}
Access `⚙️ Settings` easily from the home menu or by using the `/settings`command.

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2FbgaXiaSbfRxMqYqMtwyQ%2FSettings.png?alt=media&#x26;token=cd552293-8385-48b6-8ebd-88f2d507cf41" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Tap `🛍️ Slippage`.

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2FdQBcwFiVV6CqESCEgR9K%2FSlippage.png?alt=media&#x26;token=faa033bc-5e09-4e02-9f54-9f952da53697" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2F89dpLQaF176LTcmOHO6Q%2FScreenshot%202025-07-09%20alle%2014.49.39.png?alt=media&#x26;token=81500a41-0626-4b43-a7f6-87ed27db7556" alt=""><figcaption></figcaption></figure></div>

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


---

# 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.bloombot.app/solana/solana-bot/settings/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.
