# How to use MyTrade V2

## 1a. Connect your wallet to MyTrade V2 (Polygon)

You must first configure Polygon on your wallet before using MyTrade V2. Here are the steps for Metamask.

To add Polygon’s Mainnet, click on the Network selection dropdown and then click on Custom RPC.

![](/files/-MiQ7D3sAMNXo7oZZ86R)

It will open up a form with 2 tabs on the top, Settings and Info.&#x20;

In the Settings tab you can add:

* Network Name: `Polygon POS (MATIC) Mainnet`
* New RPC URL: `https://polygon-rpc.com/`
* Chain ID: `137`
* Currency Symbol: `MATIC`
* Block Explorer URL: `https://polygonscan.com/`

![](/files/-MiQ7GUVYxmwgvBtDOdQ)

Once you’ve added the information click on Save. You will be directly switched to Polygon’s Mainnet now in the network dropdown list. You can now close the dialog.

Visit <https://mytrade.org/>. In the top right corner you will see a "Connect to a wallet" button. Click on it, and click Metamask to connect your wallet.

## 1b. Connect your wallet to MyTrade V2 (Moonbeam)

You must first configure Polygon on your wallet before using MyTrade V2. Here are the steps for Metamask.

To add Polygon’s Mainnet, click on the Network selection dropdown and then click on Custom RPC.

![](/files/-MiQ7D3sAMNXo7oZZ86R)

It will open up a form with 2 tabs on the top, Settings and Info.&#x20;

In the Settings tab you can add:

* Network Name: `Moonbeam`
* New RPC URL: `https://rpc.api.moonbeam.network`
* Chain ID: `1284`
* Currency Symbol: `GLMR`
* Block Explorer URL: `https://moonscan.io/`

![](/files/rLcE6Uft6mA081MHOoRN)

Once you’ve added the information click on Save. You will be directly switched to Moonbeam's Mainnet now in the network dropdown list. You can now close the dialog.

Visit <https://mytrade.org/>. In the top right corner you will see a "Connect to a wallet" button. Click on it, and click Metamask to connect your wallet.

## 2. Bridge Assets from Ethereum to Polygon

Make sure that your Metamask is on Ethereum Mainnet.

Visit the official Polygon Bridge: <https://wallet.matic.network/bridge>

View their tutorial videos and bridge your assets from Ethereum to Polygon!

## **3. Start Trading!**

Traders can place either Market orders or Limit orders. When you are trading, first check where the Liquidity Source is coming from. In the beginning, trades of many MyTrade V2 pairs will be routed to Quickswap. Only Market Orders will be available for these pairs.

![](/files/OFYuCZNaikJsdCpx9Jik)

For select pairs, the liquidity source will come from MyTrade. Limit orders can be placed on the Order Book, awaiting another trader to fulfill it. Both Market and Limit orders will be filled at the best possible price from either the Liquidity Pool or from the Order Book.

## **4. Add Liquidity as an LP!**

Liquidity Providers can add 2 tokens at a pre-determined ratio to a liquidity pool. Providing liquidity will net you MyTrade LP Tokens. You can use these LP Tokens to participate in liquidity mining!

{% embed url="<https://docs.mytrade.org/how-to-use-mytrade-v2/how-to-add-remove-liquidity>" %}

## 5. Mining

Currently MATIC/USDC and MYT/USDC is available for Liquidity Mining. Other Mining incentives will be added later.

* Liquidity Mining: Liquidity Providers can add liquidity to selected AMM pools to earn MYT. Be sure to lock your LP token to start actually Liquidity Mining.
* Trade Mining: Takers can earn MYT by successfully executing MARKET trades on selected pairs.
* Limit Order Mining: You can earn MYT by placing orders on the Order Book within the valid spread on selected pairs. There is a slight delay in displaying your MYT reward as it calculates, so your rewards won’t be available to claim in real time.&#x20;

You will be able to see your earned mining rewards in the Mining page.

**Detailed Guides for each Mining below.**&#x20;

{% embed url="<https://docs.mytrade.org/how-to-use-mytrade-v2/liquidity-mining-guide>" %}

{% embed url="<https://docs.mytrade.org/how-to-use-mytrade-v2/trade-mining-guide>" %}

{% embed url="<https://docs.mytrade.org/how-to-use-mytrade-v2/limit-order-mining-guide>" %}


---

# 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.mytrade.org/how-to-use-mytrade-v2.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.
