Polygon logo

Polygon zkEVM Mainnet

RPC Endpoints

Chain ID: 0x44d · ETH

Other Polygon networks:POS MainnetAmoy TestnetBlackberry TestnetzkEVM Cardona
How to add Polygon to MetaMask or other wallets

Polygon zkEVM Mainnet uses ETH as its native currency. Chain ID: 1101 (0x44d). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Polygon zkEVM Mainnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://polygon-zkevm.drpc.org
0x44dETHExplorer
Checking
https://zkevm-rpc.com
0x44dETHExplorer
Checking
https://rpc.swiftnodes.io/rpc/polygon-zkevm?key=demo
0x44dETHExplorer

Connect to Polygon zkEVM Mainnet with ethers.js

import { ethers } from "ethers";

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

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

Polygon zkEVM Mainnet — common questions

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