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

Attestation Rewards
~84% of base rewards. Earned every epoch (~6.4 min) for correctly voting on source, target, and head.
~0.85 ETH/year
Block Proposals
~2-3 proposals per month on average. Includes attestation packing rewards and sync aggregate rewards.
~0.15 ETH/year
Sync Committee
Selected once every ~22 months for a 27-hour duty. High reward when selected, but rare.
~0.05 ETH/year (avg)
MEV Tips + Priority Fees
Earned during block proposals via MEV-boost. Highly variable — some blocks pay 0.01 ETH, rare ones pay 1+ ETH.
~0.2–0.5 ETH/year

Penalty Scenarios

What happens to a 32 ETH validator under different failure scenarios. Drag the slider to see the penalty over time.

ETH Lost
0.03 ETH
Remaining Balance
31.97 ETH
Effective Balance
31 ETH

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.

Offline Validator Balance
28.2 ETH
Online Validator Stake %
72.4%
Days to Finality Recovery
~18 days

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.

⬆️ Increase Threshold

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.

⬇️ Decrease Threshold

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.

📊 Why Hysteresis?

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.

Monthly Revenue
$373
Monthly Costs
$10
Monthly Profit
$363
Break-Even
4.1 months

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.