> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Validator Set

> The collection of validators currently eligible to participate in network consensus.

# Validator Set

The collection of validators currently eligible to participate in network consensus.

## Definition

The collection of validators currently eligible to participate in network consensus.

## Why it matters

Staking concepts connect token incentives with validator participation and network security.

## How it works

The blockchain protocol periodically selects a subset of validators from the total list of participants based on their stake size. These selected nodes then participate in a consensus round, verifying transactions and signing off on the next block. If they collude or go offline, the protocol can automatically penalize them based on predefined rules.

## Real-world example

The Ethereum 'active validator set' currently containing over one million validators, or the Cosmos Hub set limited to 180 active validators.

## Advantages

* Provides strong network security
* Incentivizes honest behavior via staking
* Determines network decentralization levels

## Limitations

* Risk of centralization among whales
* Susceptible to governance manipulation
* Requires high initial capital

## Common misconceptions

* Anyone can be a validator at any time; there are hardware and staking requirements. Validators own the network; they are merely agents operating under the network's code.

## Related knowledge

* [Delegator](/generated/v2/glossary/delegator) — term
* [Proof of Stake](/generated/v2/books/proof-of-stake) — term
* [Slashing](/generated/v2/glossary/slashing) — term
* [Validator](/generated/v2/glossary/validator) — term

***

**Canonical knowledge ID:** `glossary:validator-set`
