What Is Delegated Proof of Stake (DPoS)?

Intermediate
Жаңыртылган May 28, 2026
8m

Key Takeaways

  • Delegated Proof of Stake (DPoS) is a blockchain consensus mechanism in which token holders vote for a small set of delegates who are responsible for validating transactions and producing new blocks.

  • DPoS was created in 2014 by Daniel Larimer. Early implementations include BitShares, Steem, and Lisk. More recent DPoS-style networks include TRON (27 Super Representatives) and EOS (21 block producers).

  • The main advantage of DPoS is high performance: a small, known validator set can achieve fast block times (often under three seconds) and high transaction throughput compared to Proof of Work or standard Proof of Stake.

  • The main trade-off is centralization: power is concentrated in a small number of elected delegates, and voter apathy can entrench existing validators over time.

  • DPoS should be distinguished from related but different mechanisms such as Nominated Proof of Stake (used by Polkadot) and Ouroboros PoS (used by Cardano), which incorporate stake delegation but have different security models.

Binance Academy courses banner

Introduction

Delegated Proof of Stake (DPoS) is a consensus mechanism used by some blockchain networks to reach agreement on the state of the ledger without the energy intensity of Proof of Work mining. It extends the basic Proof of Stake model by introducing a representative voting layer: rather than all token holders potentially being selected as validators, stakeholders vote for a smaller group of elected delegates who handle block production on their behalf.

To understand DPoS, it helps to first understand the two consensus mechanisms that preceded it and the trade-offs each involves.

Proof of Work

Proof of Work (PoW) is the original blockchain consensus algorithm, first implemented in Bitcoin. In a PoW system, miners compete to solve a computationally intensive cryptographic puzzle. The first miner to find a valid solution earns the right to add the next block to the chain and receives a block reward along with transaction fees.

This competition provides strong security guarantees: to rewrite the chain, an attacker would need to outpace the combined computational power of honest miners. However, PoW requires significant ongoing expenditure on energy and specialized hardware (ASICs). It also processes transactions relatively slowly, with Bitcoin averaging one block roughly every ten minutes. These limitations spurred the development of alternative consensus approaches.

Proof of Stake

Proof of Stake (PoS) replaces the energy-intensive mining process with an economic staking requirement. Validators lock up a quantity of the network's native cryptocurrency as collateral. The protocol then selects validators to propose and attest to new blocks, typically weighted by the size of their stake. A successful attack would require an attacker to acquire and stake a large proportion of the total coin supply, which is prohibitively expensive on large networks.

PoS is significantly more energy-efficient than PoW and generally achieves faster transaction finality. Ethereum's move to Proof of Stake in September 2022 brought PoS to mainstream attention as a viable alternative for large, high-value networks. Standard PoS can still be relatively slow in terms of transactions per second, which is one of the problems DPoS was designed to address.

How Delegated Proof of Stake Works

DPoS was developed by Daniel Larimer in 2014. Rather than having all stakers potentially eligible for block production, DPoS uses a voting system to elect a fixed, small set of delegates (also called witnesses, block producers, or Super Representatives depending on the network). These elected delegates take turns producing blocks in a scheduled, round-robin sequence rather than competing randomly or through a lottery.

The voting power of each token holder is proportional to the number of tokens they hold. Delegates typically share a portion of their block rewards with the voters who supported them, creating an incentive for holders to participate in elections. Because the active validator set is small and known in advance, DPoS networks can achieve fast block times, often well under three seconds, and high blockchain scalability compared to PoW or standard PoS.

Accountability is built into the system: if a delegate performs poorly, behaves dishonestly, or goes offline frequently, token holders can vote them out and replace them with another candidate. This creates a reputational incentive for delegates to act honestly and maintain high uptime.

Notable DPoS networks

Early DPoS implementations included BitShares (the first working DPoS chain), Steem (a social media platform), Lisk, and Ark. TRON uses a variant with 27 elected Super Representatives, and EOS uses 21 active block producers. Sui, a newer high-performance smart contract network launched in 2023, uses a DPoS-style validator selection mechanism combined with a parallel execution architecture designed for very high throughput.

Pros and Cons of DPoS

Advantages

The primary advantage of DPoS is performance. By limiting the active validator set to a small, predictable group, the network can finalize blocks quickly and process many more transactions per second than PoW or many PoS implementations. This makes DPoS suitable for applications that require high throughput, such as social media platforms, gaming, or high-frequency decentralized exchanges. DPoS is also highly energy-efficient, like PoS, since there is no competitive mining.

