> For the complete documentation index, see [llms.txt](https://docs.heartgames.io/heartcoin-whitepaper-v1.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heartgames.io/heartcoin-whitepaper-v1.0/faq/how-to-add-polygon-network-to-metamask.md).

# How to add Polygon network to MetaMask?

If you logged in with your MetaMask Wallet in-game, the network will be added automatically. If it doesn't happen you can add it manually.&#x20;

There are two ways to do it:

[Using Polygonscan](https://wiki.polygon.technology/docs/develop/metamask/config-polygon-on-metamask#polygon-scan)

[Add the Polygon network manually](https://wiki.polygon.technology/docs/develop/metamask/config-polygon-on-metamask#add-the-polygon-network-manually)

**Using Polygonscan**[**​**](https://wiki.polygon.technology/docs/develop/metamask/config-polygon-on-metamask/#using-polygonscan)

1. Navigate to polygonscan.com
2. Scroll down to the bottom of the page and click on the button “Add Polygon Network”.
3. Once you clicked the button you will see a MetaMask notification, now click on “Approve”. You will be directly switched to Polygon’s Mainnet in the network dropdown list. You can now close the dialog.

If you are facing any issues, **Add the Network Manually.**

1. To add Polygon’s Mainnet, click on the Network selection dropdown and then click on “Add Network”
2. It will open up a form “Add a network manually”.

**Network Name:** Polygon Mainnet

**New RPC URL:** URL <https://polygon-rpc.com/> in the New RPC URL field

**Chain ID:** 137

**Currency Symbol:** MATIC

**Block Explorer URL:** <https://polygonscan.com/>

&#x20;3\.  Once you’ve added the information click on “Save”. You will be directly switched to Polygon’s Mainnet. You can now close the dialog.

You have successfully added Polygon Network to your MetaMask!

&#x20;


---

# 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://docs.heartgames.io/heartcoin-whitepaper-v1.0/faq/how-to-add-polygon-network-to-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.
