A validator is a network participant that proposes and/or attests to new blocks in a proof-of-stake blockchain. Validators stake cryptocurrency as collateral, run node software, and earn rewards for honest participation. If they misbehave (double-signing, extended downtime), their stake is slashed.
What Is a Validator?
2 min read
The short version
Validators are the new miners, but instead of burning electricity to prove work, they lock up money to prove they have skin in the game. They take turns writing new pages in the ledger and checking each other's work. Good behavior earns interest on their deposit; cheating costs them their deposit.
How It Works
To become a validator, you deposit the minimum stake (32 ETH on Ethereum, varying amounts on other chains). Your node software connects to the network and enters the active validator set. Each time slot, the protocol: (1) randomly selects one validator to propose a block, (2) assigns a committee of validators to attest (vote) that the proposed block is valid. Attestations are aggregated and included in subsequent blocks. Rewards are distributed for correct proposals and attestations. Penalties: missed attestations incur small "inactivity leaks." Malicious behavior (signing two different blocks for the same slot) triggers slashing, forced ejection and stake reduction.
A day as an Ethereum validator
Your validator has 32 ETH staked. In one day (7,200 slots at 12s each): you're assigned to attest approximately 225 times (once per epoch × ~225 epochs/day). You might be selected to propose 1-2 blocks (random, proportional to stake). For each correct attestation: ~0.000015 ETH reward. For a block proposal: ~0.02-0.05 ETH (depending on tips). Daily earnings: approximately 0.004-0.006 ETH ($12-$18). Annualized: ~1.5-2.0 ETH (~4.5% APR). If your node goes offline for 2 hours: you miss ~40 attestations and lose roughly the equivalent of 40 attestation rewards.
What People Get Wrong
Validators and miners are the same
Both produce blocks, but the mechanism differs entirely. Miners compete with energy (PoW). Validators take turns based on stake weight and random selection (PoS). No specialized hardware needed for validation.
You need expensive hardware to validate
A validator can run on a consumer PC or cloud instance (~$50-100/month). The main requirement is reliable uptime and internet, not computing power.
One validator = one person
Large staking services run thousands of validators. Lido alone operates tens of thousands of Ethereum validators on behalf of depositors. One entity can control many validator slots.
Keep Reading
Sources & Further Reading
- Become an Ethereum Validator
Official guide covering solo staking, pooled staking, and validator requirements
- Rated Network (Validator Performance)
Compare validator effectiveness, uptime, and MEV performance across operators
Questions People Also Ask
- How many validators does Ethereum have?
- As of mid-2024, Ethereum has approximately 900,000+ active validators. This makes it the most decentralized PoS network by validator count.
- Can I become a validator with less than 32 ETH?
- Not as a solo validator on Ethereum. But you can participate through staking pools (Rocket Pool requires 8 ETH for a minipool) or liquid staking protocols (any amount).
- What happens if my validator crashes?
- You accrue small inactivity penalties (losing attestation rewards). Your stake is not slashed for downtime alone, only for provably malicious behavior like double-signing.