# Slippage

{% hint style="info" %}
Slippage is how many less tokens you're willing to receive in any given transaction. This means if optimised, your transaction is more likely to go through.
{% endhint %}

## What slippage should I set? <a href="#what-slippage-should-i-set" id="what-slippage-should-i-set"></a>

{% hint style="warning" %}
Your slippage depends on the volatility of the token.

We recommend a value between 50-80% for tokens trending, and lower for stable tokens.
{% endhint %}

{% tabs %}
{% tab title="High Slippage" %}
50-80% Slippage for very trending tokens.
{% endtab %}

{% tab title="Average Slippage" %}
30-50% Slippage.
{% endtab %}

{% tab title="Low Slippage" %}
10-20% Slippage.
{% endtab %}
{% endtabs %}

## How do I change Slippage? <a href="#how-do-i-change-slippage" id="how-do-i-change-slippage"></a>

{% stepper %}
{% step %}

### Click on ⚙️ `Settings` <a href="#click-on-settings" id="click-on-settings"></a>

{% endstep %}

{% step %}

### Click on 💦 `Slippage` <a href="#click-on-slippage" id="click-on-slippage"></a>

{% endstep %}

{% step %}

### Click on 💦 `Buy Slippage` <a href="#click-on-buy-slippage" id="click-on-buy-slippage"></a>

{% endstep %}

{% step %}

### Click on 💦 `Sell Slippage` <a href="#click-on-sell-slippage" id="click-on-sell-slippage"></a>

{% 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.tradeonnova.net/configuration/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.
