# How to trade tokens

Trading on PolyDEX is very easy compared to most exchanges. You aren't going to be overwhelmed by orderbooks and numbers , and calculations are all handled for you. For advanced users, we will be adding limit orders and support for more granular control.

### Getting set up to trade

Before you can trade, you will need a  wallet. You can learn how to get one [here](https://app.gitbook.com/@cryption-network/s/cryption-networ-1/~/drafts/-Mfep857RnrIVSlitY0W/products/get-started/create-wallet). You will also need to have some Matic / Matic-ERC20 tokens to trade with. You can learn how to get some [here](https://app.gitbook.com/@cryption-network/s/cryption-networ-1/~/drafts/-Mfep857RnrIVSlitY0W/products/get-started/get-matic).

### Trading on the PolyDEX exchange

1\. Go to the exchange page [here](https://app.polydex.org/swap).

2\. Unlock your wallet by clicking **Sign in** at the top right-hand corner.&#x20;

![](/files/-Mff5NBZi6SLf899UotK)

3\. Choose the token you want to trade from the dropdown menu in the "Swap From" section.

![](/files/-MffSRw1Bg4xKS4ZHP7i)

Whichever token you choose, you will need to make sure you have some to trade with. Your balance is shown above the token dropdown menu.

4\. Choose the token you want to trade to in the "Swap To" section as above. Next, type an amount for your "To" currency by clicking inside the input box.

![](/files/-MffSjSUBKXOauugwir5)

Your "From" currency amount will be estimated automatically. You can also type your "From" amount and have the "To" amount estimate automatically if you like.

5\. Check the details, and click the **Swap** button.

![](/files/-MffSzTIwnvj60znx8h7)

6\. A window with more details will appear. Check the details are correct.

![](/files/-MffTBLFbvBuXV-bQO5c)

When you are ready, click the **Confirm Swap** button. Your wallet will ask you to confirm the action.

7\. Done! You can click **View on PolygonScan** to see your transaction details on the explorer.

![](/files/-MffTlbopjmXIoVXs7Lo)


---

# 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.cryption.network/products/exchange/how-to-trade.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.
