# Adding Polygon Network to your Wallet

### Setup your MetaMask Wallet to use Polygon <a href="#metamask-wallet" id="metamask-wallet"></a>

Metamask is a browser add-on that manages a user’s Ethereum wallet by storing their private key on their browser’s data store and the seed phrase encrypted with their password.

It is a non-custodial wallet, meaning, the user has full access and responsibility their private key. Once lost, the user can no longer control the savings or restore access to the wallet.

Interacting with LeagueDAO on Polygon will be just like on Ethereum, you will use MetaMask to sign and approve transactions to purchase LeagueDAO NFTs and interacting with our apps like the Nomo Leagues.

&#x20;Install the Metamask Extension from the Store

Visit the [browser extension marketplace](https://chrome.google.com/webstore/detail/nkbihfbeogaeaoehlefnkodbefgpgknn) and download the MetaMask extension.

![](https://miro.medium.com/max/60/0*BYFsSQM0HufSVJYE.png?q=20)![](https://miro.medium.com/max/1400/0*BYFsSQM0HufSVJYE.png)

## Create a MetaMask Wallet or Import One <a href="#id-4f71" id="id-4f71"></a>

I’d suggest creating a new one if you haven’t done so.

![](https://miro.medium.com/max/60/0*ID30Yx9gApU-FGLJ.png?q=20)![](https://miro.medium.com/max/1400/0*ID30Yx9gApU-FGLJ.png)

Click import wallet if you have an existing wallet.

Setup your password and secret recovery phrase somewhere safe.

## Setup MetaMask to connect to Matic Network <a href="#id-68f7" id="id-68f7"></a>

Switch the connected blockchain by clicking on the tab saying Main Ethereum Network, we need to add the Matic network.

![](https://miro.medium.com/max/878/0*jCARS6fXByglC8Em.png)

Scroll down until you find Custom RPC.

![](https://miro.medium.com/max/648/0*mht5BcTdO3W1KCLj.png)

Enter in the Matic Mainnet settings as follows:

* **Network Name:** Polygon
* **New RPC URL:** [https://polygon-rpc.com](https://polygon-rpc.com/) or

[https://rpc-mainnet.matic.network](https://rpc-mainnet.matic.network/) or

[https://rpc-mainnet.maticvigil.com](https://rpc-mainnet.maticvigil.com/) or

[https://rpc-mainnet.matic.quiknode.pro](https://rpc-mainnet.matic.quiknode.pro/)

* **ChainID:** 137
* **Symbol:** MATIC
* **Block Explorer URL:** <https://polygonscan.com/>

![](https://miro.medium.com/max/706/1*qpLTNV13hoETo6GMLlam2A.png)

Click **Save**.

You have now connected to the Polygon / Matic mainnet with your Metamask Wallet!

**Transactions on the Polygon network requires its native token MATIC which will be used as gas fee.**


---

# 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.leaguedao.com/tutorials-faq/using-polygon-network/adding-polygon-network-to-your-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.
