
Both models use staked tokens. That's where the similarity ends.
The confusion is understandable because both get filed under "proof of stake" — and technically, that's accurate. But delegated PoS and pure PoS are built on different assumptions about who should be running consensus, how many participants you actually need, and whether speed or breadth matters more. Those assumptions produce meaningfully different networks.
The short version: pure PoS asks any token holder who meets a threshold to run a validator directly. Delegated PoS asks token holders to vote for representatives who run consensus on their behalf. Representative democracy versus direct participation, applied to block production.
Ethereum is the clearest example. The basics: you lock up 32 ETH and run validator software. Your validator gets assigned to committees that attest to block validity; occasionally, it gets selected to propose blocks. Selection uses a verifiable random function — the output is cryptographically verifiable but unpredictable in advance. No one can game who gets picked next.
As of early 2026, Ethereum has north of 900,000 active validators. That number doesn't represent 900,000 independent operators — much of that stake runs through services like Lido (~28-30% of staked ETH) and Coinbase — but 900,000 distinct validator processes are participating in the Beacon Chain regardless. The theoretical bar is anyone with 32 ETH and the technical setup to run a node. In practice, hardware and connectivity requirements filter this somewhat, and staking services absorb most of the demand from holders who don't want to operate nodes.
Algorand takes the model further. Any ALGO holder can participate in consensus — no fixed threshold, no node requirement beyond running the participation client. Block proposers and committee members are selected via VRF, weighted by stake. The participation pool is, in principle, the entire token-holding population.
The tradeoff is coordination overhead. With hundreds of thousands of validators, consensus rounds require aggregating attestations across large committees. Ethereum's slot time is 12 seconds. That's not slow, but it reflects the design: broad participation has a coordination cost, and that cost appears in latency.
Dan Larimer coined the term in 2013 for BitShares, then built variations of it into Steem and EOS. The logic: apply representative democracy to consensus. Token holders vote for a fixed set of block producers (BPs) who do the actual work. Votes are weighted by token holdings. Block producers rotate through production in fixed turns. If a BP underperforms — consistently missing blocks, behaving dishonestly — token holders can vote them out.
EOS launched with 21 elected block producers. TRON uses 27 "Super Representatives." The top vote-getters take active slots; everyone else sits in a standby pool.
With 21 participants instead of 900,000, you can achieve consensus in a single rotation of known participants. EOS hit sub-second block times. TRON produces blocks every three seconds. The communication surface is radically smaller — you know exactly who you're waiting on.
The structural weakness is cartel risk. Concentrated token ownership means concentrated voting power. In EOS's case, this played out predictably: large holders and exchanges formed voting alliances, backing each other's BP candidates. The result was a BP set that looked elected but behaved like a cartel. This is the standard DPoS failure mode — the voting mechanism remains intact while effective control consolidates to a small cluster of coordinated actors.
Most networks fall somewhere between these poles, and the labels don't always match the reality.
Cosmos is formally "bonded PoS" running Tendermint BFT consensus — distinct from DPoS in that validators don't rotate in fixed turns and consensus isn't round-robin. But the Hub caps its active validator set at ~175. Token holders delegate ATOM to validators, and delegation weight determines who stays in the active set. In practice, this functions like DPoS: a small fixed set does the work, and token holders choose who's in it by delegating.
Cardano's stake pool model is similar. ADA holders delegate to pools; around 3,000 pools exist, but the top ~100 control most of the stake in practice. Polkadot's Nominated PoS is explicit about the structure — nominators back validators, and the protocol runs an optimization algorithm to distribute stake across the elected set.
The honest read: most "pure PoS" networks converge toward delegation in practice, because the majority of token holders don't want to run nodes. The question stops being "DPoS or not?" and becomes: is the delegation baked into the protocol itself, or does it emerge from staking services built on top? Ethereum with Lido is, functionally, closer to delegated PoS than the validator count suggests. The protocol doesn't require delegation; the market produces it anyway.
The Ethereum staking concentration concern is live, not hypothetical. Lido's share of staked ETH has been a recurring governance debate since 2022. Lido itself has proposed dual governance mechanisms — giving stETH holders veto power over certain governance actions — as a partial response to concerns about its systemic influence. Whether that's sufficient is contested.
On the DPoS side, the architecture largely peaked with EOS's launch in 2018. The cartelization dynamics were documented extensively by 2019-2020, and EOS's developer activity and market relevance declined accordingly. TRON continues to operate, but isn't where meaningful protocol innovation is happening.
The more forward-looking development: EigenLayer's restaking model creates a new delegation layer on top of Ethereum's existing validator set. If ETH validators can commit their slashable stake to multiple networks simultaneously, it reconstructs some DPoS-like dynamics at the application layer — a small active set of professional operators carrying much of the actual consensus burden — without changing Ethereum's protocol design.
DPoS's concentration risk materializing in production: validator cartelization in an active DPoS chain producing censorship-resistant failures, not just governance complaints. That EOS precedent would generalize.
Pure PoS's delegation pressure materializing: Lido-level dominance at Ethereum reaching a threshold where the social layer is forced to respond — either through a soft fork, explicit validator diversity requirements, or governance-coordinated limits on any single entity's share.
DPoS's framing as structurally inferior breaks if a DPoS-based network produces sustained censorship-resistant block production at high throughput without cartel consolidation. That hasn't happened at meaningful scale, but it's the falsifiable version of the concern.
Pure PoS's framing as superior breaks if delegation pressure produces effective cartelization equivalent to what DPoS produces by design. The mechanism is different. The outcome could converge. Whether Ethereum's 30% Lido concentration is the beginning of that story or a stable plateau is genuinely unclear.
Now: Ethereum staking concentration is an active governance concern. The Lido dual governance proposal and related discussions are real-time signals worth tracking. DPoS chains are mostly outside the main development narrative.
Next: EigenLayer's impact on the Ethereum validator economy (12-18 months). Whether professional operator consolidation through restaking converges with DPoS outcomes at the application layer.
Later: Whether any DPoS successor resolves the cartel problem structurally — through quadratic voting, identity-based delegation limits, or something else — is an open question. Nothing compelling has emerged yet.
This covers the consensus architecture. It doesn't address validator economics, slashing conditions, the relative yield of any of these systems, or which tokens represent better investments. The mechanism described here is the structural version — the question of whether delegation pressure and restaking are reshaping Ethereum's validator economy in practice is tracked separately.
The two designs reflect different answers to the same question: does broad participation in consensus make a network stronger, or does it just make it slower? Both answers have real costs. Neither has been proven wrong at multi-decade adversarial scale.




