Guide

Copy Monad chain ID and RPC URL

Monad mainnet uses chain ID 143 / 0x8f, RPC URLhttps://rpc.monad.xyz, explorer https://monadvision.com, and MON as the gas token. This page refreshed Jun 24, 2026, 1:48 AM UTC; source docs and setup cautions were reviewed June 23, 2026.

Quick settings

Monad chain ID quick answer

Use 143 / 0x8f for Monad mainnet, with RPC URLhttps://rpc.monad.xyz, explorer https://monadvision.com, and MON as the gas token. The canonical indexed page for this chain is/status/monad/, with the copy-ready config at/status/monad/#copy-ready-config. Verify the fields against the linked source docs before using them in a wallet, script, or app.

Copy Monad configRPC and explorerOfficial docs and sourcesMON gas token

Good fit when you need:
  • Monad chain ID 143 / 0x8f for wallet or RPC setup;
  • the public RPC URL, explorer, gas token, and official/source docs together;
  • a recently refreshed wallet config reference without connecting a wallet.
NetworkMonad
Chain ID143 / 0x8f
RPC URLhttps://rpc.monad.xyz
Explorerhttps://monadvision.com
Gas tokenMON
CheckedJune 23, 2026
Source docsMonad docs
Copy configStatus page config

Verification record

Manual metadata review and automated evidence checks are tracked separately. This is not a live uptime, latency, or production reliability monitor.

Manual metadata review
Verification status
Verified metadata
Verification run
source-monitoring-2026-06-23
Verification tool
source-monitoring-refresh
Source set
Monad docs
Manual review cadence
monthly; after July 23, 2026
Latest recorded chain ID probe
eth_chainId matched expected 0x8f; observed 0x8f on

MethodologyReport a correction

Monad wallet-add fields

Use these manual fields when comparing Main.net with wallet directory entries or source documentation before calling wallet_addEthereumChain.

chainId
0x8f (143)
nativeCurrency
MON; name MON, symbol MON, decimals 18
rpcUrls
https://rpc.monad.xyz
blockExplorerUrls
https://monadvision.com

Monad mainnet settings

RPC URL
https://rpc.monad.xyz
Explorer
https://monadvision.com
Chain ID
143
Chain ID hex
0x8f
Currency symbol
MON
Official/source docs
Monad docs

Monad EIP-3085 config JSON

Ready-to-copy wallet_addEthereumChain parameters generated from reviewed fields. Main.net does not connect wallets or request permissions.

Copy-ready JSON

Review source documentation before using this in an app or wallet flow.

{
  "chainId": "0x8f",
  "chainName": "Monad",
  "nativeCurrency": {
    "name": "MON",
    "symbol": "MON",
    "decimals": 18
  },
  "rpcUrls": [
    "https://rpc.monad.xyz"
  ],
  "blockExplorerUrls": [
    "https://monadvision.com"
  ]
}

Official docs and source links

Main.net links to source documentation for verification. It does not rank RPC providers or make uptime, latency, privacy, or production reliability claims about public endpoints.

Setup caution

Monad public RPC access is rate-limited. Use official docs and dedicated provider endpoints before deploying production systems.

Always verify important details in official documentation before configuring software that may sign transactions. Use the status page copy path for the current reviewed config:/status/monad/#copy-ready-config.

Related references

These references connect the Monad guide to the broader source library, so readers can verify the same fields from more than one path.