"Earn 3% on your ETH" sounds a lot like a high-yield savings account. It isn't. There's no bank, no deposit insurance, and no fixed rate. The yield comes from a security mechanism: Ethereum pays people to lock up capital and run software that keeps the chain honest, and it can take some of that capital away if they misbehave.
Understanding where the number comes from, why it keeps drifting down, and what can go wrong makes the headline APR a lot less mysterious. It also makes it easier to see what you're actually signing up for when an exchange, a liquid staking protocol, or an ETF offers to stake on your behalf.
What a validator actually does ​
Since Ethereum moved to proof of stake in 2022, blocks are produced by validators: accounts that have deposited ETH into the deposit contract and run a consensus client plus an execution client. Every 12-second slot, one validator is picked to propose a block, and committees of other validators attest (vote) that the block is valid and on the correct chain.
Rewards come from three places:
- Attestation rewards for voting correctly and on time. This is the bulk of consensus-layer income.
- Proposer rewards when you're selected to build a block, plus the priority fees users pay to get included.
- MEV (maximal extractable value): extra payment from specialized block builders who order transactions profitably. Most validators access this through MEV-Boost, and it can add something like 10 to 30% on top of base rewards, though it's lumpy and depends on luck.
The minimum to run a validator is still 32 ETH. The Pectra upgrade (EIP-7251) raised the maximum effective balance from 32 ETH to 2,048 ETH, so a single validator can now compound rewards on a larger stake instead of an operator spinning up dozens of 32 ETH validators.
Why the yield keeps shrinking ​
The protocol doesn't pay a fixed rate. Issuance is designed so that the base reward per validator scales roughly with 1 / √(total ETH staked). More stake means more total ETH issued, but each unit of stake gets a smaller slice.
A quick worked example makes this concrete. Suppose base APR is 4% when 20 million ETH is staked. If staked ETH doubles to 40 million:
per-ETH yield scales by 1 / sqrt(2) ≈ 0.707
4% × 0.707 ≈ 2.8%
That's roughly what has happened. By 2026 about a third of all ETH (around 40 million) is staked, and base consensus APR has compressed to under 3%. A solo staker with 32 ETH at 2.8% earns about 0.9 ETH a year, paid in ETH. Whether that's a good dollar return depends entirely on what ETH's price does, which can swing far more than 3% in a week.
Demand keeps pushing stake higher. US spot Ether ETFs began staking and distributing yield in early 2026, adding a steady institutional buyer to the entry queue. Ethereum rate-limits how quickly validators can join and leave, so when demand spikes, new stake waits in line without earning. In August 2026 the entry queue held over 2 million ETH, roughly a 39-day wait. The exit queue works the same way: during stress in September 2025 it swelled past 2.6 million ETH. Staked ETH isn't instantly liquid, and in a panic it's least liquid exactly when you'd want out.
The risks behind the rate ​
Slashing. If a validator signs two conflicting blocks or attestations (usually from running the same keys on two machines by accident), the protocol slashes it: an immediate penalty, a forced exit, and an additional "correlation" penalty that grows if many validators are slashed around the same time. After Pectra, the initial penalty is 1/4,096 of effective balance, so even a fully consolidated 2,048 ETH validator loses about 0.5 ETH up front. The correlation penalty is the scary part: a bug hitting a big operator's whole fleet costs far more than an isolated mistake.
Downtime. Being offline isn't slashing, but missed attestations cost roughly what you would have earned. Small, but it adds up.
Operator and smart contract risk. If you don't run your own node, you're trusting someone else's keys, uptime, and code. Liquid staking protocols issue a receipt token (like stETH) that tracks your staked ETH plus rewards. You can trade or use it in DeFi, but it carries the protocol's contract risk and can trade below the value of the ETH behind it when markets get stressed.
Concentration. A handful of large providers control a big share of stake. That's a network-level risk, and it's one reason the correlation penalty exists.
On the regulatory side, SEC staff said in 2025 that protocol staking and certain liquid staking arrangements are not securities offerings. That's a staff view rather than a rule, one commissioner publicly disagreed, and taxes on staking rewards are a separate question entirely.
The takeaway ​
Staking yield is a payment for providing security, and its size is set by how many other people are doing the same thing. The more popular staking gets, the lower the rate, and the risks (slashing, queues, operator failure, depeg of a receipt token) don't shrink with it. If you want to watch the moving parts yourself, the EIP-7251 spec and live queue trackers like validatorqueue.com show the mechanics in real time, no marketing copy required.

