> For the complete documentation index, see [llms.txt](https://docs.naddex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.naddex.io/faqs-trading.md).

# FAQs Trading

<details>

<summary><strong>What Do I Need To Start Trading?</strong></summary>

You need:

* A supported crypto wallet configured for the Monad network.
* Some assets on Monad (e.g., MON, WETH, USDC).
* A small amount of MON for gas.

No email or account signup is required.

</details>

<details>

<summary><strong>How Do I Place A Trade?</strong></summary>

Connect your walletConnect your wallet to Nad DEX.Select tokensSelect the token you want to sell and the token you want to receive.Enter amountEnter the desired amount.Approve tokenApprove the token if prompted (first trade only).Confirm tradeConfirm the swap/spot trade in your wallet.Nad DEX routes your trade through order book and AMM liquidity for the best execution.

</details>

<details>

<summary><strong>What Assets Can I Trade?</strong></summary>

You can trade any tokens that:

* Exist on the Monad network, and
* Are listed or pooled on Nad DEX.

Initially, this includes core assets such as MON, WETH, WBTC, USDC, and selected ecosystem tokens. More pairs will be added continuously.

</details>

<details>

<summary><strong>How Can I Avoid High Slippage?</strong></summary>

* Check pool liquidity before large trades.
* Use limit orders instead of market orders.
* Adjust slippage tolerance carefully (higher tolerance = more risk).
* Split large trades into smaller ones over time.
* Pay attention to warnings if price impact exceeds a threshold (e.g., 3%).

</details>


---

# 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:

```
GET https://docs.naddex.io/faqs-trading.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.
