EVM chain

Polygon PoS — RPC URL, Chain ID, and Wallet Setup

Polygon PoS mainnet has chain ID 137 and uses POL as its native currency (renamed from MATIC). The official RPC URL listed in Polygon's docs is https://polygon.drpc.org, the documentation lives at docs.polygon.technology, and the block explorer is polygonscan.com.

Chain ID 137Native POLMainnetVerified 2026-05-15

Quick reference

Copy paste ready values. Verified on 2026-05-15.

Chain name
Polygon PoS
Chain ID
137 (hex 0x89)
Network type
Mainnet
Native currency
Polygon Ecosystem Token (POL) — 18 decimals
Recommended public RPC
https://polygon.drpc.org
Block explorer
https://polygonscan.com
Official docs
https://docs.polygon.technology/
Last verified
2026-05-15

Add Polygon Mainnet to MetaMask

One click for injected wallets, or paste the JSON into the manual Add Network form.

{
  "chainIdHex": "0x89",
  "chainName": "Polygon Mainnet",
  "nativeCurrency": {
    "name": "Polygon Ecosystem Token",
    "symbol": "POL",
    "decimals": 18
  },
  "rpcUrls": [
    "https://polygon.drpc.org"
  ],
  "blockExplorerUrls": [
    "https://polygonscan.com"
  ]
}
Manual steps (no injected wallet)
  1. Open MetaMask, click the network dropdown, then Add Network.
  2. Click "Add a network manually".
  3. Network name: Polygon Mainnet.
  4. New RPC URL: https://polygon.drpc.org.
  5. Chain ID: 137.
  6. Currency symbol: POL.
  7. Block explorer URL: https://polygonscan.com.
  8. Save and switch.

Free / public RPC URLs

Public RPC URLs for Polygon PoS

These endpoints are free, anonymous, and rate limited. They are useful for development, wallet reads, and one off scripts. For production traffic or indexer workloads, pair them with a paid provider so the public list becomes your fallback rather than your primary.

RPC URLHosted byNotes
https://polygon.drpc.orgdRPC (Polygon official partner)Recommended in official docs. WebSocket: wss://polygon.drpc.org.
https://polygon.publicnode.comAllnodes (publicnode)
https://rpc.ankr.com/polygonAnkr
https://polygon.api.onfinality.io/publicOnFinality
https://1rpc.io/matic1RPC
https://polygon-mainnet.public.blastapi.ioBware Labs (BlastAPI)

Paid RPC providers

Production dapps, indexers, and trading systems should use a managed provider with a private API key, archive history, and an SLA. These providers list Polygon PoS support on their public pricing pages.

  • Alchemy

    Supernode RPC plus enhanced APIs across 40+ chains.

    Free tier: 30M compute units per month on the Free plan.

  • Infura

    ConsenSys backed RPC, deeply integrated with MetaMask.

    Free tier: 6M credits per day, ~2,000 credits per second throughput.

  • QuickNode

    Globally distributed RPC across 50+ chains.

    Free tier: Seven day free trial with full feature access.

  • Ankr

    Public RPC for 80+ chains plus a Premium tier.

    Free tier: Free public endpoints (rate limited) for 80+ chains, no signup required.

  • GetBlock

    Shared and dedicated nodes across 50+ chains.

    Free tier: Free plan with a daily request cap shared across chains.

  • BlockPI

    Pay as you go RPC with no monthly minimums.

    Free tier: Free public endpoints per chain with shared rate limits.

  • Chainstack

    Region selectable elastic and dedicated nodes.

    Free tier: Free Developer plan with 3M requests per month.

  • Tenderly

    RPC with first class simulation and debugging.

    Free tier: Free plan with simulator access and a small RPC quota.

  • dRPC

    Decentralised RPC across 100+ chains.

    Free tier: Free public endpoints per chain plus a generous metered free tier.

  • NodeReal

    MegaNode RPC with deep BNB Chain support.

    Free tier: Free plan with 3M compute units per day.

Compare every paid RPC provider →

Block explorers and docs

Polygon PoS explorers and documentation

When the answer is real

Caveats and things to verify

  • MATIC was renamed to POL in the September 2024 token migration. Older guides still show MATIC as the symbol — update to POL.
  • Block times are ~2 seconds. Some public RPCs lag the head — use a paid endpoint for trading and MEV sensitive flows.
  • Polygon zkEVM is a separate chain (chain ID 1101) — do not confuse the two.

FAQ

Frequently asked questions

What is the Polygon chain ID?

Polygon PoS mainnet chain ID is 137 (hex 0x89). The Amoy testnet is chain ID 80002. Polygon zkEVM is a separate chain with chain ID 1101, so do not paste 137 if you mean zkEVM.

What is the official Polygon RPC URL?

The Polygon developer docs list https://polygon.drpc.org as the default network RPC endpoint, with a websocket counterpart at wss://polygon.drpc.org. Several other public RPCs are listed in the docs (Allnodes, OnFinality, 1RPC, Tatum) for redundancy.

How do I add Polygon to MetaMask?

Open MetaMask, click the network dropdown, click Add Network, then Add a network manually. Paste Network name Polygon Mainnet, RPC URL https://polygon.drpc.org, chain ID 137, currency symbol POL, and block explorer https://polygonscan.com. Save and switch.

What is the native currency of Polygon now that MATIC is gone?

POL (Polygon Ecosystem Token). The September 2024 migration replaced MATIC one for one with POL on Polygon PoS. The ERC 20 MATIC token on Ethereum was also migrated to POL. Symbol in wallets should now read POL, not MATIC.

What are the best paid RPC providers for Polygon?

Polygon's own docs list Alchemy, Chainstack, QuickNode, Tenderly, Ankr, BlockPI, GetBlock, NodeReal, Infura, and dRPC among others. The right choice depends on what you optimise for: Alchemy for enhanced APIs, Tenderly for simulation, Chainstack for region selection, dRPC for decentralisation, QuickNode for global latency.

Is Polygon an Ethereum L2 or a sidechain?

Polygon PoS is technically a sidechain — it has its own validator set and consensus and is bridged to Ethereum, not a rollup that settles to Ethereum. Polygon zkEVM is a different chain that does post proofs to Ethereum and qualifies as a Layer 2.

Sources

Wallet setup walkthrough

Step by step screenshots and copy paste blocks for adding Polygon PoS to MetaMask, Rabby, and OKX Wallet.

Open the Polygon PoS wallet setup guide →

Other chains in the directory

  • Ethereum

    Chain ID 1 · Native ETH

    The original smart contract platform. Chain ID 1, native ETH.

  • Arbitrum One

    Chain ID 42161 · Native ETH

    Largest Ethereum optimistic rollup. Chain ID 42161, native ETH.

  • OP Mainnet

    Chain ID 10 · Native ETH

    OP Stack flagship rollup. Chain ID 10, native ETH.

  • Base

    Chain ID 8453 · Native ETH

    Coinbase's OP Stack L2. Chain ID 8453, native ETH.

  • BNB Smart Chain

    Chain ID 56 · Native BNB

    EVM compatible chain backed by BNB Chain. Chain ID 56, native BNB.

  • Avalanche C-Chain

    Chain ID 43114 · Native AVAX

    EVM compatible primary network. Chain ID 43114, native AVAX.

Page maintained by Mudassir Khan · Last verified 2026-05-15.