Zelcore

Ethereum Staking Explained: Validators, Beacon Chain, and Liquid Staking Tokens

10 min read
Ethereum Staking Explained: Validators, Beacon Chain, and Liquid Staking Tokens

On a normal April 2026 day, roughly 917,000 validators each hold 32 ETH of bond and take turns signing messages on Ethereum's Beacon Chain. Together they secure about 35 to 39 million ETH and earn around 3.0% APR for it, according to ethereum.org's live staking dashboard. That headline hides a stack: an attestation protocol running on 6.4-minute epochs, a block-production market routed through MEV-Boost, a withdrawal pipeline that only opened in 2023, a 2025 upgrade that changed the economics of running a node, and a shadow market of liquid staking tokens and restaking protocols that most ETH holders actually interact with instead of running their own validator.

This article walks the stack from the Beacon Chain up to EigenLayer. If you only want to know which staking product to click, skip to Section 5 — but the trade-offs there only make sense once you know what the validator is doing underneath.

What a Validator Actually Does

To activate a validator, you deposit 32 ETH into the deposit contract and register two cryptographic keys: a BLS signing key (hot, used every epoch) and a withdrawal credential (cold, controls where rewards and exits land). Since Shapella enabled withdrawals in April 2023, the withdrawal credential should be an execution-layer address — the 0x01 prefix — rather than the older BLS-keyed 0x00 format that requires a one-time BLSToExecutionChange migration.

Once active, a validator has three duties:

In practice, about 90% of proposers outsource block building to MEV-Boost relays, signing whatever payload the external builder returns in exchange for a cut of the block's extracted value. That is where most of the yield above the pure-issuance APR comes from: priority fees flow through MEV-Boost to validators, directly into the proposer's fee-recipient address rather than being minted as new ETH.

Rewards, Penalties, and the Slashing Knife-Edge

Issuance rewards are inversely proportional to the square root of total active balance — the more ETH staked network-wide, the less each individual validator earns. That is why APR has drifted down as deposits have grown. Reward math splits into the five weighted components above (source, target, head, sync, proposer). Miss an attestation and you forfeit those weights for the epoch; miss enough and you start to accumulate penalties.

Two penalty regimes are worth understanding because they are qualitatively different:

Inactivity leak. If the network fails to finalize for four or more consecutive epochs — meaning a supermajority of validators can't agree — inactive validators' balances quadratically decay until finality is restored. This is the protocol's recovery mechanism during a mass outage, not a punishment for brief downtime. Ordinary offline blips cost you a few missed rewards, not a meaningful chunk of stake.

Slashing. Slashing fires only on equivocation: signing two blocks in the same slot, casting a double vote, or surround-voting a prior attestation. The initial penalty burns 1/32 of your effective balance — 1 ETH on a 32 ETH validator. You are then forced into an exit, and during a 36-day window the protocol applies a correlation penalty proportional to the total slashed balance across the network. If you are the only validator slashed that month, the total penalty is modest. If 10,000 validators running the same misconfigured client are slashed together, the correlation penalty can approach your entire stake. Slashing is not really a punishment for bad acts — it is an insurance mechanism that makes correlated failures expensive for operators running homogeneous setups.

Deposits, Withdrawals, and the Exit Queue

The Shapella upgrade in April 2023 turned ETH staking from a one-way deposit into a round-trip. Two kinds of withdrawals came with it:

The exit queue is rate-limited to prevent coordinated dumping. Since Pectra, the churn limit is denominated in ETH (~256 ETH per epoch, roughly 57,600 ETH per day) rather than validator count, which cleanly handles the new variable-balance world. During the September 14, 2025 congestion spike, end-to-end exit-to-withdrawability stretched to 46+ days — a useful data point when someone tells you LST discounts are "arbitrage."

Pectra Changed the Validator Picture

The Pectra upgrade activated at epoch 364032 on May 7, 2025, and it meaningfully reshaped validator economics. Three EIPs matter for stakers:

Net effect: the operational picture got strictly better for careful stakers.

Solo vs SaaS vs LST: A Trade-off Map

Most ETH holders don't run validators. The real decision is which staking product to use, and every option is fundamentally a choice about which counterparty and slashing risks you accept. This is the section worth reading twice.

