# Highly volatile pools

If a trade involves intermediate pools with [highly volatile](#user-content-fn-1)[^1] tokens, you may face [slippage](/en/trade/advanced/slippage.md) and failed swap. To make your trades smoother, set two parameters:

* Volatility — difference between pool's min and max exchange rate within a time before your swap.
* Period — time range before your swap, wherein the volatility is estimated.

If the conditions[^2] are met, the router will ignore such intermediate pools, minimizing swap failure risk.

<figure><img src="/files/8lMWsDixSSqRczdU44Dd" alt="" width="375"><figcaption></figcaption></figure>

[^1]: Actively traded tokens (or [pools](/en/liquidity/pools.md)), which exchange rate changes rapidly and signifacntly within short period of time.

[^2]: By default, if max price (pool's exchange rate) is >10% higher than min price within 1 minute before your swap.


---

# 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/router/settings/volatile.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.
