Delegated proof-of-stake (DPoS) is a consensus method where token holders vote for a limited set of validators, sometimes called delegates, who produce blocks and secure the network. In short, the DPoS meaning is staking with representation: many users delegate stake, a smaller group runs the infrastructure.
In a DPoS blockchain, your voting power typically equals the amount of stake you commit. Validators that receive enough votes join the active set and take turns proposing and confirming blocks. Rewards are usually shared: validators earn for operating the nodes and distribute a portion to the voters who backed them.
How delegated proof-of-stake works
- Stake and vote. Users lock or “bond” tokens and vote for one or more validator candidates.
- Active set selection. The protocol ranks candidates by votes and selects a fixed number (e.g., 27, 50, 100) to produce blocks.
- Block production. Active validators follow a schedule to propose blocks. Others verify and sign; finality depends on the chain’s rules.
- Rewards and slashing (where applicable). Validators and their voters receive rewards. Misbehavior or downtime can lead to slashing or loss of position in the set.
- Ongoing governance. Voting is continuous – stake can be re-delegated, which replaces underperforming validators with better ones.
Key features
- Representation via delegation. Most holders don’t need to run nodes; they can support professionals who do.
- Performance focus. A smaller validator set can enable fast confirmations and predictable throughput.
- Economic alignment. Rewards and slashing (or ranking penalties) encourage uptime, security, and good operational practices.
- On-chain governance hooks. Many DPoS designs pair validator voting with parameter updates or proposal voting.
Benefits of Delegated proof-of-stake
- Lower barrier to participation. You can help secure the network by delegating instead of running hardware.
- Operational efficiency. Limited validator sets simplify coordination and upgrades.
- Incentive sharing. Delegators can earn a share of validator rewards without custodial risk: stake remains in their wallet unless the chain requires bonding.
Delegated proof-of-stake pros and cons
Pros
- High throughput and quick finality targets
- Broad participation through delegation
- Clear accountability for validator performance
Cons
- Concentration risk if votes cluster around a few operators
- Governance capture concerns (cartels, vote buying)
- Reliance on social/economic incentives to replace poor performers
Delegated proof-of-stake examples
- TRON (DPoS with 27 Super Representatives)
- EOS (elected block producers)
- Lisk, Ark, Steem/BitShares (classic DPoS families)
- Cosmos SDK/Tendermint chains use delegated staking to elected validators (often described as DPoS-style)
- BNB Smart Chain uses a staked-authority model with a small elected validator set (conceptually similar)
Names and parameters vary, but the core idea is delegation to an elected validator group.
Summary
DPoS is a “stake-and-elect” approach to consensus: holders delegate stake to validators, the top set produces blocks, and rewards flow back to both operators and delegators. For businesses, the model offers predictable confirmations and straightforward monitoring of validator performance; for users, it offers a simple path to participate in security without running a node.