# Tokens exchange in DeFi

When working with decentralized finance, it is often necessary to perform the operation of exchanging one token for another. If you are faced such a task, we recommend using one of the decentralized exchanges (DEX). In this manual, we will exchange tokens using the DEX 1inch aggregator as an example.

![](/files/XPTq9qihTJbBVaVoU8A3)

1. Go to [app.1inch.io](https://app.1inch.io/) and connect your wallet to the service in the Polygon network;
2. Choose a token you are going to sell;
3. Enter the amount to exchange;
4. Choose a token you are going to buy;
5. Make a transaction to grant 1inch access to your tokens, wait for the completion of the transaction<img src="/files/pZxw2QjrejKJsI8Z415B" alt="" data-size="line">;
6. Click the Swap button, you will see the Swap confirmation window. Carefully check the transaction parameters and confirm the exchange by clicking the Confirm Swap button;![](/files/lifgoL5o51cuSCsW4CIA)

Make a transaction and wait for the completion of the transaction <img src="/files/fJdly4DJ1OimlQ5wZkT9" alt="" data-size="line">. After the transaction is completed, new tokens will appear on your wallet.

![](/files/603suY33LwUQVkdDb1K5)

<mark style="color:green;">**Done!**</mark>

Please note that sometimes Metamask has a delay when automatically displaying new tokens, if after 20 minutes the funds are still not displayed in Metamask automatically, you can add them [manually](https://www.youtube.com/watch?v=oBoh2WB7ua4), as well as check their availability in blockchain explorers [bscscan](https://bscscan.com/) and [polygonscan](https://polygonscan.com/).


---

# 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://docs.uno.farm/tutorials/using-uno/staking-on-uno/providing-of-liquidity/tokens-exchange-in-defi.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.
