Mode logo

Mode Mainnet

RPC Endpoints

Chain ID: 0x868b · ETH

Other Mode networks:Sepolia Testnet
How to add Mode to MetaMask or other wallets

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

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://mode.drpc.org/
0x868bETHExplorer
Checking
https://mainnet.mode.network
0x868bETHExplorer
Checking
https://rpc.swiftnodes.io/rpc/mode?key=demo
0x868bETHExplorer

Connect to Mode Mainnet with ethers.js

import { ethers } from "ethers";

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

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

Mode Mainnet — common questions

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