> For the complete documentation index, see [llms.txt](https://docs.warpgate.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.warpgate.pro/product/warpgate-dex/how-to-trade-on-warpgate.md).

# How to Trade on WarpGate

Trading on WarpGate is designed to be user-friendly, eliminating complexities often associated with other exchanges. The WarpGate Smart Router handles trading routes and calculations seamlessly for you, ensuring a straightforward and efficient trading experience.

**Trading on the WarpGate Exchange**

1. Navigate to the WarpGate Dapp <https://move.warpgate.pro/swap>.
2. Unlock your wallet by clicking "Connect Wallet"&#x20;
3. Choose the token you want to trade from the dropdown menu in the upper section. Ensure you have a sufficient balance of the chosen token in your wallet for trading.
4. Select the token you want to trade for in the lower section.
5. Input the number of tokens you want to swap (spending amount) in the upper section or input the number of tokens you want to receive (receiving amount) in the lower section. The corresponding amount will be estimated automatically.
6. Review all the details and click the "Swap" button. If you are trading a token for the first time, you may need to click "Enable XXX (your token)" to approve.
7. A window with more details will appear. Confirm that the details are correct, and when ready, click the "Confirm Swap" button. Your wallet will prompt you to confirm the action.
8. Congratulations! You've completed the trade. Track your transaction on the blockchain explorer by clicking the provided link.


---

# 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://docs.warpgate.pro/product/warpgate-dex/how-to-trade-on-warpgate.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.
