> For the complete documentation index, see [llms.txt](https://help.coinpocket.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.coinpocket.io/wallet-operation/how-to-trade-on-dex/mdex-on-heco-guide.md).

# MDEX on HECO Guide

**About** [**MDEX**](https://mdex.com/)\
A composite DeFi ecosystem that integrates DEX, IMO, and DAO. MDEX is a decentralized exchange and supports **BSC/HECO/ETH**, with many functions such as \[Swap], \[Farm], \[Bridge] and so on. And here is a tutorial based on HECO.

**How to trade on MDEX through HECO**\
1.Open CoinPocket App, choose HECO wallet, click \[Discover] at the bottom, and then search \[MDEX] to enter;

2\. After entering the MDEX page, you may click the wallet connecting button in the upper right corner, click the navigation bar in the upper left corner to view all functions on MDEX, click the settings button next to the wallet connecting button to set slippage tolerance, interface, and language.

3\. Click \[Swap] at the bottom, select the swap token, enter the amount, and select the receiving token, then the receiving amount will be filled in automatically. Click \[Approve] to proceed. (Take exchanging USDT for HT as an example here)

**Tips: You can find a token by searching for its name or symbol or by pasting its address below.**

4\. The swap process has two steps at the first time: \[Approve] - \[Swap]. Please double confirm the swap information below, and then click \[Transfer] to approve.

5\. After completing the approved operation, click \[Swap] after confirming the transaction details. Your transaction will be done after inputting your wallet password.

**Note:** You can adjust the gas fee by clicking the \[Miner Fee] to speed up your transaction.

**Please click** [**Here**](https://t.me/MdexEN) **to contact MDEX**&#x20;


---

# 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.coinpocket.io/wallet-operation/how-to-trade-on-dex/mdex-on-heco-guide.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.
