# Metamask Wallet

## How to add Matic Mainnet on Metamask?

To add Matic’s Mainnet on Metamask, click on the Network selection dropdown and then click on Custom RPC. It will open up a form with 2 tabs on the top, Settings and Info.&#x20;

In the Settings tab you can add Matic Mainnet in the Network Name field, URL <https://polygon-rpc.com> in the New RPC URL field, 137 in Chain ID field, MATIC in Currency Symbol field and <https://polygonscan.com/> in Block Explorer URL field.&#x20;

Even tough [Metamask](https://metamask.io/download) is a well-known wallet, you will still need to **configure the Matic Network**. You can do this by following this steps :

* Click on the network selection button on the top of the app.
* Click on the **“Custom RPC”** to add the Matic mainnet information.
* Select **“Custom RPC”**.

![](/files/YiqZrtqwNbbWdTUOXKzL)

After clicking **“Custom RPC”**, a screen will appear allowing you to set up the custom RPC for Matic Network. Enter in the Matic mainnet details as follows:

![](/files/6dhgmQiJzunVfFl1JukD)

* **Network Name:** Matic Mainnet
* **You can use new RPC aggregator for matic** : <https://polygon-rpc.com>

  or you can choose from either one of the following:

  * `https://matic-mainnet-archive-rpc.bwarelabs.com`` `**`(recommended)`**
  * `https://rpc-mainnet.matic.network`&#x20;
  * `https://rpc-mainnet.maticvigil.com` **`(recommended)`**
  * `https://rpc-mainnet.matic.quiknode.pro`&#x20;
  * `https://matic-mainnet.chainstacklabs.com`&#x20;
  * `https://matic-mainnet-full-rpc.bwarelabs.com`&#x20;
* **Chain ID:** 137
* **Symbol:** MATIC
* **Block Explorer URL**: <https://polygonscan.com/> or <https://explorer.matic.network/>

Once you’ve added the details click on the “**Save”** button. You’ll then be connected to the Matic mainnet.

And, if you need a bit of MATIC coin to pay for gas fees for your first transaction, you can visit the **Polygon faucet** at <http://matic.supply>

#### How to solve stuck transaction on Metamask? <a href="#howtoresetmetamask" id="howtoresetmetamask"></a>

If you ever face a stuck or pending transactions in Metamask, you can try to reset your account. Stuck or pending transaction can be annoying but its also a safety measurement from blockchain to avoid double spending. By resetting your account, it does not mean that you will lose all your data, it will only clear all the pending transactions.\
\
1\. click on the profile/logo right after the matic mainnet / network selection.\
2\. click on setting.\
3\. click on Advance.\
4\. click on Reset Account.\
\
Read more : <https://metamask.zendesk.com/hc/en-us/articles/360015488891-How-to-reset-your-wallet>


---

# 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://earthoblivion.gitbook.io/earth-oblivion/faq/metamask-wallet.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.
