# Opening Trades

To commence trading on Mu, you need to follow these steps:

1. Ensure you have added a web3 wallet with Gnosis Chain network and some $xDAI for gas and $sDAI for trading purposes. If this is your first time, you can follow the guide at [Getting Started On Gnosis Chain](/getting-started/getting-started-on-gnosis-chain.md).
2. Go to Mu.Exchange and access the app.
3. Click the wallet icon on the dashboard's top right side and link your web3 wallet to the platform. Ensure that you have selected the correct blockchain network, Gnosis Chain.
4. Click the "Trade" tab and use the left sidebar to search and select the trading pair you intend to trade. Select the star icon to add the pair to your favorites list. The trading pair parameters are available in the pair list segment.
5. Select the appropriate trade parameters, including:
   1. Trade direction: long (buy) or short (sell)
   2. Order types: Market, limit, or stop limit&#x20;
   3. Collateral: the maximum amount you are willing to undertake in case of liquidation, hence the amount you need to put in for this trade
   4. Leverage: multiplier settings
   5. Slippage (for market order): maximum slippage you are willing to take for this trade
   6. Optional stop-loss or take-profit orders
6. Place the trade by clicking the "Approve" button at the bottom and authorize the transactions on your web3 wallet. There might be multiple transactions to confirm, especially when this is your first trade (to authorize your $sDAI interaction with Mu smart contract). do pay attention to the transaction details and approve them accordingly.


---

# 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/opening-trades.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.
