What is BNB?
BNB is the token that powers Binance — the world's largest crypto exchange — and its own blockchain, BNB Chain, which hosts thousands of DeFi apps and is the third most-used blockchain in the world.
It started as a discount coupon
When Binance launched in 2017 via an Initial Coin Offering (ICO), BNB had a single purpose: pay trading fees on Binance at a 50% discount. That was it. Simple utility, clear value.
But the scope expanded dramatically. Binance launched its own blockchain — first Binance Chain in 2019, then BNB Smart Chain (BSC) in 2020, now unified as BNB Chain. This gave BNB a second role: it became the native currency of an entire blockchain ecosystem, used to pay for transactions and smart contract execution, just as ETH fuels Ethereum.
Today BNB powers both the Binance exchange and a blockchain that consistently ranks among the top three by daily transaction volume worldwide.
Why did BNB Chain become so popular so fast?
When BNB Smart Chain launched in 2020, Ethereum was expensive. DeFi was exploding, but transaction fees on Ethereum had climbed to levels that priced out small investors. BNB Chain offered near-identical functionality to Ethereum at a fraction of the cost — and it was compatible with Ethereum's smart contracts, meaning developers could copy their code over with minimal effort.
The trade-off: BNB Chain achieves lower fees partly through greater centralisation. It has 21 active validators, compared to Ethereum's hundreds of thousands of stakers. The validators are approved through a governance process that Binance has historically influenced. This trade-off — speed and cost versus decentralisation — is the central criticism of BNB Chain and an important fact to understand.
BNB burning: the deflationary mechanism
BNB started with a total supply of 200 million tokens. Binance committed to buying back and burning (permanently destroying) BNB tokens every quarter using a portion of its profits, reducing total supply over time. Additionally, BNB Chain burns a portion of every transaction fee. The long-term target is to reduce supply to 100 million BNB.
This burn mechanism is designed to create deflationary pressure: as supply decreases while demand stays constant or grows, each token represents a larger share of the fixed network utility.
Is it legal in India?
Yes. BNB is a Virtual Digital Asset under Indian law. It is available on Indian exchanges. The same 30% tax and 1% TDS rules apply. Binance itself has had a complex regulatory history in India — see India's regulation page for the current position on exchange licensing.
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.
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