# Closing Trades

To close a trade on Mu, follow these steps:

1. Locate the trade you want to close in the "open trades" section on the dashboard.
2. On the right-hand side of the trade, click the X button.
3. Confirm the transaction using your Metamask wallet and send the transaction.
4. Wait for the confirmation of the trade closure. You will receive this confirmation in your wallet.


---

# 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/closing-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.
