BNB is one of the largest cryptocurrencies on the market and the native coin of the BNB Chain ecosystem. It started life as a token for discounts on Binance exchange fees; today it pays for gas on BNB Smart Chain and opBNB and is used for staking, governance and a wide range of DeFi applications. That dual role raises constant questions: how independent is the network from Binance, how do the coin burns work, and how is BSC different from Ethereum?
This BNB review is for beginners who want to understand what they are buying and why they need BNB in their wallet, for DeFi users choosing between networks, and for anyone who wants a sober assessment of the coin’s strengths and risks without hype or forecasts.
We cover BNB’s history, how BNB Smart Chain and its consensus work, tokenomics and burn mechanisms, use cases, wallets and address formats, and give an honest list of pros, cons and risks.
- What is BNB
- BNB history: from exchange token to its own chain
- The BNB Chain ecosystem: BSC, opBNB and Greenfield
- How BNB Smart Chain works
- BNB tokenomics and burn mechanisms
- What BNB is used for
- BNB Smart Chain vs opBNB vs Ethereum: comparison table
- Wallets, addresses and choosing the network
- How to buy or exchange BNB
- BNB pros and cons
- Risks and controversies
- FAQ
- Conclusion
- Sources
What is BNB
BNB is the native coin of the BNB Chain ecosystem. On its main network, BNB Smart Chain (BSC), it pays for transactions and smart contract execution, just as ETH does on Ethereum. BNB is also used to stake validators, vote on protocol changes and act as a unit of account in many applications.
The name originally stood for Binance Coin, but after the 2022 rebrand the coin is officially just BNB and the ecosystem is BNB Chain. The link to the Binance exchange nevertheless remains an important part of the coin’s history and perception: Binance supports the ecosystem’s development and offers BNB holders fee discounts and access to its own programs.
For an ordinary user, BNB is most often needed for two things: paying the fee when sending tokens on BSC (for example, USDT BEP-20) and using decentralized applications in the BNB Chain ecosystem.
BNB history: from exchange token to its own chain
BNB appeared in July 2017 during the ICO of the Binance exchange, founded by Changpeng Zhao (CZ). A total of 200 million BNB were issued as an ERC-20 token on Ethereum. The coin’s main function was a discount on Binance trading fees.
In April 2019 BNB moved to its own blockchain, Binance Chain (later BNB Beacon Chain), where tokens followed the BEP-2 standard. In September 2020 Binance Smart Chain launched — a parallel smart contract network compatible with the Ethereum Virtual Machine. It was BSC, with its low fees and compatibility with Ethereum tools, that brought the ecosystem mass popularity in DeFi.
In February 2022 the ecosystem was renamed BNB Chain. In 2023 the opBNB Layer 2 network and the BNB Greenfield data storage network appeared. As part of the BNB Chain Fusion program, the old Beacon Chain was fully shut down at the end of 2024 and its functions, including staking, were moved to BSC. BEP-2 assets that users did not migrate in time can only be partially recovered with a dedicated tool, and some tokens without cross-chain support were lost.
The regulatory backdrop around Binance changed too. In November 2023 the exchange settled with US authorities, agreeing to multibillion-dollar payments, while Changpeng Zhao pleaded guilty to anti-money-laundering compliance violations, stepped down as CEO and served a short prison sentence. In October 2025 he was pardoned by the US president. These events did not change how the network operates directly, but they noticeably shaped how BNB is perceived.
The BNB Chain ecosystem: BSC, opBNB and Greenfield
Today BNB Chain consists of several connected networks, and BNB is the “fuel” in each of them:
- BNB Smart Chain (BSC) — the main EVM-compatible smart contract network. It hosts DEXs, lending protocols, stablecoins and most user-facing applications.
- opBNB — a Layer 2 solution built on Optimism’s OP Stack, designed for even cheaper, high-volume transactions such as those in games.
- BNB Greenfield — decentralized data storage infrastructure connected to BSC.
For most users, BSC is what matters: when an exchange offers to withdraw a token “on BEP-20” or “BSC”, it means BNB Smart Chain. We explain the general principles of second-layer networks in what Layer 2 is.
How BNB Smart Chain works
Proof of Staked Authority consensus
BSC uses PoSA (Proof of Staked Authority) consensus, which combines staking with a limited validator set. An election runs every day: based on staked BNB (their own and delegated), 45 active validators are selected. The 21 with the largest stake are called the Cabinet and the remaining 24 are Candidates; they take turns producing blocks.
Speed
BSC was faster than Ethereum from the start, and in 2025–2026 a series of hard forks cut block time considerably: the Lorentz and Maxwell upgrades in 2025 reduced it first to 1.5 and then to 0.75 seconds, and the Fermi hard fork in January 2026 brought it down to 0.45 seconds. Thanks to its fast finality mechanism, transactions become final in roughly a second.
Fees
A BSC fee is gas paid in BNB. As on Ethereum, it equals the amount of computation multiplied by the gas price. BSC fees are usually far lower than on Ethereum mainnet, but they are not fixed and depend on network load and on parameters that validators change by vote.
BNB tokenomics and burn mechanisms
BNB’s maximum supply is 200 million coins, and no new coins are mined. On the contrary, supply shrinks gradually through two burn mechanisms:
- Auto-Burn — a quarterly burn whose size is calculated by a formula based on the BNB price and the number of blocks produced on BSC during the quarter. Since BNB Chain Fusion, the burn happens directly on BSC.
- Real-time burn (BEP-95) — part of the gas fees paid by BSC users is burned automatically in every block.
The stated goal is to reduce total BNB supply to 100 million coins — half the original amount. You can check current supply and burn history on the official BNB Chain website and the BscScan explorer. Keep in mind that shrinking supply alone does not guarantee a rising price: value is determined by demand and many market factors.
What BNB is used for
Paying for gas. Every action on BSC and opBNB — sending tokens, swapping on a DEX, interacting with a smart contract — requires BNB.
DeFi. The BNB Chain ecosystem hosts decentralized exchanges, lending protocols, liquidity pools and yield projects. BNB is used in them as collateral, a trading asset and a liquidity pair. Read about the difference between decentralized and centralized venues in DEX vs CEX.
Staking and governance. BNB holders can delegate coins to validators, receive a share of rewards and vote on network changes.
Benefits on Binance. On the Binance exchange, BNB provides trading fee discounts and access to the platform’s own programs. The exchange sets the terms of these programs and can change them.
Stablecoin transfers. USDT and other stablecoins in BEP-20 format are widely used for transfers and settlements, and you need a small amount of BNB in your wallet to send them. Compare USDT networks in our article on USDT networks.
BNB Smart Chain vs opBNB vs Ethereum: comparison table
BSC was built as a faster, cheaper alternative to Ethereum with compatible tooling. The table shows architectural differences; fee levels are left out because they change constantly.
| Parameter | BNB Smart Chain | opBNB | Ethereum |
|---|---|---|---|
| Network type | Layer 1 | Layer 2 on top of BSC | Layer 1 |
| Consensus | PoSA, 45 active validators | Rollup based on OP Stack | Proof of Stake, very large validator set |
| Block time | 0.45 seconds (since January 2026) | a fraction of a second | 12 seconds (slot) |
| Gas coin | BNB | BNB | ETH |
| Token standard | BEP-20 | BEP-20 | ERC-20 |
| Address format | 0x | 0x | 0x |
| Degree of decentralization | Limited | Depends on the sequencer | High |
| Typical use | DeFi, stablecoins, apps | Games and frequent microtransactions | DeFi, L2s, institutional use |
Bottom line: BSC beats Ethereum on transaction speed and cost but loses on decentralization and resistance to pressure. For the full picture of Ethereum, see our Ethereum review.
Wallets, addresses and choosing the network
BNB Smart Chain addresses look exactly like Ethereum addresses: they start with 0x and are 42 characters long. That means you can hold BNB and BEP-20 tokens in any EVM-compatible wallet — browser, mobile or hardware — after adding the BSC network. Your address is the same as your Ethereum address, but balances on different networks are tracked separately.
The most common user mistake is choosing the wrong network. If you send BNB or USDT on BSC to an exchange deposit that accepts only Ethereum, the funds may not be credited automatically. Another trap is the legacy BEP-2 format (addresses starting with bnb): since the Beacon Chain shutdown it is no longer used, and you must not send funds to such addresses.
- Before sending, make sure the sender and recipient use the same network: BSC (BEP-20), opBNB or Ethereum.
- Keep a small amount of BNB in your wallet to pay for gas.
- Add tokens only using contracts from official sources and the BscScan explorer.
- To move funds between networks, use proven bridges or exchangers. Bridge risks are covered in our article on cross-chain bridges.
How to buy or exchange BNB
BNB is sold on Binance and many other centralized exchanges and is available on P2P platforms, decentralized exchanges and instant crypto exchangers. If you already hold crypto, the simplest route is to swap it for BNB without registration — for example, on RubyCash you can exchange USDT to BNB and receive the coins straight to your BNB Smart Chain address.
- Set up an EVM wallet that supports BNB Smart Chain and store the seed phrase offline.
- Copy your 0x address and make sure BSC is selected as the network in your wallet.
- Choose the pair, for example USDT to BNB, and specify the network of the USDT you are sending.
- Check the amount you will receive, the receiving network (BSC) and the rate type.
- Send the funds to the deposit address on exactly the specified network.
- Wait for the funds to arrive and check the transaction on BscScan using its hash.
For your first transaction, a small amount is sensible, especially if you are just starting out with BSC.
BNB pros and cons
Pros
- Real utility. BNB is needed for gas, staking and a large number of applications.
- Fast, inexpensive network. Sub-second block times and usually low fees.
- EVM compatibility. Familiar Ethereum wallets and tools work out of the box.
- Deflationary model. Auto-Burn and fee burning gradually reduce supply.
- High liquidity. BNB trades on a large number of venues.
Cons
- Limited decentralization. A small set of validators produces blocks.
- Dependence on Binance. Reputational and regulatory events around the exchange affect BNB.
- History of incidents. Bridge and project exploits have occurred repeatedly in the ecosystem.
- Many low-quality tokens. Cheap token creation attracts scam projects.
- Confusing for beginners because of multiple networks and identical 0x addresses.
Who BNB suits: users of the BNB Chain and Binance ecosystems, those who need fast and inexpensive transactions on an EVM network, and DeFi participants who understand the risks. Who it does not suit: people whose main criterion is maximum decentralization and independence from a single company.
Risks and controversies
Centralization. A small number of validators makes coordination easier but also allows the network to be halted quickly. That is what happened in October 2022, when an attacker exploited a vulnerability in the BSC Token Hub cross-chain bridge and minted about 2 million BNB: validators paused the network to limit the damage. Some saw this as protecting users; others saw it as proof the network is not sufficiently decentralized.
Regulatory risk. Because BNB is closely tied to Binance, regulators’ decisions about the exchange in various countries can affect demand for and availability of the coin.
DeFi risks. Smart contracts can contain bugs, and new projects can turn out to be scams. Check audits, the team’s track record and the token contract.
Volatility. The price of BNB can change significantly. This review is not investment advice.
User mistakes. The wrong network, no BNB for gas and signing malicious approvals in a wallet are the most common causes of losses.
FAQ
BNB is the native coin of the BNB Chain ecosystem. It pays for fees on BNB Smart Chain and opBNB and is used for staking, voting and DeFi applications. It started out as the Binance exchange token.
BNB is the coin, while BNB Smart Chain (BSC) is the blockchain where that coin pays for gas. Tokens on BSC, such as USDT, follow the BEP-20 standard.
BEP-20 is the token standard on BNB Smart Chain, the equivalent of ERC-20 on Ethereum. Addresses use the 0x format, and sending any BEP-20 token requires BNB for gas.
200 million BNB were originally issued and no new coins are created. Quarterly Auto-Burn and burning part of the fees reduce supply over time. The target is 100 million BNB.
It will be the same 0x address, but a different network. If the recipient controls that address’s key in their own wallet, they will see the coins after adding the BSC network. If it is an exchange deposit that accepts only Ethereum, the funds may not be credited.
BNB Beacon Chain, which used the BEP-2 standard, was shut down at the end of 2024 as part of BNB Chain Fusion. Its functions were moved to BSC. You can no longer send funds to old BEP-2 addresses.
You can delegate BNB to BSC validators through BNB Chain’s official staking tools or supporting wallets. Returns are not fixed and depend on the validator and network activity. Review withdrawal terms and risks before staking.
Less than Ethereum: blocks are produced by a limited set of 45 active validators chosen by stake. That boosts speed but reduces resistance to pressure and coordinated decisions.
To send USDT BEP-20 from a non-custodial wallet, you must pay gas in BNB. Without a small BNB balance, you will not be able to move your tokens.
Conclusion
BNB has evolved from an exchange discount token into the foundation of a major ecosystem with its own networks. Fast BSC blocks, Ethereum compatibility, genuine demand for BNB as gas and a deflationary model make it one of the most widely used coins on the market.
At the same time, BNB remains closely tied to Binance, and BSC is less decentralized than Ethereum. The 2022 bridge exploit and the regulatory cases around the exchange show that these risks are real.
If you use BNB Chain, keep a small amount of BNB for gas, choose the network carefully on every transfer and verify token contracts. That way you can enjoy the ecosystem’s advantages without losing sight of its limitations.