Polygon MetaMask Setup
To add Polygon automatically to MetaMask, go to Polygonscan, scroll to the bottom, and click Add Network.
Getting Funds to Polygon
Polygon uses the native token MATIC to pay for transactions, including to manage trades on Gains. If you don’t have any MATIC tokens yet, you can claim a small amount of MATIC for free on matic.supply. You can then convert other assets to MATIC on Quickswap to have more MATIC for transactions. If you don’t have any other assets on Polygon, there are a number of ways to move them there.- Bridge funds from Ethereum using the Polygon Bridge.
This takes about 10 minutes. - Bridge funds using another bridging solution.
- Most centralized exchanges support withdrawing MATIC to Polygon.
Ensure you have selected Polygon as the chain to withdraw to and not Ethereum.
RPC Endpoints
RPCs are what MetaMask uses to connect to the blockchain, fetch information, and send transactions. Public RPCs are the easiest way to access Polygon. During high usage, gas costs can rise and public RPCs can become congested. If you trade with large collateral amounts, using your own endpoint can improve reliability.The trading interface does not rely on your MetaMask RPC to display trades. It uses dedicated RPC infrastructure and streams data to the frontend. Your MetaMask RPC is mainly used to send transactions.
- https://rpc-mainnet.matic.quiknode.pro/
- https://public-rpc.blockpi.io/http/polygon
- https://polygon-rpc.com/
- https://rpc-mainnet.matic.network
- https://matic-mainnet.chainstacklabs.com
- https://moralis.io/
- https://chainstack.com/
- https://www.alchemy.com/
- https://www.quicknode.com/
- https://getblock.io/
- https://infura.io/
- Go to chainstack.com, sign up, and open your dashboard.
- Click Create project, enter a name, leave it as a public chain, and create it.
- Open your project, click Add a node, and set it to Polygon mainnet.
- Wait a few minutes for the node to be created, then open it.
- Copy the HTTPS endpoint and create a new MetaMask network for Polygon using it as the RPC URL.
- You can now use that RPC endpoint for Polygon transactions.
