LIVE
Loading live prices…
Knowledge

How Ethereum Staking Works: Validators, Rewards, and Risks

Ethereum staking uses validators to secure the network and earn rewards, with trade-offs around lockups, slashing, liquidity, and restaking exposure.

Staking has become one of the most discussed topics in Ethereum coverage, but the mechanics behind the headline often go unexplained. What does a validator actually do? Why does Ethereum need stakers at all? What does slashing mean in practice, and how does liquid staking differ from simply depositing ETH somewhere?

This guide answers those questions from the ground up. It is written for readers who encounter ETH staking stories — validator queue changes, institutional staking products, staked ETH ETFs, or restaking — and want a factual, evergreen foundation before reacting to the news.

What staking is

Staking, in Ethereum’s context, means depositing ETH into the network as collateral in exchange for the right to help validate transactions and earn rewards.

It is the mechanism Ethereum uses to secure itself. In place of energy-intensive mining hardware, validators commit economic capital. That capital is what the network holds at risk if a validator behaves dishonestly — which is what creates the security guarantee.

Staking is not an investment product sold by a third party. It is a protocol-level function that anyone with the right setup and ETH balance can participate in directly, or access indirectly through various intermediary services.

Why Ethereum uses proof of stake

Before September 2022, Ethereum used the same consensus model as Bitcoin: proof of work. Miners competed to solve computational puzzles and, in doing so, validated transactions and produced new blocks.

In September 2022, Ethereum completed a long-planned switch called The Merge, moving from proof of work to proof of stake.

The reasons were practical. Proof of work requires significant and ongoing energy expenditure. The hardware costs are large, the electricity costs are large, and the economic incentive for miners is to keep growing both in order to stay competitive. Proof of stake replaces that energy expenditure with capital commitment. Validators lock up ETH. The threat of losing that ETH is what makes dishonest behavior economically irrational.

The switch reduced Ethereum’s energy use by roughly 99%, which addressed one of the most persistent criticisms of the network and made Ethereum more compatible with institutional and regulatory environments that pay attention to sustainability.

Understanding the basics of what Ethereum is and why its programmable design matters provides useful context before going deeper into staking. What Is Ethereum? covers that foundation.

What validators do

Validators are the participants who keep Ethereum running under proof of stake. They perform two core functions: proposing blocks and attesting to them.

Proposing blocks. At each slot — Ethereum’s smallest time unit — one validator is selected pseudo-randomly to propose the next block of transactions. That validator assembles a set of pending transactions, produces the block, and broadcasts it to the network.

Attesting to blocks. For every proposed block, a large group of other validators votes to confirm that the block is valid. These votes are called attestations. Each attestation contributes to the network reaching finality — the point at which a block is considered confirmed and irreversible.

Every active validator participates in attestation continuously, whether or not they are selected to propose a block in any given slot. The network organizes validators into committees to make this process manageable at scale.

To run a solo validator directly, a participant must deposit exactly 32 ETH into Ethereum’s deposit contract. The deposit cannot be in a partial amount — it is 32 ETH per validator. Once deposited, the ETH is locked and actively exposed to both rewards and penalties until the validator exits. Validators can exit and withdraw through a structured queue, which is now enabled following Ethereum’s Shanghai upgrade in April 2023.

Running a solo validator also requires maintaining dedicated hardware — a consistently online server running Ethereum consensus and execution clients — and the technical knowledge to keep it operating correctly. Downtime carries minor penalties; serious misbehavior carries much larger ones.

How staking rewards work

Validators earn ETH rewards for participating correctly in the consensus process.

Rewards come from two sources. The first is protocol issuance: the Ethereum network creates new ETH and distributes it to validators who perform their duties. The second source is transaction priority fees, which users add to transactions to be processed quickly; those fees go to the validator that includes them in a block. Under certain conditions validators can also capture additional value from transaction ordering, though this is a more complex topic.

The base reward rate is not fixed. It adjusts based on how much ETH is staked across the entire network. The more ETH is staked, the lower the reward rate per validator. This is intentional: the protocol calibrates issuance to avoid over-rewarding participation when the validator set is already large.

