Guide
Copy Mode chain ID and RPC URL
Mode mainnet uses chain ID 34443 / 0x868b, RPC URLhttps://mainnet.mode.network, explorer https://explorer.mode.network, and ETH 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
Mode chain ID quick answer
Use 34443 / 0x868b for Mode mainnet, with RPC URLhttps://mainnet.mode.network, explorer https://explorer.mode.network, and ETH as the gas token. The canonical indexed page for this chain is/status/mode/, with the copy-ready config at/status/mode/#copy-ready-config. Verify the fields against the linked source docs before using them in a wallet, script, or app.
- Mode chain ID 34443 / 0x868b 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.
https://mainnet.mode.networkVerification 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
- Mode docs
- Manual review cadence
- monthly; after July 23, 2026
- Latest recorded chain ID probe
eth_chainIdmatched expected0x868b; observed0x868bon
Mode wallet-add fields
Use these manual fields when comparing Main.net with wallet directory entries or source documentation before calling wallet_addEthereumChain.
- chainId
0x868b(34443)- nativeCurrency
- ETH; name ETH, symbol ETH, decimals 18
- rpcUrls
https://mainnet.mode.network- blockExplorerUrls
- https://explorer.mode.network
Mode mainnet settings
- RPC URL
https://mainnet.mode.network- Explorer
- https://explorer.mode.network
- Chain ID
- 34443
- Chain ID hex
0x868b- Currency symbol
- ETH
- Official/source docs
- Mode docs
Mode EIP-3085 config JSON
Ready-to-copy wallet_addEthereumChain parameters generated from reviewed fields. Main.net does not connect wallets or request permissions.
Review source documentation before using this in an app or wallet flow.
{
"chainId": "0x868b",
"chainName": "Mode",
"nativeCurrency": {
"name": "ETH",
"symbol": "ETH",
"decimals": 18
},
"rpcUrls": [
"https://mainnet.mode.network"
],
"blockExplorerUrls": [
"https://explorer.mode.network"
]
}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
Mode documents a public archival RPC and recommends running a node or using provider infrastructure when a project needs stronger performance.
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/mode/#copy-ready-config.
Related references
Related Main.net references
These references connect the Mode guide to the broader source library, so readers can verify the same fields from more than one path.