Validator Economics Deep Dive
Understanding exactly where validator income comes from, what can go wrong, and when staking becomes profitable. Every ETH of reward and penalty, explained and visualized.
Reward Sources Breakdown
Annual yield for a single 32 ETH validator at current network conditions.
Reward Components
Penalty Scenarios
What happens to a 32 ETH validator under different failure scenarios. Drag the slider to see the penalty over time.
Inactivity Leak Simulator
What happens when a large portion of validators go offline? The inactivity leak gradually drains their balances until the remaining validators can finalize the chain.
Effective Balance & Hysteresis
Ethereum doesn't use your exact balance for reward calculations — it uses effective balance, a stepped value that changes with hysteresis thresholds to prevent oscillation.
Effective balance increases by 1 ETH when actual balance exceeds it by 1.25 ETH. Example: EB=31, actual must reach 32.25 to get EB=32.
Effective balance decreases by 1 ETH when actual drops 0.25 ETH below it. Example: EB=32, actual drops to 31.75 → EB becomes 31.
Without it, a validator at 31.999 ETH would flip between EB=31 and EB=32 every epoch, thrashing committee assignments and reward weights.
Break-Even Analysis
Calculate how long until staking profits cover your hardware and setup costs.
Frequently Asked Questions
How much does a validator earn per year?
A single validator (32 ETH) earns roughly 1.1–1.3 ETH/year from consensus rewards at current participation rates (~3.5% APR). With MEV-boost enabled, validators can earn an additional 0.5–1.5% APR from priority fees and MEV tips, bringing total effective yield to around 4–5%.
What is slashing and how does it happen?
Slashing is a severe penalty for provably malicious behavior: double-voting (attesting to two different blocks in the same slot) or surround-voting (making contradictory attestations). The initial penalty burns at least 1/32 of the validator's stake, plus additional correlation penalties based on how many others were slashed around the same time.
What is the inactivity leak?
The inactivity leak is an emergency mechanism that activates when the chain can't finalize (>1/3 of validators offline). It progressively drains the balance of offline validators until the remaining active ones control 2/3 of stake and can finalize again. It's designed to recover the chain even in catastrophic scenarios.
What is effective balance?
Effective balance is a validator's balance rounded down to the nearest 1 ETH, capped at 32 ETH. It changes with hysteresis: you gain 1 ETH of effective balance when your actual balance exceeds the threshold by 1.25 ETH, and lose it when you drop 0.25 ETH below. This prevents rapid oscillation of committee assignments.
Is MEV-boost worth running?
Yes, for most validators. MEV-boost connects your validator to block builders who construct optimally-ordered blocks and share the profit. It typically adds 0.5–1.5% extra APR and requires minimal setup. About 90%+ of validators now run MEV-boost.