SmartBCH logo

SmartBCH Mainnet

RPC Endpoints

Chain ID: 10000 · SBCH

Other SmartBCH networks:Testnet
How to add SmartBCH to MetaMask or other wallets

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

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://smartbch.fountainhead.cash/mainnet
10000SBCHExplorer
Checking
https://smartbch.greyh.at
10000SBCHExplorer

Connect to SmartBCH Mainnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://smartbch.fountainhead.cash/mainnet");

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

SmartBCH Mainnet — common questions

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