EVM chain

Gnosis Chain — RPC URL, Chain ID, and Wallet Setup

Gnosis Chain has chain ID 100 and uses xDAI as its native currency. The official RPC URL is https://rpc.gnosischain.com, documentation lives at docs.gnosischain.com, and the block explorer is gnosisscan.io.

Chain ID 100Native XDAIMainnetVerified 2026-05-15

Quick reference

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

Chain name
Gnosis Chain
Chain ID
100 (hex 0x64)
Network type
Mainnet
Native currency
xDAI (XDAI) — 18 decimals
Recommended public RPC
https://rpc.gnosischain.com
Block explorer
https://gnosisscan.io
Official docs
https://docs.gnosischain.com/
Last verified
2026-05-15

Add Gnosis to MetaMask

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

{
  "chainIdHex": "0x64",
  "chainName": "Gnosis",
  "nativeCurrency": {
    "name": "xDAI",
    "symbol": "XDAI",
    "decimals": 18
  },
  "rpcUrls": [
    "https://rpc.gnosischain.com"
  ],
  "blockExplorerUrls": [
    "https://gnosisscan.io"
  ]
}
Manual steps (no injected wallet)
  1. Open MetaMask, click the network dropdown, then Add Network.
  2. Click "Add a network manually".
  3. Network name: Gnosis.
  4. New RPC URL: https://rpc.gnosischain.com.
  5. Chain ID: 100.
  6. Currency symbol: XDAI.
  7. Block explorer URL: https://gnosisscan.io.
  8. Save and switch.

Free / public RPC URLs

Public RPC URLs for Gnosis Chain

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://rpc.gnosischain.comGnosis (official)Recommended in official docs.
https://gnosis-rpc.publicnode.comAllnodes (publicnode)
https://rpc.ankr.com/gnosisAnkr
https://gnosis.drpc.orgdRPC
https://1rpc.io/gnosis1RPC

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 Gnosis Chain support on their public pricing pages.

  • 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

Gnosis Chain explorers and documentation

When the answer is real

Caveats and things to verify

  • Gnosis uses xDAI for gas — a stable coin pegged to USD via the bridged DAI. This makes fees predictable in dollar terms.
  • GNO is a separate governance token, not used for gas.

FAQ

Frequently asked questions

What is the Gnosis Chain native currency?

xDAI (symbol XDAI), a USD pegged stable coin bridged from DAI on Ethereum. GNO is the governance token but is not the gas token.

Sources

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.

  • Polygon PoS

    Chain ID 137 · Native POL

    Ethereum sidechain with low fees. Chain ID 137, native POL.

  • BNB Smart Chain

    Chain ID 56 · Native BNB

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

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