Research/Education/Binance Coin BNB/How BNB Chain Works: BNB Smart Chain, opBNB, and Greenfield Share One Token
# BNB

How BNB Chain Works: BNB Smart Chain, opBNB, and Greenfield Share One Token

BloFin Academy09/12/2026
How BNB Chain's three networks divide the work: BNB Smart Chain for applications, opBNB for cheap high-volume transactions, and Greenfield for storage.

BNB Smart Chain, where applications run

BNB Smart Chain is the main network and the one people usually mean by BNB Chain. It launched on September 1, 2020, and it runs smart contracts, which are programs stored on the chain that execute when someone sends them a transaction (source: BNB Chain Docs).

Its defining technical choice is compatibility with the Ethereum Virtual Machine, or EVM, the software environment that runs contract code on Ethereum (source: ethereum.org). Contracts written for Ethereum run on BNB Smart Chain unchanged. Wallets built for Ethereum work once the network is added, and developers move between the two without learning anything new. That decision is why the network filled up with applications quickly.

Blocks are produced by a small elected group under a system called Proof of Staked Authority. Forty-five validators are elected daily by how much BNB is staked behind them, and they take turns producing blocks in rotation, which is fast because nothing has to be resolved by competition. The cost is concentration, since a few dozen operators produce every block. BNB PoSA consensus covers the election, and BNB Smart Chain explained covers the network from a user's side.

Wallets identify it as chain ID 56, and every transaction on it costs a fee paid in BNB. Most of what people do in the BNB ecosystem happens here: trading on decentralized exchanges, lending, holding tokens, and everything built on top of those.


opBNB, for transactions that need to be cheap

opBNB is a second network layered on top of BNB Smart Chain. It processes transactions on its own and periodically posts compressed summaries back to the base chain, which is what a layer-2 network does. The base chain's security carries over because those summaries are recorded there (source: BNB Chain Docs).

The saving comes entirely from batching. Posting one summary covering thousands of transactions costs a fraction per transaction of what each would cost individually, which brings fees down far enough that applications writing a transaction for every user action become viable. Games are the obvious case, along with social applications and anything else built on frequent small interactions.

Documentation lists opBNB as chain ID 204, with 5611 for its test network (source: BNB Chain Docs). It uses BNB for fees like the rest of the family, and the coins have to be on opBNB specifically, which means bridging them across from BNB Smart Chain. opBNB explained covers how that bridging works and what it costs.

The point that catches people is that opBNB is a genuinely separate network for everything a holder does. A token approval is the permission you give an application to spend a particular token from your wallet, and it applies on the network where you granted it and nowhere else. A balance on one network is invisible to the other, even though your address is identical on both.


Greenfield, for storing data

Greenfield handles the one purpose the other two cannot do economically. Documentation describes it as a decentralized storage solution, and it works by splitting responsibilities: the chain records who owns each file and who may read it, while independent storage providers hold the files themselves (source: BNB Chain Docs).

That split is what makes the economics work, because recording ownership is cheap while storing the bytes is not. Ownership records are tiny, so the chain can hold them, and the bytes are handled by operators who specialize in it, with the chain enforcing the rules about who can do what. Changing storage provider does not change who owns the file, because the ownership record was never held by the provider.

Greenfield charges in two ways: gas for each transaction, and a continuous storage service fee for as long as data is held, with a further charge for downloads beyond a free allowance (source: BNB Chain Docs). Because the storage fee streams, the account paying it has to stay funded, which is a different maintenance model from paying once at upload. BNB Greenfield explained covers how buckets, files and payment accounts fit together.


Beacon Chain, and why it is gone

BNB Chain originally ran as two networks working together. Beacon Chain handled staking and governance while BNB Smart Chain handled applications, and the two communicated across a bridge.

That arrangement was eventually consolidated into one chain. Staking and governance moved onto BNB Smart Chain, and Beacon Chain was shut down at block height 385,251,927 on December 3, 2024 (source: BNB Chain Docs). Removing the cross-chain bridge removed a category of complexity and risk along with it, which was much of the reason for doing it.

