BNB is the coin that powers the BNB Chain — a blockchain network built by Binance, one of the largest crypto exchanges in the world.
Think of BNB as a fuel-and-discount token rolled into one. You spend small amounts to pay for transactions on BNB Chain (the way you'd pay gas in a car), and you can also use it to get a discount on trading fees at Binance.
BNB Chain itself is designed to feel like Ethereum but cheaper and faster: apps written for Ethereum can usually run on it with little change, and a typical transaction costs pennies instead of dollars.
That mix — a working chain, low fees, and a giant exchange behind it — is why BNB is one of the most widely held coins after Bitcoin and Ethereum.
Research crypto without the noise
560 explainers, watchlist alerts, and unlimited Qai — $4.99/mo after a free week.
Try Pro free for 7 daysCancel before day 8. No charge.
What Is the BNB Chain Whitepaper?
BNB Chain — originally launched as Binance Smart Chain (BSC) in September 2020 — is an EVM-compatible Layer 1 blockchain built by Binance, the world's largest cryptocurrency exchange by trading volume. The project's whitepaper describes a parallel execution layer that brings smart contract capability to the Binance ecosystem while maintaining low fees and fast block times. BNB — Layer 1 project
The core design decision is Proof of Staked Authority (PoSA), a consensus mechanism that combines delegated proof-of-stake economics with a permissioned validator set. This tradeoff — fewer validators for higher throughput — is the defining architectural choice of BNB Chain, and it shapes everything from decentralization debates to the network's practical performance.
BNB Chain has since evolved well beyond the original BSC whitepaper. A June 2024 "Fusion" upgrade (BEP-333) merged the legacy BNB Beacon Chain into the Smart Chain, consolidating governance, staking, and smart contract execution onto a single chain.
Key documents: BNB Chain Whitepaper | BNB Chain Documentation
TL;DR
- What BNB Chain is: An EVM-compatible Layer 1 blockchain designed for high throughput and low fees, built and maintained by Binance.
- What the whitepaper covers: Proof of Staked Authority consensus, cross-chain architecture with Binance's exchange infrastructure, and the BNB token's dual role as network fuel and exchange utility token.
- Who should read this: Developers choosing between EVM-compatible chains, or anyone evaluating how BNB Chain's validator-limited design compares to more decentralized alternatives like Ethereum.
Proof of Staked Authority explained
BNB Chain's consensus mechanism — Proof of Staked Authority (PoSA) — blends two existing approaches:
Delegated Proof of Stake (DPoS): Token holders stake BNB and delegate it to validator candidates. The top validators by total stake earn the right to produce blocks. This economic layer ensures validators have skin in the game.
Proof of Authority (PoA): The active validator set is capped at a fixed number. Validators are known entities, not anonymous nodes. This authority layer ensures fast block production without the coordination overhead of large validator sets.
The hybrid works like this:
- Anyone can stake BNB and delegate to a validator candidate.
- Every 24 hours (one epoch), the protocol ranks all candidates by total delegated stake.
- The top 45 validators are selected — 21 produce blocks in rotation, while 24 stand by as backups.
- Active validators take turns proposing blocks in a round-robin order, producing one block every 3 seconds.
- If a validator misses its turn (goes offline, fails to produce), the next validator in rotation takes over. Persistent failures result in slashing — a portion of the validator's staked BNB is forfeited.
The validator cap was originally 21 (matching the design philosophy of EOS-style DPoS chains) and was expanded to 45 through BEP-131 in 2023 to improve fault tolerance and geographic distribution.
This design prioritizes throughput and finality speed over validator diversity. A block is considered final after two-thirds of the active set confirms it — typically within 6–9 seconds (2–3 block confirmations). Compare this to Ethereum's 12-minute finality window (2 epochs) or Bitcoin's probabilistic finality over ~60 minutes.
The tradeoff is real: 45 validators is orders of magnitude fewer than Ethereum's ~900,000+ validators. Critics argue this makes BNB Chain functionally closer to a permissioned network. Supporters counter that the economic incentive layer (stake delegation, slashing) provides sufficient security for the chain's use cases — primarily DeFi, gaming, and token launches where speed matters more than maximum censorship resistance.
BNB Chain architecture
BNB Chain is not a single blockchain. It is an ecosystem of interconnected layers, each optimized for different workloads:
BNB Smart Chain (BSC) — the execution layer
The core Layer 1. Runs an EVM-compatible execution environment, meaning developers can deploy Solidity smart contracts with minimal modification from Ethereum. Key specs:
| Property | Value |
|---|---|
| Block time | 3 seconds |
| Gas limit per block | 140M gas (2024 increase from 100M) |
| EVM version | Shanghai-compatible |
| Consensus | PoSA (21 active + 24 standby validators) |
| State storage | Full Ethereum-style Merkle Patricia Trie |
opBNB — the Layer 2
An optimistic rollup built on the OP Stack (the same technology powering Base and Optimism). opBNB settles transactions on BNB Smart Chain and targets sub-cent fees with higher throughput for applications like gaming and social.
BNB Greenfield — decentralized storage
A separate chain designed for decentralized data storage, with native bridges to BNB Smart Chain. Users can create, store, and trade data objects with on-chain access control. Greenfield is positioned as BNB Chain's answer to Filecoin and Arweave.
The Fusion upgrade (BEP-333, June 2024)
Before Fusion, BNB Chain operated as two parallel chains:
- BNB Beacon Chain: Fast transfers, staking, governance (no smart contracts)
- BNB Smart Chain: EVM-compatible smart contract execution
This dual-chain design created friction — users had to bridge tokens between chains for different operations. BEP-333 merged the Beacon Chain's staking and governance functions directly into the Smart Chain, eliminating the bridge requirement and simplifying the validator delegation flow.
Post-Fusion, "BNB Chain" refers to the unified Smart Chain with integrated staking. The Beacon Chain was formally sunset.
BNB utility and fee mechanics
BNB serves multiple functions across the Binance ecosystem — a breadth of utility that distinguishes it from most Layer 1 native tokens:
Network fees
Every transaction on BNB Smart Chain requires BNB to pay gas fees. Average transaction fees typically range from $0.03–$0.10, though they fluctuate with network congestion. The gas price floor is 1 Gwei (compared to Ethereum's variable base fee, which can spike to hundreds of Gwei during peak demand).
Binance exchange utility
BNB originated as an exchange token, and that utility persists:
- Trading fee discount: Holding BNB in a Binance account provides up to 25% off trading fees.
- Launchpad access: New token launches on Binance Launchpad require BNB stakes for allocation eligibility.
- BNB Vault: An aggregated yield product that routes BNB across Binance staking, DeFi protocols, and Launchpool for passive returns.
Fee burn mechanism (BEP-95)
Since BEP-95 (activated November 2021), a portion of every gas fee on BNB Smart Chain is burned in real time — similar in concept to Ethereum's EIP-1559 burn. This real-time burn operates alongside Binance's quarterly auto-burn program, creating two simultaneous deflationary pressures on BNB supply.
At current network usage levels, the BEP-95 burn destroys approximately 860 BNB per day. Unlike Ethereum's burn (which can exceed issuance in high-activity periods, making ETH deflationary), BNB has zero issuance — every burn is a permanent net reduction in total supply.
BNB Chain vs Ethereum
| BNB Chain | Ethereum | |
|---|---|---|
| Consensus | Proof of Staked Authority (PoSA) | Gasper (Casper FFG + LMD-GHOST) |
| Validators | 45 (21 active + 24 standby) | ~900,000+ |
| Block time | 3 seconds | 12 seconds |
| Finality | ~6–9 seconds | ~12 minutes (2 epochs) |
| Avg. transaction fee | $0.03–$0.10 | $0.50–$5.00 (varies widely) |
| EVM compatible | Yes (Solidity, same tooling) | Native |
| L2 strategy | opBNB (OP Stack) | Broad L2 ecosystem (Optimism, Arbitrum, Base, etc.) |
| Token supply model | Deflationary (burn to 100M) | Net deflationary post-Merge (variable) |
| Governance | Binance-led with BEP proposal process | Broad community + EIP process |
BNB Chain's core pitch is straightforward: same developer tooling as Ethereum, faster and cheaper, with the tradeoff of a smaller, more centralized validator set. For applications where cost and speed matter more than maximum decentralization — gaming, casual DeFi, token launches — BNB Chain is a practical choice. For applications requiring censorship resistance or trustless settlement, Ethereum's validator diversity provides stronger guarantees.
The two chains also differ in their L2 strategies. Ethereum has cultivated a diverse L2 ecosystem with multiple competing rollup implementations. BNB Chain has a single canonical L2 (opBNB), which simplifies the developer experience but concentrates L2 activity.
BNB Chain ecosystem examples
BNB Chain's low fees and EVM compatibility have attracted a large application ecosystem:
- PancakeSwap: The dominant DEX on BNB Chain, modeled after Uniswap. Consistently ranks among the top 5 DEXs by volume across all chains. Offers AMM swaps, yield farming, and an NFT marketplace.
- Venus Protocol: A lending and borrowing platform native to BNB Chain. Allows users to supply assets for yield or borrow against collateral, similar to Aave on Ethereum.
- DEX aggregation: 1inch operates on BNB Chain alongside Ethereum and other EVM chains, routing trades across PancakeSwap, BiSwap, and other BNB Chain liquidity sources for optimal execution.
- Gaming and NFTs: BNB Chain hosts several play-to-earn games and NFT projects that benefit from sub-$0.10 transaction costs — a price point that makes in-game microtransactions viable.
- Stablecoin activity: USDT and USDC circulate heavily on BNB Chain as a low-cost transfer rail, particularly in markets where Ethereum L1 fees make small transfers uneconomical.
Tokenomics
BNB is the native token of the BNB Chain ecosystem, originally launched as an ERC-20 utility token for the Binance exchange in July 2017 before migrating to BNB Chain. It pays transaction fees on BNB Chain, provides trading fee discounts on Binance, and secures the network through staking.
BNB started with a total supply of 200 million tokens. Through a systematic burn program, Binance is permanently reducing the supply until 100 million BNB remain — roughly 35 million more must be burned to reach that target.
Supply and burn schedule
| Metric | Value | Source |
|---|---|---|
| Original total supply | 200,000,000 BNB | Binance whitepaper |
| Current total supply (mid-2026) | ~134,783,000 BNB | CoinMarketCap |
| Target final supply | 100,000,000 BNB | BNB Chain docs |
| Burned to date | ~65,200,000 BNB | BNBBurn.info |
| Remaining to burn | ~34,800,000 BNB | Calculated |
| Inflation rate | 0% — BNB is deflationary | BNB Chain docs |
BNB has two burn mechanisms running simultaneously:
- Quarterly auto-burn — a formula-driven burn using BNB's average price and blocks produced on BNB Smart Chain during the quarter. Higher prices mean fewer tokens burned but higher dollar value. Burns occur every January, April, July, and October.
- BEP-95 real-time burn — burns a portion of gas fees on every BNB Chain transaction in real time, similar to Ethereum's EIP-1559. Approximately 860 BNB per day at current usage levels.
| Recent burn | Date | BNB burned | Supply after |
|---|---|---|---|
| 35th quarterly | Apr 2026 | 1,569,307 | ~134.79M |
| 34th quarterly | Jan 2026 | 1,371,804 | ~136.36M |
| 33rd quarterly | Oct 2025 | 1,441,281 | ~137.74M |
| 32nd quarterly | Jul 2025 | 1,595,600 | ~139.29M |
Genesis distribution
| Recipient | Allocation | Share |
|---|---|---|
| ICO participants (July 2017) | 100M BNB | 50% |
| Binance team | 80M BNB | 40% |
| Angel investors | 20M BNB | 10% |
All team and investor tokens finished vesting by July 2021. There are no remaining token unlock events.
Unlock schedule
| Cohort | Status |
|---|---|
| Team vesting (40%) | Fully vested (July 2021) |
| Angel investor vesting (10%) | Fully vested (July 2021) |
| Next scheduled event | 36th quarterly burn (~July 2026) |
No cliff unlocks are expected in the next 12 months. The only supply-side events are the quarterly auto-burns.
Validator rewards
BNB Chain uses Proof of Staked Authority, where the top 45 validators by stake are selected daily — 21 active validators produce blocks, with 24 standing by. Validators and their delegators earn rewards from transaction fees; there is no block-reward inflation. Delegator APY fluctuates with network activity, typically ranging from 1–5%. Minimum delegation is 1 BNB with a 7-day unbonding period.
Sources: BNB Chain burn tracker, CoinMarketCap, BNB Chain documentation
Frequently asked questions
Who created BNB Chain?
BNB Chain was created by Binance, the cryptocurrency exchange founded by Changpeng Zhao (CZ) in 2017. The original Binance Chain (now BNB Beacon Chain) launched in April 2019 as a fast transfer layer. Binance Smart Chain (now BNB Smart Chain) followed in September 2020 to add smart contract support. In February 2022, Binance rebranded both chains under "BNB Chain" and redefined BNB as "Build and Build" rather than "Binance Coin."
Is BNB Chain decentralized?
This depends on how you define decentralization. BNB Chain has 45 validators (21 active block producers), compared to Ethereum's ~900,000+. Validator selection is permissionless — anyone can stake BNB and delegate — but the small set means a coordinated attack requires compromising far fewer nodes. The Binance team and affiliated entities operate several top validators, which critics view as a centralization risk. Supporters argue the economic security from staking, combined with slashing penalties, provides sufficient practical decentralization for the chain's intended use cases.
How do BNB Chain fees compare to Ethereum?
BNB Chain transaction fees typically range from $0.03–$0.10, compared to Ethereum L1 fees of $0.50–$5.00+ (which can spike higher during congestion). Both chains use the same gas model — transactions consume gas units priced in the native token — but BNB Chain's lower gas prices and faster blocks keep costs consistently lower. For Ethereum users who want even lower fees, Layer 2 rollups like Base and Arbitrum now offer sub-$0.01 transactions while inheriting Ethereum's security.
What is the BNB burn and when does it end?
Binance is systematically burning BNB until the total supply reaches 100 million tokens (down from 200 million at launch). As of mid-2026, approximately 65.2 million BNB have been burned, leaving roughly 34.8 million more to go. Burns happen through two mechanisms: quarterly auto-burns (formula-driven, based on price and block production) and real-time BEP-95 gas fee burns. At the current pace, the 100 million target is projected to be reached sometime in the 2030s, though the exact date depends on BNB's price and network activity.
Can I build on BNB Chain with Ethereum tools?
Yes. BNB Smart Chain is fully EVM-compatible, meaning Solidity smart contracts, Hardhat/Foundry development environments, MetaMask wallets, and Ethereum libraries (ethers.js, web3.js) all work with minimal configuration changes — typically just switching the RPC endpoint and chain ID. Most major Ethereum DeFi protocols (Uniswap forks, Aave forks, lending markets) have BNB Chain deployments. The developer experience is intentionally identical to Ethereum's, which is the primary reason BNB Chain attracted a large application ecosystem quickly.
What is opBNB?
opBNB is BNB Chain's Layer 2 scaling solution, built on the OP Stack (the same technology behind Optimism and Base). It uses optimistic rollups to batch transactions off-chain and settle them on BNB Smart Chain, offering sub-cent fees and higher throughput. opBNB launched in September 2023 and is designed for use cases where even BNB Chain's already-low fees are a barrier — primarily gaming, social applications, and high-frequency microtransactions.





