# FAQ

<details>

<summary>Which chains are available on MES?</summary>

**Mainnet**

* Ethereum Mainnet
* zkSync Era
* Arbitrum
* Optimism

#### Testnet

* Goerli Testnet
* zkSync Alpha Testnet
* Arbitrum Nitro Testnet
* Optimism Goerli Testnet
* Base Goerli Testnet
* Polygon zkEVM Testnet
* Scroll Goerli Testnet
* Linea Goerli Testnet

</details>

<details>

<summary><strong>Does MES have its own token?</strong></summary>

No we don't. If you see any MES token out there, it's probably a scam. We will make an announcement if a token issuance plan is in place. Join [our community](/resources/links.md) and get notified.

</details>

<details>

<summary>Will there be a<strong>irdrop for early supporters?</strong></summary>

We definitely appreciate early support of any kind, including testing on Testnet, content creation, community building, and liquidity provision. However, we are still at an early stage focusing on building the best product. There is currently no airdrop plan, it would only be considered if token issuance plan is solid.

</details>

<details>

<summary>Is the smart contract open-sourced and is it audited?</summary>

The smart contract is currently open-sourced. You may find it in our GitHub repo. We are also planning to get it audited very soon.

</details>

<details>

<summary><strong>I deposited tokens to the platform and it is not showing up in my account / shows an error. What should I do?</strong></summary>

Follow the steps below:

1. Go to the Portfolio Page again and try depositing **the same amount** (please refer to [Broken mention](broken://pages/WBwgzEUPPdWqq6T73fXO))
2. Metamask should pop up asking you to **sign a message** (should not cost any gas fees)
3. Wait for the deposit to complete.

If it still doesn't work after completing the above steps, please raise a ticket in Discord.

</details>

<details>

<summary><strong>I requested a withdrawal but the tokens are not showing up in my wallet / show an error. What should I do?</strong></summary>

Make sure you have already checked the **Transfer page (** [Broken mention](broken://pages/GKwkfcrAE1laxYwkRUVI#how-to-withdraw)) for any pending Withdrawals. Remember you will always have to finalize a withdrawal before tokens can be transferred to your wallet. \
\
If there are no pending withdrawals/the previous withdrawal request shows an error, follow the steps below:

1. Go to the Portfolio Page again and try withdrawing **the same amount** (please refer to [Broken mention](broken://pages/WBwgzEUPPdWqq6T73fXO))
2. Metamask should pop up asking you to **sign a message** (should not cost any gas fees)
3. Finalize the withdrawal in the Transfers tab. Make sure you have enough ETH for gas fees.

If it still doesn't work after completing the above steps, please raise a ticket in Discord.

</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.mesprotocol.com/get-help/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.