Two practical consequences of that shutdown remain. Beacon Chain used addresses beginning bnb1, and anything showing one belongs to a network that no longer produces blocks, so coins sent there have nowhere to arrive. And BEP2 tokens that were left behind need recovering through a specific process on BNB Smart Chain. The Beacon Chain sunset covers both the dates and the recovery route.


What the three networks share

They share the token above everything else, since BNB pays fees on all three, and holding it is what gives you access to any of them. They share security in one direction, since opBNB depends on BNB Smart Chain underneath it, while Greenfield runs its own validators.

Balances are the thing they keep separate. Each network keeps its own ledger, and coins on one cannot pay a fee on another until they have been moved across. This is the single most important thing to understand about the family, and it accounts for nearly every avoidable mistake people make within it.

NetworkChain IDWhat it is for
BNB Smart Chain56Running applications and holding tokens
opBNB204High-volume, very cheap transactions
GreenfieldSeparate identifierStoring files with on-chain ownership

Your address is the same across BNB Smart Chain and opBNB, which is convenient and dangerous in equal measure. Convenient because there is one address to remember, dangerous because a transfer to the right address on the wrong network arrives somewhere real, under your control, and useless for whatever you were trying to do.


Working out which network you are on

Three checks catch nearly everything, and all three take seconds.

Check what the application asked for, because any interface that needs a transaction names the network it expects, and that name is the authority, not what you assume you are using.

Check what your wallet is currently set to, because adding a network to the list does not select it. A transaction signed while the wallet sits on BNB Smart Chain goes to BNB Smart Chain, regardless of which website is open. The network selector, not the site, decides where a transaction lands.

Check where the coins actually are. A balance on BNB Smart Chain cannot pay a fee on opBNB, and neither can pay for storage on Greenfield. If a transaction fails for lack of gas, the usual answer is that the coins sit on a different network from the one you are using. What BNB is covers the coin, and getting it requires buying it somewhere before any of this applies.

BloFin has listed BNB/USDT on spot since December 31, 2023, with a minimum order size of 0.001 BNB, and coins bought there can be withdrawn to a wallet on BNB Smart Chain and bridged onward from there. It also lists two BNB perpetuals, BNBUSDT and BNBUSDC, both at up to 75x leverage, which track the price without holding the coin and therefore cannot be withdrawn to any network. BNB perpetual futures covers how those contracts settle and what holding one costs.


Frequently asked questions

Is BNB Chain one blockchain or several?

Several. It is a family of three live networks that share the BNB token: BNB Smart Chain for applications, opBNB for cheap high-volume transactions, and Greenfield for storage. A fourth, Beacon Chain, was retired in December 2024. Each keeps its own separate balances, so coins have to be moved between them explicitly.

What is the difference between BNB Chain and BNB Smart Chain?

BNB Chain is the name of the whole family and BNB Smart Chain is the specific network inside it where applications run. Someone saying they are using BNB Chain almost always means BNB Smart Chain, which is where the great majority of activity happens and which wallets identify as chain ID 56.

Why does BNB Chain need three networks?

Because running programs, processing very high volumes cheaply, and storing large files are different problems with different economics, and a single chain doing all three does none of them especially well. Separating them lets each be built for its own purpose while one token ties the system together.

Can you use the same wallet on all of them?

Yes, and the same address works on BNB Smart Chain and opBNB, since both are EVM networks. What does not carry across is your balance, because each network keeps its own ledger. Adding a network to your wallet creates the setting, and moving coins there needs a bridge transaction.

Which network do you actually need?

BNB Smart Chain covers almost everything. It is where decentralized exchanges, lending markets and token holdings live, and it is what a wallet or application will ask for unless it says otherwise. opBNB matters if you are using a game or application built specifically for it, and Greenfield only if you are storing data.

What happened to Beacon Chain?

It was retired at block height 385,251,927 on December 3, 2024, with staking and governance moved onto BNB Smart Chain. The consolidation removed a cross-chain bridge and the complexity that came with it. Anything showing a bnb1 address belongs to that retired network, and coins sent to one now have nowhere to arrive.


Researched and written by the BloFin Academy editorial team with AI-assisted drafting. Updated September 2026. Primary sources include the BNB Chain documentation, ethereum.org and BloFin's Help Center. 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.