What you actually do on BNB Smart Chain
Everything that happens on the chain happens because someone signed a transaction and paid for it. Sending tokens to a friend, swapping one token for another, depositing into a lending market, minting an NFT: all of these are transactions that change the chain's records, and every one of them costs a fee paid in BNB.
BNB Chain's documentation describes the network as supporting EVM-compatible smart contracts, which is the technical way of saying that code written for Ethereum runs here without modification (source: BNB Chain Docs). For a holder that has one practical consequence above all others: the wallets, block explorers and interfaces you already know will work, and the fee will be charged in BNB rather than in ETH. If the relationship between the coin and the network is still unclear, what BNB is covers it from the coin's side, and how BNB Chain works covers the wider family.
The fee is charged when the transaction is processed, not when you decide to send it, and it comes out of your BNB balance separately from whatever you are moving. This is why a wallet holding a large stablecoin balance and no BNB is stuck: there is nothing to pay the processor with. Keeping a small amount of BNB in reserve, enough for several transactions, is the habit that avoids it.
Fees on BNB Smart Chain are typically a fraction of a dollar, which is part of why the network carries a high volume of everyday activity. That cost varies with how busy the chain is and with the complexity of what you are doing, since a simple transfer asks less of the network than a swap routed through several pools.
Why chain ID 56 matters
Every EVM network has an identifying number, and wallets use it to know which one they are talking to. BNB Smart Chain mainnet is 56. Ethereum mainnet is 1. The BNB Smart Chain test network is 97, where the coin is called tBNB and has no value. opBNB, the layer-2 network in the same family, is 204.
BNB Chain's wallet documentation lists the mainnet settings plainly: network name BSC Mainnet, chain ID 56, currency symbol BNB, and it confirms that any Ethereum wallet works with the chain once those details are added (source: BNB Chain Docs). An independent registry of chain identifiers records the same network under the same number (source: ethereum-lists).
| Network | Chain ID | Fee currency |
|---|---|---|
| BNB Smart Chain mainnet | 56 | BNB |
| Ethereum mainnet | 1 | ETH |
| BNB Smart Chain testnet | 97 | tBNB (no value) |
| opBNB mainnet | 204 | BNB |
The reason this number deserves attention is that your account address is the same on all of them. The same string of characters beginning 0x identifies you on Ethereum, on BNB Smart Chain, on opBNB and on dozens of other EVM networks, but the balances behind it are entirely separate. Send tokens to your own address while the sending wallet is set to the wrong network and the tokens arrive somewhere real, under your control, and completely useless for whatever you were trying to do.
Before copying an address anywhere, check which network the receiving application named and confirm your wallet is set to the same one. BNB wallet setup walks through adding the network correctly, and BNB networks and contracts lists the identifiers you will meet.
Where your BNB has to be sitting
BNB exists in three forms that look similar in a portfolio and behave very differently. Only one of them can pay a transaction fee.
Native BNB in a wallet on chain ID 56 is the one that works. It is the coin the network itself recognizes, held at an address you control, and it is what gets deducted when you sign anything. What the BNB token does covers its full set of uses.
BNB held on an exchange is a balance on that company's books. It is real, you own it, and the chain cannot see it. Paying a fee with it means withdrawing to a wallet first, which is an ordinary transaction that takes a few minutes.
Wrapped BNB, or WBNB, is a token version of the coin that exists so that BNB can be handled by contracts expecting a standard token format. Most decentralized exchanges wrap it automatically behind the scenes when you trade. WBNB lives on chain ID 56 like everything else, but it is a token rather than the network's own currency, so the fee still has to come from unwrapped BNB.
| What you hold | Can it pay a transaction fee? |
|---|---|
| Native BNB in a wallet on chain 56 | Yes, this is the one the network charges |
| BNB on an exchange | Only after you withdraw it to a wallet |
| WBNB in a wallet | Only after you unwrap it back to native BNB |
The safe habit when moving coins out of an exchange for the first time is to send a small test amount, confirm it arrives at the right address on the right network, and only then send the rest. The test costs a fee measured in cents and catches a mistake that would otherwise cost everything.
How BNB Smart Chain fits with opBNB and Greenfield
BNB Chain is a family of three networks, and BNB Smart Chain is the one that runs applications. Documentation describes the set as BNB Smart Chain, opBNB and BNB Greenfield, with BNB as the token that powers and governs all three (source: BNB Chain Docs).
opBNB is a layer-2 network, meaning it processes transactions separately and periodically writes summaries back to BNB Smart Chain for security. That arrangement makes it substantially cheaper and faster for applications doing high volumes of small transactions, particularly games. It uses BNB for fees as well, but the BNB has to be on opBNB, which means bridging it across. opBNB explained covers how that works.
Greenfield is built for storing data rather than running financial applications, and it charges for storage rather than for computation. It also bills in BNB, and again the coins have to be on Greenfield itself.
A fourth name appears in older material. BNB Beacon Chain was the original network handling staking and governance, and it has been retired, with those functions moved onto BNB Smart Chain. Coins are not stranded by that change, but sending anything to a Beacon Chain address today is a mistake, because nothing is running there to receive it.
The pattern across all of these is the same. Each network is its own economy, each wants its fee paid in coins already sitting on it, and moving between them requires an explicit bridging step rather than a change of setting.
Trading BNB compared with using the chain
Buying BNB on an exchange and using BNB Smart Chain are separate activities, and it is worth being clear about which one you want, because the products are not interchangeable.
BloFin has listed BNB/USDT on spot since December 31, 2023, with a minimum order size of 0.001 BNB. Buying spot gives you the coin, and withdrawing it to a wallet on chain ID 56 turns it into something the network can charge fees against. That is the route to take if your goal is to use an application on the chain.
BloFin also lists two BNB perpetuals: BNBUSDT, settled in USDT and live since January 12, 2023, and BNBUSDC, settled in USDC and live since August 18, 2025. Both trade at up to 75x leverage. A perpetual tracks the price of BNB without ever holding the coin, so it settles in cash and cannot be withdrawn to a wallet. That makes it a tool for taking a position on the price, and no use at all for paying a transaction fee. BNB perpetual futures explains how those contracts work, and how to buy BNB covers buying the coin itself.
| What you open | What you end up holding | Can it pay chain fees? |
|---|---|---|
| BNB/USDT spot | BNB on the exchange, withdrawable | After you withdraw it |
| BNBUSDT or BNBUSDC perpetual | A cash-settled position | No, there is no coin to withdraw |
| A withdrawal to your wallet | Native BNB on chain ID 56 | Yes |
The mistake worth avoiding is opening a leveraged position when what you needed was a few coins for fees. Both screens show the ticker BNB, and only one of them ends with something you can spend on the chain.
Frequently asked questions
What is the difference between BNB Chain and BNB Smart Chain?
BNB Chain is the name for the whole family, which includes BNB Smart Chain, opBNB and Greenfield. BNB Smart Chain is the specific network inside that family where applications run and where most people transact, and it is what someone usually means when they say they are using BNB Chain. All three charge fees in BNB, but each keeps its own separate balances.
Can you use MetaMask on BNB Smart Chain?
Yes, and it is the most common way people use the network. Because BNB Smart Chain is EVM-compatible, any Ethereum wallet works once you add the network settings: name BSC Mainnet, chain ID 56, symbol BNB. Most wallets now include BNB Smart Chain as a preset, so adding it is usually a matter of picking it from a list rather than typing anything in. Your address stays the same as the one you use on Ethereum.
Why does a transaction fail when the wallet has plenty of tokens in it?
Almost always because there is no BNB to pay the fee. The network charges in BNB regardless of what you are sending, so a wallet holding stablecoins and nothing else cannot transact at all. The fix is to get a small amount of BNB into that same wallet on the same network, after which the pending transaction can be retried.
How much does a BNB Smart Chain transaction cost?
Usually a fraction of a dollar, though the exact amount varies with network activity and with what you are doing. A plain token transfer is at the cheap end, while a swap that routes through several liquidity pools costs more because it asks the network to do more work. Wallets show an estimate before you confirm, and it is worth reading it rather than approving automatically.
Is BNB Smart Chain the same thing as Ethereum?
They are separate networks that happen to speak the same language. Each keeps its own ledger, its own validators and its own fee currency, so a balance on one does not exist on the other, and your BNB Smart Chain coins are invisible to Ethereum. The similarity is deliberate, because compatibility lets developers deploy the same contracts to both, and it is also the source of most wrong-network mistakes.
What is WBNB and why do swaps use it?
WBNB is BNB packaged as a standard token, which matters because the network's own currency is not a token contract. Pools and lending markets are written to call a token contract, so they cannot handle native BNB directly, and wrapping gives them something with the interface they expect. Wrapping it lets pools and lending markets treat it the same way they treat every other asset. Decentralized exchanges usually wrap and unwrap it for you without asking, so most people hold WBNB briefly without noticing. It is worth the same as BNB and converts back one for one, but it cannot pay a transaction fee until it is unwrapped.
Researched and written by the BloFin Academy editorial team with AI-assisted drafting. Updated September 2026. Primary sources include the BNB Chain documentation, BloFin's Help Center and the ethereum-lists chain registry. All facts independently verified against cited documentation current as of September 2026.
This article is educational and general in nature, not financial or investment advice. Cryptocurrencies like BNB carry real risks, including price volatility, venue risk, smart-contract exploits in ecosystem applications, issuer and chain risk, and the chance of losing funds sent on the wrong network. Nothing here is a recommendation to buy, sell, or hold any asset. Do your own research, and consider speaking with a licensed professional before making financial decisions. BloFin does not provide investment advice.
