# Slippage

Slippage is how many less tokens you're willing to receive in any given transaction.&#x20;

{% hint style="info" %}
Your slippage depends on the volatility of the token. Higher marketcap coins that arent as volitile generally require less slippage.
{% endhint %}

{% tabs %}
{% tab title="High Slippage" %}
Above 20% increases your odds of being MEVed. Only recommended for highly volatile tokens.
{% endtab %}

{% tab title="Default Slippage" %}
20% — recommended for general purpose.
{% endtab %}

{% tab title="Low Slippage" %}
1% - 20% — recommended for lower odds of being MEVed. Risk of transaction failure due to slippage error.
{% endtab %}
{% endtabs %}


---

# 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.sniper.xyz/tokens/telegram-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.
