What Proof of Staked Authority combines
PoSA is a hybrid of two older ideas, and understanding it means holding both halves at once. BNB Chain's own staking documentation describes the chain as using a mechanism that combines delegated proof of stake with proof of authority (source: BNB Chain Docs).
Delegated proof of stake, or DPoS, is the ranking half. Holders lock BNB behind operators they choose, those operators are ranked by how much stake they have attracted, and the ranking decides who is eligible. You are voting with your coins for who should run the network, and you share in what they earn.
Proof of authority, or PoA, is the production half. Once the eligible group is settled, its members take turns proposing blocks in rotation rather than competing. The idea comes from a design used on Ethereum test networks, specified as a proof-of-authority protocol where a known set of signers takes turns (source: EIP-225). For the general picture of how a layer-1 network reaches agreement, how Ethereum works covers the alternative approach, and BNB versus Ethereum compares the two designs directly.
Putting the two together produces a network that is fast because production is a rotation, and that can still change hands because the rotation's membership is re-decided by stake every day. The cost is concentration: a few dozen operators produce every block, which is far fewer than the 900,000-plus validator deposits securing Ethereum (source: ethereum.org), and that is a real trade-off rather than an implementation detail. How decentralized BNB Chain is examines what that concentration means in practice.
| Half | What it decides |
|---|---|
| Delegated proof of stake | Who is eligible, ranked by total BNB staked behind them |
| Proof of authority | Who signs the next block, by rotation within that group |
Two misreadings are common. The first treats PoSA as ordinary proof of stake, in which case staking coins would eventually make you a block producer; it does not, because delegating adds weight to someone else rather than entering you into the rotation. The second treats it as a fixed club of appointed machines; it is not, because the ranking is re-run daily and membership genuinely changes. How BNB Chain is put together sets this in the context of the wider network family.
Cabinet and candidate validators
The elected group has two tiers, and the difference between them is how often you get a turn. BNB Chain's validator documentation sets out the structure: a daily election selects the top 45 operators by stake, of whom the 21 with the most staked are called Cabinets and the remaining 24 are Candidates (source: BNB Chain Docs).
Both tiers can produce blocks, but not equally. For each epoch, the chain draws a working group of 21 from the elected 45, taking 18 from the Cabinet tier and 3 from the Candidates. So a Cabinet validator is picked most of the time and a Candidate is picked occasionally, which means the rewards flowing to a Cabinet operator, and to everyone delegated to them, are correspondingly larger.
| Tier | Size | Chance of producing |
|---|---|---|
| Cabinet | Top 21 by stake | 18 of the 21 slots each epoch |
| Candidate | Next 24, ranked 22 to 45 | 3 of the 21 slots each epoch |
| Inactive | Everyone below 45 | None until the ranking moves them up |
Being in the lower tier is not a mark of unreliability, and a Candidate that stays online can be a perfectly sensible choice, particularly if it charges a lower commission. What matters is that the tier affects how often rewards arrive, so it belongs in the comparison alongside commission rates. How to choose a validator works through that decision.
The daily election
The ranking is re-run once every 24 hours, shortly after midnight UTC. The chain sorts operators by the total BNB staked behind them, which is the operator's own locked coins plus everything delegated by holders, and writes the resulting list as the validator set for the coming day (source: BNB Chain whitepaper).
The practical consequence for anyone staking is that nothing about roles changes immediately. Delegate coins at three in the afternoon and the stake registers straight away, but the operator's tier is settled by the next sort rather than on the spot. If your delegation pushes an operator over the line into the Cabinet tier, that shows up after the roll, not when you sign.
Your position is unaffected by any of this reshuffling. Staking credit is recorded against the specific operator you chose, and it stays there while their rank moves up or down, until you choose to undelegate. The daily election changes who produces blocks; it does not move anyone's coins. How BNB staking works covers the holder's side in full.
Becoming a validator
Running a validator is a different undertaking from delegating to one. An operator has to run a node continuously, and register it on-chain by submitting a transaction to a contract called Stake Hub, locking up a minimum of 2,000 BNB of their own coins as self-delegation (source: BNB Chain Docs).
That self-delegation exists to give the operator something to lose. If they sign two conflicting blocks, or go offline when it is their turn, part of it is taken away, and the penalty falls on their own locked coins rather than on the coins delegated by holders. It is a bond against misbehavior, and validator downtime and slashing covers what those penalties mean for anyone delegated to that operator.
Staking moved onto BNB Smart Chain itself under a proposal titled BSC Native Staking after BC Fusion, which shifted the function across from the retired Beacon Chain (source: BEP-294). Anything describing staking as happening on Beacon Chain predates that change, and the Beacon Chain sunset explains what moved.
Fee burning and trading, and how they relate to consensus
Fee burning and trading both run alongside consensus, and each touches it at exactly one point.
The first is fee burning. Under BEP-95, a share of the gas collected in each block is destroyed rather than paid out, which reduces total supply over time (source: BEP-95). It runs every block, so it happens continuously while validators produce, but it does not change anyone's ranking or affect who is elected.
The second is trading. Buying BNB on an exchange, or opening a position on a BNB perpetual, has no relationship to the validator set. An exchange balance is a credit on that company's books, invisible to the chain, and a perpetual never holds coins at all. BloFin lists BNB/USDT on spot and two perpetuals, BNBUSDT and BNBUSDC, both at up to 75x leverage, and none of those positions carries staking weight. Coins have to be withdrawn to a wallet on BNB Smart Chain before they can be delegated to anyone. BNB perpetual futures covers how those contracts work.
Trading sets what a staking reward is worth in dollars, and an exchange balance carries no staking weight of its own, because delegation happens on the chain.
Frequently asked questions
How many validators does BNB Smart Chain have?
Forty-five are elected as active validators each day: the top 21 by stake form the Cabinet tier and the next 24 are Candidates. Of those 45, a rotating group of 21 produces blocks in each epoch, made up of 18 Cabinet members and 3 Candidates. Operators ranked below 45 are inactive until a later election moves them up.
Does staking BNB make you a validator?
Delegating adds your coins to an operator's total and gives you a share of what they earn, but it does not put you in the block-producing rotation. Becoming a validator means running the software yourself and registering on-chain with at least 2,000 BNB of your own locked up. Most holders delegate, which requires no infrastructure and no minimum of that size.
How often does the validator set change?
Once a day, shortly after midnight UTC, when the chain re-sorts operators by total stake and writes the new list. Delegations you make during the day count toward the next sort rather than taking effect immediately. Your own staked position is unaffected by the reshuffle and stays with the operator you picked.
What is the difference between a Cabinet and a Candidate validator?
Rank, and therefore how often they produce blocks. Cabinet validators are the 21 with the most stake behind them and fill 18 of the 21 production slots each epoch, while Candidates rank 22 to 45 and fill the other 3. Delegating to a Cabinet validator generally means more frequent rewards, though a reliable Candidate charging lower commission can work out comparably.
Why does BNB Smart Chain use so few validators compared with Ethereum?
It is a deliberate trade. A small, known group producing blocks in rotation confirms transactions quickly and cheaply, because nothing has to be resolved by competition. The cost is that far fewer parties secure the network, which concentrates trust in a way Ethereum's much larger validator set does not. Whether that trade suits you depends on what you are using the chain for.
What happens if a validator goes offline?
The chain notices and penalizes it. Missing too many of its assigned blocks costs the operator rewards and can take coins from its own locked self-delegation, and repeated failures push it out of the active set at the next daily election. For anyone delegated to it, the effect is reduced or paused rewards rather than confiscated coins, since the penalty falls on the operator's own bond.
Researched and written by the BloFin Academy editorial team with AI-assisted drafting. Updated September 2026. Primary sources include the BNB Chain documentation, the Ethereum improvement proposals, BloFin's Help Center, the BNB Chain whitepaper and BEP-294. 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.
