A validator is a participant in a プルーフオブステーク(PoS) blockchain network that is responsible for proposing new blocks, verifying transactions, and attesting to the current state of the network in exchange for staking rewards. Validators replace the role of miners in 作業証明(PoW) systems, performing consensus duties by staking (locking up) cryptocurrency as collateral – which can be “slashed” (partially destroyed) as punishment for dishonest behaviour or prolonged inactivity. On Ethereum, each validator requires exactly 32 ETH ($100,000+ at current prices) to operate, and the network requires a minimum of 16,384 validators (~524,288 ETH staked) to launch, with over 1 million validators active by 2024. Validators collectively maintain the security, finality, and decentralisation of the blockchain, making validator health, distribution, and incentive structures fundamental to any PoS network’s long-term viability.
また、 アービトラム (ARB)
起源と歴史
| 日付 | イベント |
| 2012 | Peercoin (PPC) introduces first proof-of-stake consensus; validators (stake holders) replace miners |
| 2014 | Ethereum’s Casper consensus proposals begin formalising validator concept |
| 2018 | Tezos mainnet launches with “baker” validators; early PoS validator model |
| 2019 | Ethereum 2.0 research finalises validator economics: 32 ETH minimum, variable activation queue |
| 2020年12月 | Ethereum Beacon Chain launches: first 16,384+ validators activate; PoS consensus begins |
| 2022年9月 | Ethereum Merge: execution chain merges with Beacon Chain; validators fully replace miners |
| 2023年4月 | Shapella upgrade: validators can withdraw staked ETH and earnings for first time |
| 2023 | Ethereum validator count surpasses 500,000; staking demand creates months-long activation queue |
| 2024 | Ethereum validator count: 1,000,000+ validators; $100B+ staked ETH |
| 2024 | Ethereum Pectra (Prague-Electra) upgrade planned: raises validator max effective balance from 32 to 2048 ETH (deployed May 2026) |
“Validators are the backbone of Ethereum’s security. Each one is a cryptographic commitment that honest behaviour will be enforced through economic punishment.”
仕組み

