# Trading

This section presents a guide on initiating and terminating trades using the Mu Exchange web application. To conduct trades through Mu, you must have the following:

* A web3 wallet (such as MetaMask) linked to the platform and xDAI tokens to cover transaction fees, and finally sDAI for trading in your wallet, which you can use as collateral. For new users, the guide can be found at [Getting Started On Gnosis Chain](/getting-started/getting-started-on-gnosis-chain.md).


---

# 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.mu.exchange/getting-started/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.
