# Start Trading

MMEX is a decentralized exchange allowing trading without the need for a username or password.

<details>

<summary>Step 1. Connect Wallet</summary>

If you do not have a wallet yet, you need to instaill a blockchain wallet supporting MOVEMENT network

**Browser Extension:** <https://explorer.aptoslabs.com>

</details>

<details>

<summary>Step 2. Open a position</summary>

Visit <https://app.mmex.io/> and click top right button 'Connect Wallet'

[Open/Close Position](/for-traders/start-trading/open-close-postion.md)

</details>

<details>

<summary>Step 3. Open a limit order</summary>

[Open a Limit Order](/for-traders/start-trading/open-a-limit-order.md)

</details>


---

# 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.mmex.io/for-traders/start-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.
