Berachain Mainnet RPC EndpointsBerachain Mainnet uses BERA as its native currency. Its Chain ID is 80094 (0x138de). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Berachain Mainnet.

Decentralized RPC Network
100+ blockchain RPCs
No rate limits
For builders and traders
| Blockchain | RPC URL | Chain ID | Native Currency | Block Explorer | Actions |
|---|---|---|---|---|---|
⏳Berachain | https://berachain.drpc.org | 0x138de | BERA | https://berascan.com/ | |
⏳Berachain | https://rpc.berachain.com | 0x138de | BERA | https://berascan.com/ | |
⏳Berachain | https://rpc.swiftnodes.io/rpc/berachain?key=demo | 0x138de | BERA | https://berascan.com/ |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://berachain.drpc.org");
const network = await provider.getNetwork();
console.log(network.chainId); // 80094nThere are 3 public RPC endpoints for Berachain Mainnet, including https://berachain.drpc.org. See the full list in the table above.
The Chain ID for Berachain Mainnet is 80094 (0x138de in hexadecimal).
The native currency of Berachain Mainnet is BERA.
Use the "Add to Wallet" button on this page to add Berachain Mainnet to MetaMask automatically, or follow our step-by-step guide for Berachain.