Mode logoMode Mainnet RPC Endpoints

Mode 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.

Other Mode Networks:

dRPC Logo

dRPC

Decentralized RPC Network

100+ blockchain RPCs

No rate limits

For builders and traders

Connect via dRPC
BlockchainRPC URLChain IDNative CurrencyBlock ExplorerActions
Mode

https://mode.drpc.org/

0x868bETHhttps://explorer.mode.network
Mode

https://mainnet.mode.network

0x868bETHhttps://explorer.mode.network
Mode

https://rpc.swiftnodes.io/rpc/mode?key=demo

0x868bETHhttps://explorer.mode.network

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 FAQ

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.