Proof of Stake Validators Explained: How Ethereum Staking Secures the Network
Ethereum has 900,000+ validators securing the network. This guide explains what validators do, how they earn rewards and face penalties, and why validator diversity matters for Ethereum's security.
Ethereum's Proof of Stake security is provided by 900,000+ validators — computers running validator clients, each staking 32 ETH as collateral to attest to blocks. Understanding validators helps you understand both the network's security model and why solo staking is important for decentralization.
What Validators Do
- Propose blocks: one validator per slot proposes the next block (randomly selected)
- Attest blocks: other validators vote that the proposed block is valid
- Participate in committees: validators grouped into committees; 64 committees per slot
- Run clients: two client types needed — execution (Geth, Besu) and consensus (Prysm, Lighthouse)
Validator Rewards and Penalties
- Attestation rewards: paid every epoch (~6 minutes) for correct and timely attestations
- Proposal rewards: higher reward for the validator randomly selected to propose a block
- Priority fees + MEV: validators receive transaction priority fees in proposed blocks
- Offline penalty: small penalty for being offline (not catastrophic unless mass slashing event)
Slashing: The Severe Penalty
Slashing penalizes validators for provably malicious behavior: proposing two different blocks for the same slot, or signing contradictory attestations. Initial slash: 1/32 of stake (~1 ETH). Correlation penalty: if many validators are slashed simultaneously, up to all staked ETH can be lost. In practice, slashing is rare and most commonly caused by configuration errors (running same validator on two machines).