How PoS works
On Ethereum specifically:
- A staker locks 32 ETH into the deposit contract to register a validator.
- The protocol uses the beacon chain’s randomness to pseudo-randomly select, for each slot, one validator to propose a block and a committee of validators to attest to it.
- Proposers produce blocks; attesters sign attestations about the chain head.
- Honest participation earns base rewards (~3-4% APY) plus execution rewards (priority fees, MEV when using MEV-Boost).
- Double-signing, surround voting, or extended offline periods trigger slashing — penalties range from 0.5 ETH to the full stake in extreme cases.
Other PoS chains vary the specifics but share the core pattern: stake as collateral, selection by stake weight, slash for misbehavior.
PoS vs PoW
| Property | PoS | PoW |
|---|---|---|
| Energy use | Near-zero per transaction | Massive (Bitcoin ≈ 150 TWh/yr) |
| Validator requirements | 32 ETH + commodity hardware | Specialized ASICs + cheap electricity |
| Finality | Economic (slashing-backed) | Probabilistic (more blocks = more certain) |
| 51% attack recovery | Slashing burns attacker’s stake | No cost imposed; attacker keeps hardware |
| Geographic distribution | Anywhere with internet | Concentrates in cheap-electricity regions |
| Issuance rate | Adjustable via protocol | Fixed by PoW formula |
PoS solved the climate narrative that dogged Ethereum pre-Merge. It also enabled liquid staking, restaking, and programmatic stake management — all innovations PoW chains can’t replicate.
Why PoS chains dominate new launches
Almost every blockchain launched since 2020 is proof-of-stake. The reasons:
- Lower cost to bootstrap — PoS doesn’t need a massive hashrate; you just need a validator set and tokens to distribute.
- Flexibility — protocols can tune issuance rate, slashing penalties, withdrawal mechanics, and finality speed.
- Restaking and liquid staking — economically productive staked tokens enable layered yield strategies.
Risks and considerations
- Nothing-at-stake in theory — early PoS designs were vulnerable to validators signing multiple competing chain histories. Modern slashing-backed designs (Ethereum’s Casper FFG, Tendermint BFT) eliminate this.
- Centralization of stake — PoS concentrates power in the hands of those who hold the token. A few large holders (or a few large staking services like Lido) can accumulate outsized influence.
- Long-range attacks — theoretically, an attacker who obtains old keys from past validators could rewrite deep history. Social-consensus checkpointing is the defense.
- Validator-operator risk — most stake is delegated through custodial or semi-custodial providers; a failure of a major provider affects a large fraction of the network.
For users, the main takeaways: staking is now the default yield source on PoS chains, slashing risk is real but rare for competent operators, and concentration of stake in a few LST providers is a real network-level concern worth tracking.