MultiversX logo

MultiversX Mainnet

RPC Endpoints

Chain ID: EGLD · EGLD

Other MultiversX networks:TestnetDevnet
How to add MultiversX to MetaMask or other wallets

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

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://gateway.multiversx.com
EGLDEGLDExplorer
Checking
https://egld-mainnet.gateway.tatum.io
EGLDEGLDExplorer

Connect to MultiversX Mainnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://gateway.multiversx.com");

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

MultiversX Mainnet — common questions

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