Taiko logo

Taiko Mainnet

RPC Endpoints

Chain ID: 0x28c58 · ETH

Other Taiko networks:Hekla
How to add Taiko to MetaMask or other wallets

Taiko Mainnet uses ETH as its native currency. Chain ID: 167000 (0x28c58). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Taiko Mainnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://taiko.drpc.org/
0x28c58ETHExplorer
Checking
https://rpc.mainnet.taiko.xyz
0x28c58ETHExplorer
Checking
https://rpc.swiftnodes.io/rpc/taiko?key=demo
0x28c58ETHExplorer

Connect to Taiko Mainnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://taiko.drpc.org/");

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

Taiko Mainnet — common questions

What is the RPC URL for Taiko Mainnet?
There are 3 public RPC endpoints for Taiko Mainnet, including https://taiko.drpc.org/. See the full list in the table above.
What is the Chain ID for Taiko Mainnet?
The Chain ID for Taiko Mainnet is 167000 (0x28c58 in hexadecimal).
What is the native currency of Taiko Mainnet?
The native currency of Taiko Mainnet is ETH.
How do I add Taiko Mainnet to MetaMask?
Use the "Add to Wallet" button on this page to add Taiko Mainnet to MetaMask automatically, or follow our step-by-step guide for Taiko.