# Slippage Config

{% hint style="info" %}
**Slippage** is the difference between the expected price and the actual price of a token during a transaction. It shows how many fewer tokens you're willing to accept to ensure the transaction is processed.
{% endhint %}

### What Slippage Should I Set?

<details>

<summary>Slippage Options</summary>

* **High Slippage**: Set between 50-80% for highly volatile tokens, such as Pump.fun tokens.
* **Average Slippage**: 10-20% A moderate setting for regular tokens.
* **Low Slippage**: 2-5% For stable tokens with minimal price fluctuations.

</details>

### **How to Adjust Slippage:**

1. Go to **Settings**.
2. Select **Slippage**.
3. Choose **Buy Slippage** or **Sell Slippage** to set your preferred value.


---

# 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://snaip.gitbook.io/snaip-bot/overview/settings/slippage-config.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.
