# How to swap

<details>

<summary>Before you swap: what you need to buy a token</summary>

1. Wallet app, where you have logged into your wallet using a 24-word secret phrase (seed phrase).
2. Your wallet's TON balance should be more than the desired purchase amount to cover network fees. Make sure to have more than 0.3 TON to make a swap.
3. Connect your wallet to DeDust.io. [Here is the guide on how to do it.](/en/ru/start/connect.md)

</details>

#### Step by step guide

1. Open the 'Swap' section.
2. Specify the amount of token you wish to swap.
3. Tap on the 'Swap' button.

<div><figure><img src="/files/2vHmUqQ5lZPFH04CPKTs" alt=""><figcaption><p>Step 1</p></figcaption></figure> <figure><img src="/files/FsFNYDPYjhensxAijy9u" alt=""><figcaption><p>Step 2</p></figcaption></figure> <figure><img src="/files/g7OPHWC1VkaYef8X7XJq" alt=""><figcaption><p>Step 3</p></figcaption></figure></div>

4. Tap the 'Confirm' button to verify your purchase and to proceed with buying the specified amount of DUST. Then, your wallet will ask for a confirmation to finalize the transaction on the blockchain.
5. Confirm your action again using slide option and then secure it by entering your PIN code or using your biometric data such as fingerprint or face ID.

<div><figure><img src="/files/uFxhEWY7WretxH7KtPtz" alt=""><figcaption><p>Step 4</p></figcaption></figure> <figure><img src="/files/DeAEn4Mj6mvz08IsGm5I" alt=""><figcaption><p>Step 5</p></figcaption></figure></div>

<details>

<summary>After you swap: where to find the token you've bought</summary>

Open the 'Portfolio' section to check you balance after swap

<figure><img src="/files/9hWkatMcM3gUGhSzIJGM" alt="" width="375"><figcaption><p>'Portfolio' section</p></figcaption></figure>

Alternatively, check the main screen of your Wallet app where your updated balance should reflect the new purchase.

</details>


---

# 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/ru/trade/swap.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.
