# Installing Metamask & Adding Polygon Network

### Install the MetaMask Extension <a href="#install-the-metamask-extension" id="install-the-metamask-extension"></a>

First, you'll start with a fresh and default [MetaMask](https://metamask.io/) installation from the Chrome store. After downloading, installing, and initializing the extension, follow the **Get Started** guide. In there, you need to create a wallet, set a password, and store your secret backup phrase (this gives direct access to your funds, so make sure to store these in a secure place).

### Create a Wallet <a href="#create-a-wallet" id="create-a-wallet"></a>

After installing [MetaMask](https://metamask.io/), the setup will automatically open a new task with a welcome screen. Click **Get Started** to begin the setup process.

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

When prompted, you are given the option to import a wallet using a recovery seed phrase. For this exercise, set up a new wallet.

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

### Adding Polygon to MetaMask <a href="#connect-metamask-to-moonbeam" id="connect-metamask-to-moonbeam"></a>

Once you have [MetaMask](https://metamask.io/) installed and have created or imported an account, you can connect it to Orange Financial by clicking on the network dropdown and selecting **Add Network**.

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

Here you can configure MetaMask for the following networks:

|                           |                            |
| :-----------------------: | :------------------------: |
|        Network Name       |      `Polygon Mainnet`     |
|          RPC URL          | `https://polygon-rpc.com/` |
|          ChainID          |             137            |
|     Symbol (Optional)     |           `MATIC`          |
| Block Explorer (Optional) | `https://polygonscan.com/` |


---

# 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.orange.financial/orange-financial/tutorials/installing-metamask-and-adding-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.