This means there is no single “current staking yield” that applies to all participants under all conditions. Actual returns depend on total network participation, uptime, transaction fee levels, and whether the validator is solo-run or accessed through an intermediary that takes a service fee.

It is important not to treat staking rewards as guaranteed income. Participation in staking involves ongoing obligations, and rewards can fall if network conditions change.

Slashing and validator risk

Slashing is the penalty Ethereum imposes on validators for a specific category of serious misbehavior: deliberately signing conflicting information to try to manipulate the chain.

The two behaviors that trigger slashing are equivocation — proposing two different blocks for the same slot — and surround voting — signing attestations that contradict each other in a way designed to fork the chain. Both are forms of active dishonesty rather than passive negligence.

When a validator is slashed, a portion of their staked ETH is permanently destroyed (not redistributed — burned), the validator is immediately expelled from the active set, and a further penalty is applied based on how many other validators were slashed around the same time. A large coordinated attack would result in larger losses per validator than an isolated accidental incident.

Validators also face smaller, non-slashing penalties for being offline. If a validator is not participating in attestation, it gradually loses small amounts of ETH through what the protocol calls inactivity penalties. These are minor in normal operation but can become significant if a validator is offline for extended periods during moments of network stress.

For most participants accessing staking through pooled or liquid staking providers, slashing risk is borne by the provider’s validators. The question for those users is whether the provider has strong operational practices that reduce the likelihood of a slashing incident.

Ways to stake ETH

There is no single method of staking. The main options sit on a spectrum from maximum control to maximum convenience, each with a different risk and technical profile.

Solo staking means running your own Ethereum validator node directly. You control 32 ETH in the deposit contract, you run the software, and you earn the full reward without sharing it with an intermediary. The trade-offs are meaningful: the hardware and software setup is technically demanding, you are solely responsible for uptime and security, and any mistake that results in slashing affects only your own stake. For participants with the technical capacity, this is the most self-sovereign option.

Pooled staking allows multiple users to combine ETH to reach the 32 ETH threshold, or to participate with smaller amounts than 32 ETH by joining a staking pool. Services such as Rocket Pool operate in this model. The pool runs validators using the combined deposits, and rewards are shared proportionally among participants. This lowers the financial and technical barrier significantly, but it introduces reliance on the pool operator’s infrastructure and governance.

Liquid staking is a variant of pooled staking that issues users a token representing their staked position. Depositing ETH into a liquid staking protocol returns a liquid staking token — such as stETH from Lido — that can be held, transferred, or used in other applications while the underlying ETH remains staked. The practical appeal is that the user retains flexibility rather than having capital locked with no representation. The added risk is that liquid staking tokens introduce smart contract risk from the protocol itself, and the token’s market value can temporarily diverge from the underlying staked ETH value.

Exchange staking is the most accessible option for many users. A number of centralized exchanges allow account holders to stake ETH through the exchange’s interface, with the exchange managing validators on the user’s behalf. The barrier to entry is low and the user experience is simple, but the user does not hold the ETH directly — it remains in the custody of the exchange. This adds counterparty risk on top of protocol risk.

Each approach involves a different combination of technical requirement, yield, custody arrangement, and risk exposure. None is universally the right choice.

Staking and restaking

Restaking is a related but distinct concept that has grown significantly since Ethereum’s staking model matured.

In simple terms, restaking takes already-staked ETH or liquid staking tokens and commits them to help secure additional protocols or services — earning extra rewards in exchange for taking on additional slashing and protocol exposure.

The connection to basic staking is direct. You cannot participate in restaking without first understanding the mechanics of base staking, because the risks of restaking layer on top of the staking risks that already exist. Understanding what slashing means, what liquid staking tokens represent, and what “staked ETH exposure” actually involves makes the restaking discussion much clearer.

Restaking Explained covers the mechanics, the risks, and why restaking is more complex than the typical yield-stacking pitch suggests.

Why staking matters for Ethereum’s security

Staking is not just a yield mechanism. It is how Ethereum maintains its security.

