# Price impact

**Price impact and asset value**

'Price impact' is the change in token's price directly caused by your trade. Price impact is calculated as the difference between the current market price and the price resulting from your trade, considering the total liquidity in the pool. The price impact you experience depends on the exchange route and the size of the [liquidity pool(s)](/en/liquidity/pools.md) involved.

At DeDust.io, for user convenience, besides the direct/reverse exchange rate of two tokens (shown in *Rate*), both assets value is also displayed in USD ($).

The difference between your current asset value and the expected value after the swap (both expressed in $) is always shown in **brackets** next to the expected asset amount and its $ value.

#### **How price impact / value difference is displayed**

For clarity, the impact on your asset value is color-coded:

* *<mark style="color:green;">**Green**</mark>* – when the value of the received asset increases compared to the current value.
* ***No color*** – when the estimated loss in value is 3% or less.
* *<mark style="color:orange;">**Orange**</mark>* – when the estimated loss in value is between 3% and 5%.
* *<mark style="color:red;">**Red**</mark>* – when the estimated loss in value exceeds 5%.

⚠️ **Without** [**Expert mode**](/en/trade/advanced/expert_mode.md) **activated, price impact is limited to 15%.**\
If the difference exceeds this limit, you will receive a warning message, and the "Swap" button will be disabled until the price conditions improve.

<div><figure><img src="/files/jMoCsEOsZNgjWaIp3Z8K" alt=""><figcaption><p>Increasing value ($)</p></figcaption></figure> <figure><img src="/files/0Fk9oh9kuWIk3L0XfT99" alt=""><figcaption><p>Loss in value &#x3C; 3%</p></figcaption></figure> <figure><img src="/files/MW2K2FbbgFwjMWDyndmk" alt=""><figcaption><p>Loss in value &#x3C; 5%</p></figcaption></figure></div>

<div><figure><img src="/files/AQtJjIecUjeiJLKhI84h" alt=""><figcaption><p>Loss in value > 5%</p></figcaption></figure> <figure><img src="/files/VsG0nhJSJq8hjQCKzJ1m" alt=""><figcaption><p>Loss in value &#x3C; 15%</p></figcaption></figure> <figure><img src="/files/0qv6K2Mqj5PVNiVitA9l" alt=""><figcaption><p>Loss in value > 15%<br>(inactive Expert mode)</p></figcaption></figure></div>


---

# 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/price_impact.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.
