Crypto
2 min read

Validator

A node in a proof-of-stake network that proposes and attests to new blocks, securing the chain in exchange for staking rewards. Misbehavior can result in slashing of the validator’s stake.

Validators vs. miners

Different terminology by consensus:

  • Proof of workminers compete computationally.
  • Proof of stake — validators are selected based on staked tokens.
  • Both — produce blocks, validate transactions, secure network.
  • Validators generally use less energy than miners.

Most modern chains are PoS-based, so validators dominate.

Validator responsibilities

Typical duties:

  • Validate transactions — verify they're legitimate.
  • Propose blocks — when selected, build new block.
  • Attest to blocks — vote for valid blocks proposed by others.
  • Run software — keep node online and current.
  • Maintain hardware — server, networking, storage.

Failure to perform produces missed rewards or slashing penalties.

How validators are selected

Common mechanisms:

  • Staked-weighted random — selection probability proportional to stake.
  • Round robin — rotating through eligible validators.
  • Leader election — different mechanisms (VRFs, etc.).
  • Validator set size — varies by chain (Ethereum: 1M+ validators; Solana: ~1000+; others smaller).

Different consensus mechanisms make different trade-offs.

Becoming a validator

Common requirements:

  • Stake — minimum amount of native token.
  • Hardware — varies by chain (Solana intensive, Ethereum modest).
  • Bandwidth — significant on high-throughput chains.
  • Uptime — penalties for downtime.
  • Software — running validator client correctly.

Operating costs can be significant.

Solo vs. delegated

Two patterns:

  • Solo validator — operate own node, control own keys.
  • Delegated — delegate stake to another validator who operates infrastructure.
  • Liquid staking — staked tokens become liquid via derivative.

Most stake is delegated rather than solo-validated.

Validator economics

Income sources:

  • Block rewards — newly issued tokens.
  • Transaction fees — from included transactions.
  • MEV — additional value from transaction ordering (where applicable).
  • Commission — if accepting delegations, take percentage.

Total returns vary by chain and operator efficiency.

Risks

Several concerns:

  • Slashing — protocol-level penalty for bad behavior or downtime.
  • Hardware failure — produces missed rewards.
  • Software bugs — validator client issues.
  • Operator risk — for delegators, operator may misbehave or quit.
  • Concentration risk — large validators may centralize network.

Validator economics differ significantly across chains.

What individuals should know

For users:

  • You don't need to validate to use a chain.
  • Delegation/liquid staking allows participation without infrastructure.

For potential validators:

  • Significant commitment — uptime, security, monitoring.
  • Decent returns but real risks.
  • Compare chain options and operational requirements.

For delegators:

  • Choose validators carefully — slashing affects you.
  • Diversify across validators if possible.
  • Watch performance and switch if needed.

Validators are foundational to PoS networks. Understanding their role clarifies how staking, rewards, and security interact.