EOS logo

EOS Mainnet

RPC Endpoints

Chain ID: EOS · EOS

Other EOS networks:Jungle Testnet
How to add EOS to MetaMask or other wallets

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

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://eos.greymass.com
EOSEOSExplorer
Checking
https://eos-mainnet.gateway.tatum.io
EOSEOSExplorer

Connect to EOS Mainnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://eos.greymass.com");

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

EOS Mainnet — common questions

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