Polygon logo

Polygon POS Mainnet

RPC Endpoints

Chain ID: 0x89 · POL

Other Polygon networks:Amoy TestnetBlackberry TestnetzkEVM MainnetzkEVM Cardona
How to add Polygon to MetaMask or other wallets

Polygon POS Mainnet uses POL as its native currency. Chain ID: 137 (0x89). Below are 7 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Polygon POS Mainnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://polygon.drpc.org
0x89POLExplorer
Checking
https://matic-mainnet.chainstacklabs.com
0x89POLExplorer
Checking
https://polygon-rpc.com
0x89POLExplorer
Checking
https://polygon.api.onfinality.io/public
0x89POLExplorer
Checking
https://polygon-bor.publicnode.com
0x89POLExplorer
Checking
https://rpc.swiftnodes.io/rpc/polygon?key=demo
0x89POLExplorer
Checking
https://polygon-mainnet.gateway.tatum.io
0x89POLExplorer

Connect to Polygon POS Mainnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://polygon.drpc.org");

const network = await provider.getNetwork();
console.log(network.chainId); // 137n

Polygon POS Mainnet — common questions

What is the RPC URL for Polygon POS Mainnet?
There are 7 public RPC endpoints for Polygon POS Mainnet, including https://polygon.drpc.org. See the full list in the table above.
What is the Chain ID for Polygon POS Mainnet?
The Chain ID for Polygon POS Mainnet is 137 (0x89 in hexadecimal).
What is the native currency of Polygon POS Mainnet?
The native currency of Polygon POS Mainnet is POL.
How do I add Polygon POS Mainnet to MetaMask?
Use the "Add to Wallet" button on this page to add Polygon POS Mainnet to MetaMask automatically, or follow our step-by-step guide for Polygon.