# How to add Polygon

### What is Polygon? <a href="#y0euc6bkzbk" id="y0euc6bkzbk"></a>

Polygon Network is a blockchain, running EVM (Ethereum Virtual Machine). It is interoperable with Ethereum, and runs smart contracts in the same way.  However, the cost of transactions on Polygon is much cheaper, fractions of a cent, instead of tens or even hundreds of dollars like Ethereum.  This is one of the main reasons MAXX Finance is launching on Polygon.&#x20;

You can read more about Polygon here: <https://polygon.technology/>

$MATIC  is the Native Token on Polygon, like $ETH is the native token on Ethereum. \
Matic is required to pay gas fees on Polygon.

{% embed url="<https://youtu.be/JG8iP_EZfns>" %}

### **Adding the Polygon network to Metamask** <a href="#y0euc6bkzbk" id="y0euc6bkzbk"></a>

By default, Metamask only supports the Ethereum mainnet.&#x20;

![](/files/r2AyDBEDx5br2RhPHBVW)

Clicking on the network name opens a drop-down menu that allows you to switch to a different network. You will see that Polygon is not there. Don't worry, we just have to add the Polygon network manually.

1. Open the Network dropdown
2. Click **Add Network**
3. Click **Custom RPC** and then copy and paste the following:\
   \
   **Network Name:** Polygon\
   **RPC URL:** <https://polygon-rpc.com>\
   **Chain ID:** 137\
   **Currency Symbol:** MATIC\
   **Block Explorer URL:** <https://polygonscan.com/>

![](/files/ReN6YAvrpZrjSeon3Abi)

Once you press save, you should now see Polygon at the top of Metamask, meaning you have selected the Polygon network.  You can simply click this again to switch between Ethereum and Polygon.

> It's important to note that you have the same wallet address on any EVM Network, such as Polygon.  However, your balances of tokens are different for each network, and you cannot directly send tokens between chains (networks).  You need to use whats called a Bridge to move assets between chains, which we cover further down on this page.

### **Getting free MATIC** <a href="#obd01vjmj6ei" id="obd01vjmj6ei"></a>

Now you have everything set up to use the Polygon Blockchain, however, you don't have any MATIC in your wallet, so you won't be able to make any transactions on the network until you do.

A transaction is an interaction with a smart contract, such as sending some tokens or trading on an exchange. Transactions require some time to be processed (this is done by the different validators on the Polygon network), however transactions normally complete within a few seconds.&#x20;

Each transaction has a fee (this fee is also known as a **gas fee** and is paid with MATIC tokens).

Luckily, there are the so-called *faucets* that can help us to have a minimal amount of tokens for our first transactions.   Here is one:&#x20;

{% embed url="<https://matic.supply/>" %}

### **Importing Tokens in Metamask** <a href="#id-2tyutmmvorn7" id="id-2tyutmmvorn7"></a>

Now that you have some free MATIC in your Metamask, you are ready to use the different DApps and tokens in Polygon.

**Bridging to Polygon**

A blockchain bridge is a connection that allows the transfer of tokens and/or any data from one chain to another chain or layer. Both chains may have different protocols, rules and governance models, but the bridge offers a compatible one Possibility to interact safely on both sides.

So with a bridge you can send your tokens from other chains to Polygon.

Here is an exhaustive list of some popular bridges that you can use: \
<https://wallet.polygon.technology/fast-withdraw/>&#x20;

{% embed url="<https://wallet.polygon.technology/fast-withdraw/>" %}

Before transferring your token via a Bridge always check the commissions applied (gas + bridging commission). Remember that a transfer via a Bridge can take more time than a normal, on-chain, transfer.

### **Checking your wallet history** <a href="#ekndau3z3mx2" id="ekndau3z3mx2"></a>

It's important to know how to check your wallet's history. To do so, you can use [DeBank](https://debank.com). DeBank will allow you to check the different transactions that you have made in your Metamask account, as well as check your portfolio in all the blockchains that you use or the NFTs that you own.


---

# 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.maxx.finance/guide/tutorials/how-to-add-polygon.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.
