# Slippage

**Go to the “Settings”** section in the bot’s main menu, then **tap “Slippage”** to set your custom slippage values.

<div align="left"><figure><img src="/files/uqW0OJ3vL4CkG62X8Lzg" alt="" width="375"><figcaption></figcaption></figure></div>

Slippage is the difference between the expected price of a trade and the actual execution price.

A higher slippage increases the chance that your transaction will be confirmed faster — but it also raises the risk of MEV attacks such as frontrunning or sandwiching.\
💡 Setting slippage too low may cause your transaction to fail.

**Tap the** **Slippage** button to adjust your slippage tolerance separately for **buy** and **sell** transactions.

<div align="left"><figure><img src="/files/jhI9YlCOhsziZFmW5gvH" alt="" width="375"><figcaption></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.swoop.fun/swoop-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.