The total amount of ETH staked across all validators represents the economic cost of attacking the network. To control block production in a way that would let an attacker manipulate transactions, a party would need to control a large fraction of the validator set — which would require acquiring and staking an enormous amount of ETH. That acquisition itself would be expensive and noticeable.

This design ties Ethereum’s security directly to its own token’s economic value. A more valuable network has more ETH staked, a higher attack cost, and stronger security. A declining network has the reverse dynamic.

The validator set’s size and distribution also matter. Staking concentrated among a small number of large providers reduces the diversity of the validator set, which is a structural consideration for the network’s long-term resilience. This is one of the reasons the Ethereum community pays attention to the market share of large liquid staking protocols.

Staking and institutional interest

Staking has become relevant to institutional Ethereum coverage in two main ways.

First, ETH ETFs. Several major asset managers have filed for or been approved to offer spot Ethereum ETFs. Some of those filings include provisions for the ETF to stake its ETH holdings — passing the staking rewards through to investors. Whether and how staked ETH ETFs get approved, and how they would handle slashing or liquidity events, has become a recurring regulatory and product design question.

Second, the “Ethereum as carry” framing. Analysts and institutions have begun discussing ETH staking yields in terms analogous to bond carry trades: borrow or hold a yield-bearing asset, earn the spread. This framing is imprecise in important ways — staking yields are variable, slashing is a real risk, and ETH price volatility dwarfs the yield in any short-to-medium time horizon — but it has become a recurring lens in institutional Ethereum coverage.

Understanding what the base staking mechanics actually are makes both of these institutional narratives easier to evaluate critically.

Key risks beginners should understand

Staking carries a set of risks that are worth understanding before reacting to staking-related news.

Lock-up and illiquidity. Staked ETH is not immediately accessible. Withdrawals from solo staking require an exit process that can take time depending on the validator exit queue. Liquid staking tokens can be traded on secondary markets, but their liquidity can tighten in stressed conditions.

Slashing. While rare in practice, slashing can permanently destroy a portion of staked ETH. For participants using third-party staking services, the quality of the provider’s validator operations is a relevant consideration.

Smart contract risk. Liquid staking protocols are software systems with their own code, governance, and dependency chains. A bug or exploit in a liquid staking protocol can affect the value of the staking token independently of Ethereum’s own performance.

Protocol and upgrade risk. Ethereum’s staking mechanics have changed before and may change again through future upgrades. Reward structures, withdrawal mechanisms, and validator requirements can all be modified through the network’s governance process.

Price risk. Staking rewards are denominated in ETH. If ETH’s price falls significantly, the value of those rewards falls alongside it. The rewards do not provide a hedge against the underlying asset’s price movements.

Concentration risk. The liquid staking market is relatively concentrated. A significant portion of staked ETH flows through a small number of protocols, which creates systemic dependency on those providers operating correctly.

What to take away

Ethereum staking is a protocol-level security mechanism that happens to produce rewards. Understanding how it works — what validators do, how rewards are set, what slashing penalizes, and what the trade-offs between different staking approaches are — matters both for following Ethereum news and for evaluating products that incorporate staking exposure.

The range of ways to participate in staking, from solo validation to exchange staking, reflects a genuine spectrum of control, risk, and accessibility. None removes all of the underlying risks; each one redistributes them differently.

For readers building deeper Ethereum knowledge, a useful next step is Restaking Explained, which covers how staked ETH and liquid staking tokens are reused to earn additional yield across other protocols — and why that additional yield comes with additional complexity.

For the full picture on what makes Ethereum different from other blockchain networks, What Is Ethereum? provides the foundational context. For readers who are newer to crypto markets overall, Crypto for Beginners is a broader starting point before going deeper on any single topic.

Latest on This Topic

Where this shows up in current coverage

Fresh reporting and market reads that line up with Macro.

How to read this page

Use this page as a practical explainer. When market conditions change, pair it with newer news and market context pages for current context.

Editorial transparency

This content is published by Crypto Metric Analytics and reviewed for clarity, context, and factual consistency. For corrections, visit our contact page, and see our editorial policy and methodology.

About this content

Author
Crypto Metric Analytics Editorial Team
Reviewed by
Crypto Metric Analytics Research Desk
Last reviewed