# Slippage

### **Slippage in Crypto: What You Need to Know**

Slippage in crypto refers to the difference between the expected price of a trade and the price at which the trade is actually executed.

When you confirm a swap, a short delay occurs between the moment you approve the transaction and when it reaches the blockchain, competing with other transactions in the queue. If another transaction within the same pool reaches the blockchain ("slips") after you confirm your swap but before it is executed, the price may change from what was displayed in the confirmation window.

**Price slippage** is the difference between the price you confirmed and the actual price in the liquidity pool at the time of execution. **Slippage tolerance** defines the maximum difference you’re willing to accept for the trade. If the price moves beyond this threshold in an unfavorable way, your transaction will automatically revert.

1. To check your slippage settings, press the **gear icon** on the Swap page.
2. At **DeDust**, the default slippage tolerance is set to **1%**.
3. The ***"Min. receive"*** field accounts for slippage and displays the minimum amount of tokens you will receive if the maximum slippage occurs.

<div><figure><img src="/files/xCY8t2kL9476tBLIy7kL" alt=""><figcaption><p>Step 1</p></figcaption></figure> <figure><img src="/files/76Q6jQqkQd8SunvK6tiG" alt=""><figcaption><p>Step 2</p></figcaption></figure> <figure><img src="/files/P5RffFWVpDBNFgG7DNRx" alt=""><figcaption><p>Step 3</p></figcaption></figure></div>

### **Adjusting Slippage on DeDust**

At **DeDust**, you can set slippage as low as **0.01%** or as high as **50%**.

* **0.01% Slippage**: If the price fluctuates even slightly, most of your swaps **will fail**, and you will likely get your tokens back due to the tight slippage limit.
* **50% Slippage**: Almost all swaps will execute successfully, but if the price of your purchased token suddenly **doubles**, you might receive **only half** of the expected tokens when the transaction is signed.

{% hint style="warning" %}
Always double-check the ***"Min. receive"*** value to avoid unexpected losses.
{% endhint %}

**Key Things to Keep in Mind**

* **You are responsible for setting your slippage tolerance.** If you set it too high, you accept the risk of potential losses.
* **If a swap fails due to slippage, you will get your original funds back.** However, if the transaction involved [routing](/en/trade/router.md) through multiple liquidity pools for better pricing, you may receive an **intermediate token** instead of the original one. In this case, you can manually swap it back if the price conditions are acceptable.
* **Even if a swap is reverted due to slippage, you still have to pay the gas fee.**


---

# 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://help.dedust.io/en/trade/advanced/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.
