What Is Validator in Crypto?

A validator is a participant in a proof-of-stake blockchain who locks tokens as collateral and is then eligible to propose or attest to new blocks. Validators earn staking rewards for honest participation and can be slashed (lose part of their stake) for misbehavior or extended offline periods. Ethereum has ~900,000 validators; Solana has ~1,500; Cosmos chains run with 100-200 active validators.

Also known as: crypto validator, pos validator

Ask Stingray anything about Validator

How validators work

On Ethereum (the dominant PoS design):

  1. A validator operator posts 32 ETH as collateral to the deposit contract.
  2. The protocol pseudo-randomly selects validators to propose blocks and attest to them.
  3. Every epoch (6.4 minutes), active validators sign attestations about the canonical chain head.
  4. Performing duties honestly earns rewards (~3-4% APY at current participation); missing duties or double-signing incurs slashing penalties.
  5. 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).

Related terms