# FAQ

**What are the contracts deployed on MyTrade?**\
\
Polygon

Factory: 0x3EE4154c7F42D94e1092ad8cE5debb4B743ed0B2&#x20;

Router: 0xEe22f81A60007041b1B67018dAAe585839323C4E&#x20;

OrderBook: 0x5D36b36c53438C0fb70DCA5082EE5BDe25Bd888B

Moonbeam

Factory: 0xdd760d04200c40e8dbBa158A860D4C872a6E3C35&#x20;

Router: 0x4b408f218e0957d2a48dBE995C72D1304d427778&#x20;

OrderBook: 0x75037b5D3B0bC1f28748918579BF35B68d01ebD3<br>

**I have an order that is stuck 'Pending' forever. How do I resolve this?**

Please see guide below.

{% embed url="<https://docs.mytrade.org/faq/pending-issue-fix>" %}

**What is eMYT?**

eMYT stands for experimental MYT, see Tokenomics section for details.

**When will Mining start?**

eMYT mining will start in October 2021 and MYT mining will start at the end of experimental phase.

**Will you be able to swap eMYT for MYT later?**

No, eMYT will not be exchangeable for MYT. Once MYT launches, eMYT will retain its value as a governance token with double the voting rights of MYT.

**How do I transfer assets from Ethereum to Polygon?**

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

**What is an AMM liquidity pool?**

AMM stands for Automated Market Maker, and is one of the systems that provides liquidity for traders on MyTrade.

**Who is the counterparty of my transaction?**

Smart contracts will automatically match and process your order at the best possible price from either the order book or from the liquidity pool. The order book consists of Limit Orders set by traders. AMM liquidity pool funds are provided by LPs.

**What is the difference between a Market order and a Limit order?**

Market orders will execute immediately at the best possible price from either the order book or the liquidity pool, and are also known as the 'Taker'. Limit orders will only execute at a specified price or better. Limit orders can be placed on the orderbook and are often referred to as the 'Maker'. However, if a Limit buy order is set above the market price, or a Limit sell order is set below the market price, this is treated as a Taker and will execute immediately until there is no more liquidity at that price, and any unfilled orders will be placed on the order book acting as a Maker again.

**How are Trading Fees calculated?**

Both Quickswap and MyTrade will charge a 0.3% trading fee to Takers. 0% trading fee for Makers.


---

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