Published on May 14, 2026
How to Add BNB Chain to MetaMask (2026 Step-by-Step Guide)
If you've ever tried to mint an NFT, swap a token on PancakeSwap, or open a BNB Chain dApp, you've probably hit the same wall: MetaMask defaults to Ethereum, and BNB Chain isn't there out of the box. The good news is that learning how to add BNB Chain to MetaMask takes about thirty seconds in 2026, thanks to MetaMask's built-in "popular networks" panel. The slightly less good news is that there are two ways to do it, and one of them gets used by phishing scams to slip in malicious RPC endpoints. This guide walks through both methods, shows you how to verify the network is the real one, and points out the small mistakes that send people in circles for an hour.
What you need before you start
Three quick checks before you touch anything.
First, make sure your MetaMask is installed from the official source. Type metamask.io into your address bar yourself instead of clicking the first sponsored result on a search engine. Phishing sites that copy the MetaMask logo are still one of the top ways wallets get drained in 2026, with MetaMask's own April 2026 security report calling out spoofed installers as a recurring vector.
Second, decide whether you want the browser extension or the mobile app. Both work for BNB Chain, and both follow the same general flow described here. One important note from MetaMask's documentation: adding a network on the extension does not automatically sync it to your mobile app, and vice versa. You'll repeat the steps once per device.
Third, you'll need the official BNB Chain network parameters. We list them in the manual section below, but they all come from one source of truth: the BNB Chain documentation at docs.bnbchain.org. Bookmark that page. If a Twitter post or a Telegram bot ever asks you to use a different RPC URL, check it against the official docs first.
Method 1: How to add BNB Chain to MetaMask with one click
As of 2026, MetaMask ships with a "popular networks" list that includes BNB Chain alongside Ethereum, Arbitrum, Optimism, Polygon, Base, Avalanche, and several others. This is the easiest and safest way to add the network because the parameters are pre-filled by MetaMask itself, not by a third-party site you have to trust.
Here is the flow on the browser extension:
- Open the MetaMask extension and click the network selector in the top-left corner. It probably says "Ethereum Mainnet" today.
- Scroll to the bottom of the network list and click "Add a network".
- You'll see a section called "Popular custom networks" or "Additional networks". Find "BNB Smart Chain" (sometimes labeled "BNB Chain"). Click "Add" next to it.
- A confirmation dialog opens, showing the network name, RPC URL, Chain ID (56), currency symbol (BNB), and block explorer URL (
bscscan.com). Read these carefully. Click "Approve". - Switch to the new network from the same network selector. You should now see your wallet with a zero BNB balance, ready to receive funds.
The mobile flow is essentially identical: tap the network dropdown at the top, tap "Add network", find "BNB Chain" in the list, and confirm.
If you don't see BNB Chain in the popular networks panel, that usually means your MetaMask is out of date. Update the extension or app and check again. If it's still missing, fall back to the manual method below.
Method 2: How to add BNB Chain to MetaMask manually (custom RPC)
Sometimes you need the manual route. Older versions of MetaMask, custom forks, and certain enterprise builds don't show the popular networks panel. The manual method also forces you to look at each parameter one at a time, which is a useful security habit.
Here are the official BNB Chain mainnet parameters, taken directly from the BNB Chain documentation at docs.bnbchain.org:
| Field | Value |
|---|---|
| Network Name | BNB Smart Chain Mainnet |
| New RPC URL | https://bsc-dataseed.bnbchain.org |
| Chain ID | 56 |
| Currency Symbol | BNB |
| Block Explorer URL | https://bscscan.com |
To add the network manually:
- Open MetaMask and click the network selector in the top-left corner.
- Click "Add a network" at the bottom of the list, then click "Add a network manually" (the link is small and easy to miss).
- Type each value into the matching field exactly as written above. Pay close attention to the RPC URL.
- Click "Save". The network appears at the top of your network selector.
- Switch to it. The network indicator should now read "BNB Smart Chain Mainnet" or similar, and your BNB balance (probably zero) should display.
There are dozens of third-party BNB Chain RPC providers, and most are perfectly fine. The safest default for a beginner is the official endpoint listed above. The MetaMask documentation explicitly warns that "malicious providers can track your IP address or fake your account balances".
Two notes on Chain ID. First, every EVM-compatible network has a unique Chain ID, and 56 is BNB Chain's. Second, if a website prompts you to add a "BNB Chain" network whose Chain ID is anything other than 56, that's a red flag. ChainList.org maintains the canonical list and is the easiest place to cross-check.
How to verify you added the right network
Adding the wrong network, or the right network with a malicious RPC, is the most common way users get burned during this setup. A 30-second verification sequence prevents almost all of the failure modes.
First, click the network you just added and look at the details. Chain ID must read 56. If it doesn't, you added the wrong network. Delete it and start over.
Second, send a tiny amount of BNB to yourself, or use a faucet if you don't hold any yet. Open the transaction in MetaMask and click the link to view it on the block explorer. The explorer should be bscscan.com. If MetaMask sends you to a different domain that you don't recognise, the RPC has been swapped out and you should remove the network immediately.
Third, cross-reference your RPC URL against ChainList.org. Search for "BNB" or "56" and compare what's in your wallet against what ChainList shows for the official endpoints. They should match one of the listed providers.
Fourth, treat any unexpected pop-up or signature request that appears right after you add the network with extra suspicion. April 2026 saw a wave of attacks where compromised RPC nodes served fake balance data, paired with phishing prompts asking users to "verify" or "reauthorize" their wallets. MetaMask's security team has been public about this. Legitimate wallets and dApps never ask for your secret recovery phrase, ever. Anything that does is a scam, no exceptions.
Common mistakes and how to fix them
A few patterns come up over and over in support threads. Here's how to recover from each.
You added the testnet by accident. The currency symbol shows "tBNB" instead of "BNB" and the Chain ID reads 97. Delete that network and add the mainnet version above. Testnet BNB has no real value.
Your RPC keeps timing out. Public RPC endpoints get rate-limited under heavy load. The official endpoint at bsc-dataseed.bnbchain.org has a documented limit of around 10,000 requests per five minutes. Switch to a different reputable provider listed on ChainList if you hit that ceiling often, and consider running through a private RPC if you build dApps on the chain.
Your transactions are stuck on "pending" forever. The most common cause is sending a transaction with a gas price the network rejected. Open MetaMask, click the pending transaction, and either speed it up (which raises the gas price) or cancel and resend.
Your BNB balance shows zero but you know you sent funds. Check that you're on BNB Smart Chain Mainnet, not Ethereum or one of the testnets. Tokens sent on the wrong chain don't appear on the right chain. They aren't lost, because the wallet address is the same across EVM-compatible networks, and the BNB is at that address on the chain you actually sent it to. You'll need to switch networks to see it.
Your gas fees feel surprisingly small. That's not a bug. BNB Chain's 2026 average transaction fee runs under $0.03, and that number dropped further when the Fermi hard fork shipped on January 14, 2026, taking block time down to 0.45 seconds and pushing finality to roughly one second.
How Bitpotz fits into this picture
Once BNB Chain is added to your wallet, you can interact with the entire BNB Chain ecosystem: PancakeSwap for swaps, Venus for lending, dozens of NFT marketplaces, and on-chain jackpot platforms.
Bitpotz is one of those platforms. It's a multi-chain on-chain jackpot platform whose architecture is EVM-native. BNB Chain is the active deployment today, and additional chains are on the public roadmap. Players use NFT tickets to enter five recurring prize pools called HourPot, DayPot, WeekPot, MonthPot, and GrandPot. Winners are picked on-chain by Chainlink VRF, the standard verifiable randomness primitive used across the EVM ecosystem.
Because the contracts live on BNB Chain, you need exactly the setup you just finished: MetaMask plus the BNB Smart Chain Mainnet network. To enter, you visit bitpotz.com, connect your MetaMask wallet, mint or buy an NFT ticket, and you're entered for the next draw.
If you hold $POTZ above the VIP threshold (check bitpotz.com/vip for the live value), each NFT ticket also activates a VIP +1 bonus ticket on every jackpot. Cross-chain VIP is on the roadmap once additional chains go live.
FAQ
Is it safe to add BNB Chain to MetaMask?
Yes, as long as you use either MetaMask's built-in popular networks panel or the official RPC URL listed in the BNB Chain documentation at docs.bnbchain.org. The danger isn't BNB Chain itself, which is a public, EVM-compatible network used by millions of wallets daily. The danger is that scam sites sometimes prompt you to add a fake "BNB Chain" with a swapped RPC URL designed to steal funds or harvest data. Cross-check the Chain ID (56) and the RPC URL before approving anything.
Do I need to pay anything to add the network?
No. Adding a network to MetaMask is a local change in your wallet. Nothing is broadcast on-chain, no gas is spent, and no signature is required. You only start spending gas when you actually send a transaction on the network. MetaMask itself is also free to install and use, and any site that asks you to "pay an activation fee" to add BNB Chain is a scam.
What's the difference between BNB Chain, BSC, and BNB Smart Chain?
They're three names for the same network, used in different eras. The chain launched in 2020 as Binance Smart Chain (BSC), was renamed to BNB Smart Chain in 2022, and the umbrella ecosystem is now branded BNB Chain. The Chain ID never changed: 56. The official RPC URL has been updated a few times, but the version on docs.bnbchain.org is always the current one.
Can I use the same MetaMask address on Ethereum and BNB Chain?
Yes. Every EVM-compatible chain shares the same address format, so the address that holds your ETH on Ethereum will hold your BNB on BNB Chain, your MATIC on Polygon, and so on. Your secret recovery phrase controls all of them. The catch: tokens sent on one chain do not automatically appear on others. If you send USDT on Ethereum, you won't see it in MetaMask when you switch over to BNB Chain.
Why does BNB Chain feel faster than Ethereum?
Because it is. BNB Chain blocks are now 0.45 seconds long after the Fermi hard fork that shipped in January 2026, and average transaction fees run under $0.03. Ethereum mainnet, by comparison, has 12-second blocks and fees that can spike from cents to dollars during congestion. Different design tradeoffs, different use cases.
Final thoughts
That's the whole setup. Once BNB Chain is in your MetaMask, you've crossed the only real onboarding hurdle to using everything the BNB Chain ecosystem ships, including swaps, NFT marketplaces, and on-chain jackpot platforms like the ones at bitpotz.com. The next time someone asks you to "add a custom RPC" for a chain you've never heard of, you'll know exactly what to look for: official docs first, Chain ID match, BscScan cross-check, and never share your secret recovery phrase with anyone. The basics keep working.
If you want to dig deeper on the verification side before you connect to any on-chain platform, the companion piece on how to verify a crypto lottery is fair walks through reading the smart contracts and randomness oracle that sit behind a typical jackpot draw. For first-time players, the crypto lottery ticket buying guide takes you the rest of the way from "MetaMask is set up" to "ticket minted, eligible for the next draw".
