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

# Start Trading

There are two ways of trading on EMDX, manually or via our API set.\
\
Protocol connection. MetaMask usage.

The **first step consists of having an operative web3 technology compatible wallet** like [Metamask](https://metamask.io/download), which is EMDX´s first integrated wallet app (we will be adding other wallet apps soon).&#x20;

The **next step consists of connecting the Metamask wallet to our app**. In order to complete the connecting process  you will have to sign requested messages on you wallet. &#x20;

You will also be able to **select different blokchain networks to trade on**: Arbitrum, BASE or Optimism.&#x20;

The following [tutorial](https://youtube.com/playlist?list=PL2IfxQdv259W8ZRmOX_4glWcmE9KkzW6F) (EMDXv1) is a useful guide to understand the procedure.<br>

## Native Cryptocurrency Balance&#x20;

Like in any other decentralized trading platform users need to have funds in the native cryptocurrency of the network the protocol is running on in order to start trading. This is because every transaction has to pay network fees in order to be carried out. For instance, on the Arbitrum Netowrk you will need ArbEth to pay transaction gas.&#x20;

## Deposit funds to start trading

As EMDX is a gasless venue (get more information here) the only paid transaction you will face is depositing funds within the protocol.&#x20;

On the top right of the screen users will find a deposit button. By clicking it, you will be able to send funds over the platform. A Metamask mesagge will pop up for you to sign and approve the sending transction. After a couple of seconds you will have funds within your trading account, being able to start sending orders and opening positions.&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.emdx.io/emdx/emdxv2/emdxv2-protocol/start-trading.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