The governance structure can also be considered an advantage: token holders have a direct mechanism to influence who validates the network and can remove underperforming delegates without requiring a hard fork.

Disadvantages

The main criticism of DPoS is centralization. With only 21 to 101 active validators on most networks, power is concentrated in a relatively small group. This creates the risk of collusion among top delegates and can make the network more susceptible to coordinated attacks than PoW blockchains with thousands of miners. In practice, voter apathy is a documented challenge: many token holders do not actively participate in elections, which can entrench well-known validators and reduce the effectiveness of the accountability mechanism.

Some critics argue that because penalties for misbehavior in many DPoS systems are primarily reputational (loss of votes and rewards) rather than involving destruction of staked capital (as in slashing-based PoS systems), the security incentives are weaker.

It is worth distinguishing classic DPoS (as used in EOS and TRON) from related but different mechanisms. Polkadot uses Nominated Proof of Stake (NPoS), in which nominators back validators with their stake and an algorithm selects the active set to maximize decentralization. Cardano uses Ouroboros, a PoS protocol in which users delegate to stake pools and pool leaders are selected probabilistically based on stake. Both involve delegation but have different election mechanics and security models from Larimer-style DPoS.

FAQ

What is a delegate in DPoS?

In a DPoS system, a delegate (also called a witness, block producer, or Super Representative depending on the network) is an entity elected by token holders to validate transactions and produce new blocks on behalf of the broader community. Delegates take turns producing blocks in a scheduled sequence and typically share a portion of their block rewards with the voters who supported their election.

How does voting work in DPoS?

Token holders use their staked tokens as voting power, with each token typically representing one vote. They can vote for one or more candidate delegates, and the candidates with the most cumulative votes become the active validator set. The number of active delegates is fixed per network (for example, 21 on EOS or 27 on TRON). Elections are continuous, meaning token holders can change their votes at any time, and delegates can be replaced if their vote count falls below that of a competitor.

Is DPoS more centralized than PoS?

Classic DPoS is generally considered more centralized than standard Proof of Stake because block production is concentrated in a very small number of elected delegates (typically 21 to 101), compared to PoS networks where hundreds or thousands of validators may participate. This trade-off is intentional: a smaller validator set enables faster consensus and higher throughput. Whether this centralization is acceptable depends on the network's design goals and use case.

What blockchains use DPoS?

Classic DPoS-style networks include BitShares (the original), EOS (21 block producers), TRON (27 Super Representatives), Lisk (101 delegates), Steem, Hive, and Ark. Newer networks such as Sui use DPoS-inspired mechanisms combined with other performance optimizations. Some networks, including Polkadot and Cardano, incorporate elements of stake delegation but use distinct consensus protocols that differ from Larimer-style DPoS.

What is the difference between DPoS and PoS?

In standard Proof of Stake, validators are typically selected probabilistically based on their stake, and the active validator set can be quite large. In DPoS, token holders vote to elect a fixed, small set of delegates who handle all block production. DPoS trades some decentralization for significantly higher transaction throughput and faster block times. PoS systems with slashing mechanisms also tend to have stronger economic penalties for misbehavior than many DPoS implementations.

Closing Thoughts

Delegated Proof of Stake was developed as a way to achieve high transaction throughput and fast finality while retaining the energy efficiency of stake-based consensus. It accomplishes this by concentrating block production in a small set of elected delegates, accountable to token holders through a continuous voting mechanism. The trade-off is a higher degree of centralization compared to larger validator sets. DPoS remains an active area of blockchain design, with newer networks adapting its core principles in combination with other performance and security innovations.

Further Reading


Disclaimer: This content is presented to you on an "as is" basis for general information and or educational purposes only, without representation or warranty of any kind. It should not be construed as financial, legal or other professional advice, nor is it intended to recommend the purchase of any specific product or service. You should seek your own advice from appropriate professional advisors. Where the content is contributed by a third party contributor, please note that those views expressed belong to the third party contributor, and do not necessarily reflect those of Binance Academy. Digital asset prices can be volatile. The value of your investment may go down or up and you may not get back the amount invested. You are solely responsible for your investment decisions and Binance Academy is not liable for any losses you may incur. For more information, see our Terms of Use, Risk Warning and Binance Academy Terms.

Кат-кабар бөлүшүү
Эсепти каттоо
Бүгүн Binance эсебин ачуу менен билимиңизди иш жүзүндө колдонуңуз.