What is BNB?
๐ New to this? Just start reading at the top โ it begins in plain English and gets more detailed as you scroll. Jump to any level:
๐ข The simple version
Plain English โ no jargon. Start here.
BNB is the coin tied to Binance, the world's largest crypto exchange โ used to pay fees and power Binance's own blockchain.
The exchange coin
BNB began as a simple loyalty token: hold it, and get a discount on trading fees at Binance, the huge crypto exchange. Over time it grew into much more โ it now powers its own fast, low-cost blockchain (BNB Chain) where lots of apps and trading happen.
Why people use it
If you use Binance or its blockchain, BNB is the coin that greases the wheels โ paying fees and accessing apps. Its fortunes are closely tied to Binance's success, which is both its strength (Binance is enormous) and its risk.
The risk worth knowing
Because BNB is so closely linked to a single company, it's more exposed than most coins to that company's ups and downs โ including the significant regulatory scrutiny Binance has faced around the world. That ties BNB's price to news about Binance. Treat it as a volatile holding, and keep that company-dependence in mind.
๐ก A bit more detail
For when you want to go a little deeper.
BNB Chain architecture: three chains
BNB Chain is actually a multi-chain ecosystem. The BNB Beacon Chain (formerly Binance Chain) handles governance and staking. The BNB Smart Chain (BSC) is the EVM-compatible layer where smart contracts run โ this is what most DeFi and NFT applications use. opBNB is a Layer 2 built on BNB Smart Chain using the Optimism stack, offering even lower fees for high-volume applications.
For most users and developers, "BNB Chain" means BNB Smart Chain. It is fully EVM-compatible: any smart contract written for Ethereum deploys on BSC without modification, using the same developer tools (MetaMask, Hardhat, Remix). This compatibility was the key to BSC's rapid adoption in 2020โ2021.
PancakeSwap โ the largest DEX on BNB Chain and consistently one of the top DEXes globally by volume. Venus โ a lending and borrowing protocol. BNB Chain hosts thousands of memecoins and gaming tokens due to its low fees. Many Indian crypto projects have chosen BSC for token launches due to its low transaction costs and Binance's large user base in India. Binance Pay uses BNB for merchant payments in over 180 countries.
The validator structure โ and why it matters
BNB Smart Chain uses a consensus mechanism called Proof of Staked Authority (PoSA) โ a hybrid of Proof of Authority and Delegated Proof of Stake. At any given time, 21 active validators produce blocks, selected from a larger set of candidates based on staked BNB. Validators must be approved through an on-chain governance process.
The 21-validator limit is what enables BSC's speed and low fees โ with fewer validators, consensus is faster. But it also concentrates control. Analysts have noted that a significant portion of BSC's validators have historical ties to Binance. This is not unique to BNB Chain โ many high-performance chains make similar trade-offs โ but it is a factual characteristic of the network's design.
Key metrics for BNB Chain: daily active addresses, daily transaction count, Total Value Locked (TVL) in BSC DeFi, and validator decentralisation score. BNB token metrics include quarterly burn amounts (reducing total supply), exchange BNB reserve levels, and BSC developer activity. Live data: CoinGecko ยท BscScan.
BNB tokenomics and the burn schedule
BNB launched in July 2017 with a total supply of 200 million. The quarterly buyback-and-burn uses 20% of Binance's profits. The auto-burn mechanism, introduced in 2021, adjusts the burn amount based on BNB price and block production โ it does not rely on Binance's profit reporting. The real-time burn (BEP-95) destroys a small portion of every transaction fee on BNB Smart Chain continuously.
As of April 2026, total BNB supply has been reduced to approximately 145 million through cumulative burns. The target is 100 million โ roughly half the original supply. BNB has no further supply cap beyond this target.
The Binance legal context
In 2023, Binance reached a $4.3 billion settlement with the US Department of Justice over Anti-Money Laundering (AML) violations. The settlement included significant compliance obligations and operational restrictions. BNB Chain itself operates as a separate entity from Binance's exchange business. The settlement's full terms and ongoing compliance status are available in US federal court records โ these are public documents and the most authoritative source for current regulatory status. See USA regulation page for context.
๐ฃ The full technical picture
For the technically curious.
BNB Smart Chain: EVM equivalence and divergences
BNB Smart Chain is EVM-compatible but not identical to Ethereum's execution layer. It implements the EVM specification but with modified parameters: 3-second block time (vs Ethereum's 12 seconds), different gas limit and fee structure, and the PoSA consensus layer replacing Ethereum's Gasper. BSC uses the same opcodes, contract ABI encoding, and RPC interface as Ethereum, enabling tooling compatibility, but its state storage and fee market differ.
BSC uses a modified version of the Berlin hard fork EVM rules as its base, with subsequent upgrades tracked independently of Ethereum. Developers targeting BSC must be aware of differences in chain ID (56 for BSC mainnet), gas price recommendations, and MEV (Maximal Extractable Value) patterns which differ from Ethereum due to the smaller validator set.
Source: BNB Chain documentation. docs.bnbchain.org
Proof of Staked Authority (PoSA)
PoSA combines elements of Proof of Authority (validators are known, approved entities) with Delegated Proof of Stake (token holders delegate stake to validators, influencing selection). The top 21 validators by staked BNB (including delegated stake) are selected as active validators for each epoch (every 200 blocks, approximately 10 minutes). The remaining candidate validators are on standby.
Block production rotates among the 21 active validators in a deterministic sequence. Finality is probabilistic โ a transaction is considered final after sufficient blocks are built on top of it. There is no economic slashing mechanism as strict as Ethereum's PoS โ validators can be jailed (removed from the active set) for downtime or double-signing, but stake is not destroyed. This lighter penalty structure is one reason BSC validators have less to lose from misbehaviour compared to Ethereum validators.
BSC uses the Parlia consensus engine โ a fork of Ethereum's Clique PoA engine modified to support stake-weighted validator selection. The BEP-95 real-time burn mechanism destroys a portion of the base fee from every transaction (similar to Ethereum's EIP-1559 base fee burn, but with different parameters). The BNB token crosses between BNB Beacon Chain and BSC via a cross-chain bridge secured by the validator set โ not a trustless bridge, which has been the source of historical security incidents including the October 2022 bridge exploit.
The October 2022 bridge exploit
In October 2022, an exploit in the BSC Token Hub cross-chain bridge allowed an attacker to mint approximately 2 million BNB (~$570 million at the time) using a forged proof. The BNB Chain validators voted to pause the network within hours, halting the exploit. This event illustrates both a security vulnerability (bridge security) and a governance characteristic (21 validators can halt the network by coordinated decision โ which stopped the attack, but also demonstrates the network's centralised pause capability).
The incident is publicly documented in BNB Chain's post-mortem. It is factually significant for understanding BSC's security model.
Source: BNB Chain post-mortem (October 2022). Available at: bnbchain.org
Key protocol parameters
- Chain ID: 56 (BSC mainnet)
- Block time: ~3 seconds
- Active validators: 21
- Consensus: Proof of Staked Authority (Parlia engine)
- EVM compatibility: Yes (Berlin-based, with modifications)
- Smart contract language: Solidity, Vyper (same as Ethereum)
- Initial supply: 200 million BNB
- Target supply: 100 million BNB
- Burn mechanisms: Quarterly buyback, auto-burn, BEP-95 real-time
- Layer 2: opBNB (Optimism stack)
Source: BNB Chain GitHub. github.com/bnb-chain