> For the complete documentation index, see [llms.txt](https://docs.vyfi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vyfi.io/vy-finance-products/dex/slippage.md).

# Slippage

**Slippage** occurs when an order is executed at a price that is different from the submitted order.&#x20;

For example if you place and order for 10 $VYFI at 2ADA but the transaction is not executed until 2.1ADA, the prices spread between the trade’s intended price and executed price is called slippage.\
\
**Slippage Types**&#x20;

**1. Negative slippage:** *Occurs when a trade order is filled (executed) at a price greater than the expected price.*

For example, trader A intended to buy 10 VYFI at 10 ADA, but the trade order was finally filled at 10.5 ADA, .5 ADA higher than anticipated. Trader A paid .5 ADA more than expected for the trade, which is a negative slippage.&#x20;

**2. Positive slippage:** *Occurs when a trade order is filled (executed) at a price lower than the expected price.*

For example, trader A intended to buy 10 VYFI at 10 ADA, but the trade order was finally filled at 9.5 ADA, .5 ADA lower than anticipated. Trader A paid .5 ADA less than expected for the trade, which is a positive slippage.

**How to manage Slippage on VyFinance**&#x20;

<figure><img src="/files/jXz9TRKodGFn6I1a3F0q" alt=""><figcaption></figcaption></figure>

* Select "DEx"

When making a trade, users can view the "minimum tokens" you can receive based off the slippage selected

**How To Change Slippage**&#x20;

<figure><img src="/files/ZEw9LQoAQxzB3AeW0pBH" alt=""><figcaption></figcaption></figure>

* Select "DEx"
* Select the Cog symbol

<figure><img src="/files/yi9F6UwyJCrW9EqxYLV2" alt=""><figcaption></figcaption></figure>

Here you can set your slippage tolerance.&#x20;

Users can swap between the presets of 0.1%, 0.5% and 1.0%, as well as a custom amount up to 59%.

*<mark style="color:red;">**PLEASE BEAWARE IF YOU INCREASE YOUR SLIPPAGE YOU ARE ACCEPTING A POSSIBLY WORST PRICE FOR YOUR TRADE**</mark>*

<mark style="color:red;">**VIDEO TUTORIAL:**</mark>&#x20;

{% embed url="<https://www.youtube.com/watch?v=ndShUzH-3kY>" %}

*`Reference -`*[*`https://ascendex.com/pt/support/articles/65578-basics-of-economics-3-slippage`*](https://ascendex.com/pt/support/articles/65578-basics-of-economics-3-slippage)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vyfi.io/vy-finance-products/dex/slippage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
