# How to Add Polygon Network

{% embed url="<https://nftbutterflylab.com/mintPage>" %}
Back to Mint Page
{% endembed %}

Polygon is a layer-2 Ethereum scaling solution that is built on top of the Ethereum blockchain. It was built to solve the Ethereum problems such as low transaction speed, high gas fees, and limited options for developers.

MetaMask is a famous cryptocurrency wallet that allows users to interact with the Ethereum blockchain. It supports Ethereum tokens such as ERC-20, ERC-721, and ERC-1155.

### What is the Need to Add Polygon Network to MetaMask

* You can mint Polygon-based NFTs in OpenSea or any other NFT MarketPlace
* You can send or receive MATIC on Metamask&#x20;

### Steps to Add PolyGon Network to MetaMask using PolygonScan

This is the easiest and fatest way to add polygon Network to Metamask (or your fav defi wallet). However you cannot use this for MetaMask mobile application

1. [Go to the PolygonScan website](#steps-to-add-polygon-network-to-metamask-using-polygonscan)
2. [Click Add polygon Network](#step-2-click-add-polygon-network)
3. [Click Approve in Metamask](#step-3-click-approve-in-metamask)

### Step 1: Go to the Polygonscan website

Navigate to the [Polygonescan website](https://polygonscan.com/)

Polygonscan is a Polygon blockchain explorer that allows users to explore the transactions, addresses, tokens and other activities

Once you are on the Polygonscan website, scroll to the bottom

### Step 2: Click Add Polygon Network

If you scroll to the bottom of the website, there you can see the **Add Polygon Network Button**

Click on it

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

### Step 3: Click Approve in Metamask

Upon clicking the Add Polygon Network you will get a notification in your MetaMask wallet

That will be nothing but an approval notification.  Just click ***Approve***

Clicking Approve will automatically import the Polygon network's name, URL and chain ID into Metamask and you will be automatically switched to the Polygon's Mainnet

## Steps to add Polygon (MATIC) network to Metamask using Manual Method

1. [Click Add Network](#step-1-click-add-network)
2. [Add details](#step-2.-add-details)

### Step 1: Click Add Network

Launch your MetaMask Wallet

Click the network selection dropdown menu.

Then, click the Add Network Button

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

### Step 2. Add Details

After clicking the *Add network*, a window will open up to add a custom network

Add the details one by one manually

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

Remember, trust only the authentic Network. MetaMask will not be responsible in case of a malicious network provider recording your activity.

Copy-paste the following details accordingly:

Network Name: Polygon Mainnet

New RPC URL: <https://polygon-rpc.com/>

Chain ID: 137

Currency Symbol (optional): MATIC

Block Explorer URL (optional): <https://polygonscan.com/>

After copy-pasting the above details, click on ***Save***.

This will add the Polygon Network to MetaMask.

Once you have clicked on the *Save*, your network will automatically get changed.

You can confirm that you have successfully added the Polygon Network by navigating into your MetaMask wallet.

On your MetaMask wallet, you can see the MATIC icon along with the MATIC balance.

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

{% embed url="<https://nftbutterflylab.com/mintPage>" %}
Back to Mint Page
{% endembed %}


---

# 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://about.nftbutterflylab.com/product-guides/how-to-add-polygon-network.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.
