> For the complete documentation index, see [llms.txt](https://meversedex.gitbook.io/meverse-dev-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meversedex.gitbook.io/meverse-dev-docs/smart-contract/ide-and-tools/connecting-metamask.md).

# Connecting MetaMask

MetaMask is the most well-known web3 wallet. In 2022, Metamask reached 30M MAU. You can use Metamask in various services such as Uniswap, Opensea, Pancakeswap, etc.

You can add MEVerse network in MetaMask.

## Add network

> Where do I add network in Metamask?

* Metamask PC : <https://metamask.io/>
* Metamasp app(Android) : <https://play.google.com/store/apps/details?id=io.metamask&pli=1>
* Metamask app(iOS) : <https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202>

### MEVerse Network

<table><thead><tr><th width="184.33333333333331" align="center">Category</th><th align="center">Mainnet</th><th align="center">Testnet</th></tr></thead><tbody><tr><td align="center"><strong>Network Name</strong></td><td align="center">MEVerse Mainnet</td><td align="center">MEVerse Testnet</td></tr><tr><td align="center"><strong>NEW RPC URL</strong></td><td align="center"><a href="https://rpc.meversemainnet.io">https://rpc.meversemainnet.io</a></td><td align="center"><a href="https://rpc.meversetestnet.io">https://rpc.meversetestnet.io</a></td></tr><tr><td align="center"><strong>Chain ID</strong></td><td align="center">7518</td><td align="center">4759</td></tr><tr><td align="center"><strong>Symbol</strong></td><td align="center">MEV</td><td align="center">MEV</td></tr><tr><td align="center"><strong>Explorer</strong></td><td align="center"><a href="https://www.meversescan.io/">https://www.meversescan.io</a></td><td align="center"><a href="https://testnet.meversescan.io&#x27;">https://testnet.meversescan.io</a></td></tr></tbody></table>

### Guideline for PC

<figure><img src="/files/hagUyvUVMwcnNAQEVh57" alt=""><figcaption></figcaption></figure>

Click upper right button

<figure><img src="/files/G4Rtp7LuIUom6N8ya4gH" alt=""><figcaption></figcaption></figure>

**Click Add Network**

<figure><img src="/files/58m18s3fjBlXGcu2wDya" alt=""><figcaption></figcaption></figure>

Enter Network information and click Save button

<figure><img src="/files/Wm2kbnBrAVTdEFOJaWfQ" alt=""><figcaption></figcaption></figure>

You can see that MEVerse Mainnet has been added!&#x20;

### Guideline for Mobile

<figure><img src="/files/GYOF5rQ70msG3GZ60abj" alt=""><figcaption></figcaption></figure>

Click '≡' button in upper left

<figure><img src="/files/z5yAQBRXFUdDobRoA377" alt=""><figcaption></figcaption></figure>

Click Networks

<figure><img src="/files/idDlIzECG4tgs7wcGly1" alt=""><figcaption></figcaption></figure>

Add network

<figure><img src="/files/Td4xpzkMWLFamL7BH6Hf" alt=""><figcaption></figcaption></figure>

Enter Network information and click Add button

<figure><img src="/files/BhSBWYyNjnv3vr8NJXeC" alt=""><figcaption></figcaption></figure>

You can see that MEVerse mainnet has been added!


---

# 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://meversedex.gitbook.io/meverse-dev-docs/smart-contract/ide-and-tools/connecting-metamask.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.
