Worldchain logo

Worldchain Mainnet

RPC Endpoints

Chain ID: 480 · ETH

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

Worldchain Mainnet uses ETH as its native currency. Chain ID: 1152 (480). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Worldchain Mainnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://worldchain-mainnet.g.alchemy.com/public
480ETHExplorer
Checking
https://worldchain.drpc.org
480ETHExplorer

Connect to Worldchain Mainnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://worldchain-mainnet.g.alchemy.com/public");

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

Worldchain Mainnet — common questions

What is the RPC URL for Worldchain Mainnet?
There are 2 public RPC endpoints for Worldchain Mainnet, including https://worldchain-mainnet.g.alchemy.com/public. See the full list in the table above.
What is the Chain ID for Worldchain Mainnet?
The Chain ID for Worldchain Mainnet is 1152 (480 in hexadecimal).
What is the native currency of Worldchain Mainnet?
The native currency of Worldchain Mainnet is ETH.
How do I add Worldchain Mainnet to MetaMask?
Use the "Add to Wallet" button on this page to add Worldchain Mainnet to MetaMask automatically, or follow our step-by-step guide for Worldchain.