| Validator Parameter | 値 |
| 最低賭け金 | 32 ETH |
| Maximum effective balance (post-Electra) | 2,048 ETH |
| Activation queue | Variable; days to weeks |
| Base staking APR | ~3.5% (decreases as more validators join) |
| Slashing minimum | 1/32 of stake (~1 ETH) |
| Withdrawal address | Required; cannot be changed after registration |
| Voluntary exit delay | ~27 hours (varies by queue length) |
簡単に言えば
- The new miner: In Bitcoin, 鉱山労働者 use computing power to earn the right to create blocks. In Ethereum (post-Merge), validators use staked ETH as their “skin in the game.” Instead of solving puzzles, they attest to the network’s state and propose blocks by rotation.
- 32 ETH requirement: Each Ethereum validator requires exactly 32 ETH as collateral. This is intentionally designed to make each validator independent (not delegated to another) and to provide economic security. Staking pools (Lido, Rocket Pool) allow participation below this threshold.
- Honest behaviour enforcement: If a validator behaves dishonestly (voting for two conflicting blocks simultaneously – “equivocation”), a portion of their staked ETH is “slashed” (burned) and they are forcibly ejected from the validator set. This economic punishment deters attacks.
- Attestations are the bread and butter: Validators mainly earn rewards by submitting “attestations” every 6.4 minutes – votes confirming the current valid state of the chain. Missing attestations results in small penalties; consecutive correct attestations earn steady rewards.
- Decentralisation through numbers: With 1 million+ validators on Ethereum, attacking the network would require controlling 1/3 of the total staked ETH (~$30B+) to disrupt finality – a massive economic barrier. The more validators, the more secure and decentralised the network.
また、 Virtual Stake
実際の例
| シナリオ | 製品の導入 | 結果 |
| Solo home validator | Individual sets up own Ethereum validator on home server with 32 ETH | Earns ~3.5% APR ($3,600+/year at $3,000/ETH); maintains maximum self-sovereignty |
| Validator ejection | Validator’s ISP cuts connection for 2+ weeks | Inactivity penalties reduce stake; not slashed; reactivates when connectivity restored |
| Slashing incident (2021) | Stakehound validator infrastructure failure results in accidental equivocation | ~200 validators slashed for ~0.5 ETH each; illustrates risks of poor key management |
| Lido node operators | 30+ professional node operators manage Lido’s 300,000+ validators | Distributed validator set; any operator’s failure affects only fraction of Lido’s total stake |
| SSV Network DVT | Distributed Validator Technology splits single validator key across multiple operators | Single validator run by 4 nodes; no single point of failure; more resilient than solo operation |
優位性
| 利点 | Detail |
| 受動的所得 | Validators earn ~3.5% APR on staked ETH simply by staying online and attesting |
| ネットワークセキュリティへの貢献 | Running a validator directly supports Ethereum’s decentralisation and security |
| 完全な自己監護権 | Solo validators control their own keys; no third-party custody risk |
| Block proposer rewards | Randomly selected to propose blocks; earn additional MEV tips (~$100–$1,000+ per proposal) |
| Long-term asset alignment | Validators are naturally long-term ETH holders; reward structure aligns with network health |
デメリットとリスク
| リスク | 説明 |
| 高い資本要件 | 32 ETH ($100,000+) is inaccessible for most retail participants |
| 技術的な複雑さ | Running a validator requires 24/7 server uptime, key management, and software maintenance |
| リスク削減 | Infrastructure failures, bugs, or key compromises can result in permanent ETH loss |
| 出金プロセス | Validator exits take hours to days depending on queue length |
| Hardware/internet dependency | Downtime causes inactivity penalties; power or ISP outages are validator risks |
| Key management critical | Validator keys must be secured; loss or compromise of withdrawal credentials is permanent |
Validator Setup Considerations:
- Hardware: dedicated server or cloud VPS with 8+ CPU cores, 32GB RAM, 2TB+ NVMe SSD
- Software: Ethereum execution client (Geth, Nethermind) + consensus client (Prysm, Lighthouse, Teku)
- Key management: use hardware wallet for withdrawal credentials; never expose validator key online
- DVT (Distributed Validator Technology): SSV Network enables key splitting across multiple operators for resilience
- Monitoring: uptime monitoring essential; missed attestations accumulate penalties over time
FAQ
Can I run a validator with less than 32 ETH?
Not as a solo validator on Ethereum mainnet. Staking pools (Lido, Rocket Pool) allow any amount. Rocket Pool node operators can run validators with 8 ETH of their own (plus matched ETH from the pool). Rocket Pool’s “minipool” structure allows smaller operators to participate in decentralised validation.
What is the difference between a validator and a miner?
Miners (PoW) compete by expending computational energy to find valid blocks; the winner earns the block reward. Validators (PoS) are selected pseudo-randomly proportional to their staked ETH; they propose and attest to blocks in exchange for yield. Validators consume ~99% less energy than PoW miners.
What is “DVT” (Distributed Validator Technology)?
DVT splits a single validator’s key across multiple operators using threshold signature schemes. Instead of one server controlling the full validator key (single point of failure), 4+ operators each hold a shard – 3-of-4 must sign for valid validation. SSV Network and Obol Network implement DVT, significantly improving validator resilience.
How often is a validator chosen to propose a block?
On average, a solo validator with 32 ETH is selected to propose a block approximately once per month (given ~1 million validators in 2024). Block proposals earn significantly more than attestations – including MEV tips and priority fees – making proposal luck a significant factor in actual validator returns.
What happens if my validator goes offline?
Offline validators receive inactivity penalties – approximately 0.01% of their stake per day offline during normal network operation. This is much less severe than slashing. The validator can resume operation and recover lost stake through future rewards. Prolonged offline periods during a crisis (if many validators go offline simultaneously) trigger larger penalties.
ソース
- Ethereum Foundation. (2024).Ethereum Validators and Staking.
- Beaconcha.in. (2024).Ethereum Validator Statistics.
- Rated.Network. (2024).Validator Performance Analytics.
- Prysmatic Labs. (2024).Prysm Validator Documentation.
- SSV Network. (2024).分散型バリデーターテクノロジー.
- EthStaker Community. (2024).Solo Staking Guide.










