> For the complete documentation index, see [llms.txt](https://help.dedust.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dedust.io/en/ru/trade/advanced/expert_mode.md).

# Expert mode (for high price impact)

## Expert mode

To trade tokens with high [price impact](/en/ru/trade/advanced/price_impact.md) (or with high value difference, expressed in USD ($) for your sold/received tokens) you need to activate Expert mode in your user settings.

**What Expert mode does:**

* Disables the swap confirmation prompt.
* Allows trades with a significant difference (> 15%) between the dollar-expressed values of tokens you sell and tokens you receive after swap.

❗ **Expert mode is for experienced users only.**\
Activate it carefully, and always turn it off after completing trades where allowance of high price impact was necessary. Leaving it on can lead to poor rates and permanent loss of funds.

#### **How to activate Expert mode**

1. Press the gear icon at the top right corner of the Swap page.
2. Switch Expert mode ON.
3. Read the warning message carefully. Check the box for "I understand what I’m doing" only if you accept the risks. Press Confirm.
4. Press Save to activate Expert mode.

<div><figure><img src="/files/ssCu0DoaBP6uhQafUNOA" alt=""><figcaption><p>Step 1</p></figcaption></figure> <figure><img src="/files/2FdEZTh6AezrldiFGshP" alt=""><figcaption><p>Step 2</p></figcaption></figure> <figure><img src="/files/H2VrzwTq4ukPhAGyotO1" alt=""><figcaption><p>Step 3</p></figcaption></figure> <figure><img src="/files/dtFN0Xss8NDI5rXVTHJC" alt=""><figcaption><p>Step 4</p></figcaption></figure></div>


---

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