Solo / home staking is the protocol's intended default. You hold the 32 ETH, you run the node, you own both keys, you eat the uptime cost. You also keep 100% of rewards and MEV. The risk is narrow and personal: your setup, your slashing liability, your electricity bill. If you are technical and hold enough ETH, this is the closest match between what the protocol rewards and what you experience.

Staking-as-a-Service (SaaS) providers like Kiln, Figment, or Allnodes run the node for you while you retain the withdrawal keys. You are trusting the operator for uptime and for not getting you slashed, but you are not trusting them with your funds — the withdrawal credential still points at your address. A meaningful middle ground for large holders who don't want to run infrastructure. Tax treatment remains personal.

Liquid staking tokens (LSTs) pool your ETH with others and hand you a transferable token. LSTs are a crypto-backed asset class comparable to stablecoins: the token is a claim on the underlying staked position, and its market price can diverge from its redemption value.

The three benchmarks:

Every LST collapses the 46-day exit queue into "sell on the market," but at the cost of discount risk. When 3AC and Celsius were unwinding in May and June 2022, stETH traded as much as ~7% below ETH on secondary markets — not because staking was broken, but because forced sellers flooded a thin redemption path. If you borrow against an LST, plan for that scenario.

Restaking: EigenLayer and the Layered Risk Stack

Restaking reuses an already-staked position — either natively via an EigenPod contract set as your 0x01 credential, or indirectly by depositing an LST — as additional collateral for "actively validated services" (AVSs): oracles, bridges, data availability layers. EigenLayer hit roughly $18-19.5 billion in restaked TVL and 1,900+ operators by early 2026, with EigenDA as the largest consumer.

The honest framing is important. Restaking is not free yield. You are selling additional slashable insurance on a second protocol, and you are doing so in the same collateral you already have at risk to Ethereum. Dual slashing means a single operator bug can trigger both Ethereum's slashing conditions and an AVS's — potentially correlated, potentially costly.

Liquid restaking tokens (LRTs) like ether.fi eETH, Renzo ezETH, and Kelp rsETH wrap restaked positions into another transferable token. You now have three layers: validator, restaked position, LRT wrapper. Restaking layers new counterparty and slashing risk in a composable stack, and the failure modes are not additive — they can correlate. If an AVS slashes or an LRT de-pegs, LSTs used as lending collateral can trigger liquidations before you have time to react. The April 2026 Kelp DAO bridge exploit — which drained roughly $292 million in rsETH and forced Aave, Compound, and other venues to freeze rsETH markets — is a reminder that the LRT layer itself is an attack surface.

Restaking can make sense for operators who would run the infrastructure anyway and understand the AVS risk profile. For passive holders, it is a yield bump that comes with a genuinely different risk grade than plain staking — treat it that way.

Key Takeaways

Part 5 turns to Ethereum's scaling layer — how rollups translate blob data back into user-facing cheap transactions.


Further Reading

51% Attack Economics: Why Bitcoin's Security Budget Matters

51% Attack Economics: Why Bitcoin's Security Budget Matters

Why Bitcoin's ~900 EH/s hashrate makes 51% attacks economically irrational, what smaller chains like BTG, ETC, and BSV teach us, and how to pick a safe confirmation depth.

10 min read
The Multi-Chain Custody Problem — One Seed, Many Ledgers

The Multi-Chain Custody Problem — One Seed, Many Ledgers

Why a single BIP-32/44 seed unlocks accounts across Bitcoin, Ethereum, Solana, and 80+ other chains in Zelcore — and the practical implications for address reuse, chain-specific metadata, and protecting your one point of failure.

8 min read
Your Attack Surface: Phishing, Clipboard Hijackers, Fake Apps, and SIM Swaps

Your Attack Surface: Phishing, Clipboard Hijackers, Fake Apps, and SIM Swaps

A practical catalogue of the top attacks on self-custody users — address poisoning, clipboard malware, fake wallet apps, and SIM swaps — with concrete mitigations for each.

9 min read

Join Our Newsletter

Get a friendly update from us once a month. No spam, just the latest from Zelcore.

Join Our Newsletter
    Ethereum Staking: Validators, Beacon Chain & LSTs | Zelcore