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

Decentralized RPC Network
100+ blockchain RPCs
No rate limits
For builders and traders
| Blockchain | RPC URL | Chain ID | Native Currency | Block Explorer | Actions |
|---|---|---|---|---|---|
⏳Mode | https://mode.drpc.org/ | 0x868b | ETH | https://explorer.mode.network | |
⏳Mode | https://mainnet.mode.network | 0x868b | ETH | https://explorer.mode.network | |
⏳Mode | https://rpc.swiftnodes.io/rpc/mode?key=demo | 0x868b | ETH | https://explorer.mode.network |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://mode.drpc.org/");
const network = await provider.getNetwork();
console.log(network.chainId); // 34443nThere are 3 public RPC endpoints for Mode Mainnet, including https://mode.drpc.org/. See the full list in the table above.
The Chain ID for Mode Mainnet is 34443 (0x868b in hexadecimal).
The native currency of Mode Mainnet is ETH.
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.