# What does ‘slippage’ mean?

Slippage is the amount of price difference you are willing to pay if the price increases between the time you click swap and the time it actually goes through. If you put for example 10% that means you are willing to still purchase even though the price has increased by 10%. If the price has not increased by 10% then you get whatever it is under that range.&#x20;

If you get any errors while buying or selling so you may need to increase the slippage.

{% hint style="info" %}
Set Slippage 25% while trading RVL
{% endhint %}


---

# 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://revolotto.gitbook.io/revolotto/what-does-slippage-mean.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.
