How validators work
On Ethereum (the dominant PoS design):
- A validator operator posts 32 ETH as collateral to the deposit contract.
- The protocol pseudo-randomly selects validators to propose blocks and attest to them.
- Every epoch (6.4 minutes), active validators sign attestations about the canonical chain head.
- Performing duties honestly earns rewards (~3-4% APY at current participation); missing duties or double-signing incurs slashing penalties.
- Validators who want to exit queue a withdrawal; there’s a rate-limited queue to prevent mass exit during stress.
Different chains use different stake requirements and validator counts. Solana has much lower validator counts but requires more sophisticated hardware (validators process 2,000+ TPS). Cosmos chains typically cap active sets at 100-180 validators and use delegated PoS (users delegate to validators rather than running their own).
Validator economics
For Ethereum:
- Revenue — consensus rewards (~3-4% APY) + execution rewards (priority fees, MEV) bringing effective APY to 3-6%.
- Costs — hardware (VPS or physical), electricity, time. A solo operator can run at ~$500/year per 32 ETH staked.
- Slashing risk — extreme penalty (100% of stake) for provable malicious behavior (double-signing, surround voting). Mild penalties (<1% of stake) for extended offline periods.
Most stakers don’t run solo validators — they delegate via liquid-staking protocols (Lido, Rocket Pool) or use custodial staking services (Coinbase, Binance, Kraken). Solo staking remains the most decentralization-aligned but least convenient path.
Risks and considerations
- Slashing — extremely rare in practice for competent operators, but the 100%-loss tail risk is what keeps validators honest. Large penalties have happened (~300 ETH-equivalent in a single event) when operators accidentally double-signed.
- Client bugs — a bug in a popular execution client (Geth had one in 2023) can cause correlated penalties across all validators running that client. Distributed validator tech (SSV, Obol) and client diversity are the mitigations.
- MEV centralization — validators earn significantly more when they run MEV-Boost and receive bundles from professional builders. Solo stakers without MEV-Boost underearn by 20-40%.
- Concentration — Lido alone runs ~30% of Ethereum validators; Coinbase another ~10%. Concentration risks are a major community concern.
For users, the practical choice: solo-stake if you can (highest alignment, operational overhead); delegate to a liquid-staking protocol with geographic + client diversity (Rocket Pool leans decentralized, Lido dominates convenience); or use a CEX for hands-off staking (simplest but highest custody risk).