MrDeFi
Ethereum2026-04-023 min read

Proof of Stake on Ethereum: What Changed From Mining

Proof of stake on Ethereum explained: how validator economics, block production, and security differ from the old mining model.

Proof of stake on Ethereum replaced computational mining with a system where validators lock up ETH as collateral and are randomly selected to propose and attest to blocks, earning rewards for honest participation and facing penalties for provable misbehavior. This piece focuses specifically on how that transition changed Ethereum's mechanics and validator economics, rather than covering proof of work vs. proof of stake generically.

Block Production: Then and Now

Under mining, block production was a competition. Miners raced to find a valid solution to a computational puzzle, and whoever found it first got to propose the next block, collecting a block reward plus transaction fees. This process consumed real-world electricity and specialized hardware proportional to the network's total mining power.

Under Ethereum's proof-of-stake system, block production works differently: for each slot (every 12 seconds), the protocol pseudo-randomly selects one active validator to propose the block. Other validators are simultaneously assigned to attest — vote on what they believe is the correct head of the chain. There's no computational race; selection is essentially a weighted lottery based on stake, and validators know their assignments in advance rather than competing in real time.

Validator Economics

Validator rewards on Ethereum come from a few distinct sources:

  • Base rewards for correctly and promptly attesting to the chain, paid regardless of whether a validator is chosen to propose a block in a given period.
  • Proposer rewards for successfully proposing a block, which include priority fees users pay to have transactions included, plus any additional value captured through MEV.
  • Sync committee rewards, a smaller, periodic duty a subset of validators are randomly assigned to support light client verification.

Base reward rates scale inversely with the square root of the total amount of ETH staked network-wide — as more ETH gets staked, each individual validator's percentage yield tends to decrease, since the same overall issuance is spread across a larger validator set.

The Cost of Participation Changed Entirely

Mining required continuous spending: electricity, hardware maintenance, and cooling, all as an ongoing operational cost regardless of whether you won any given block race. Staking requires an upfront capital lockup (32 ETH for a solo validator) rather than an ongoing burn rate, with the main "cost" being the opportunity cost of that capital being illiquid plus modest server/electricity costs to keep a node running reliably. Our full walkthrough of how Ethereum staking works covers the lifecycle from deposit to withdrawal in detail.

Security Model: Slashing Replaces Wasted Electricity

Proof of work's security rested on the fact that attacking the network required out-competing the honest majority's computational power — an attacker who failed simply wasted electricity, but faced no direct additional penalty. Proof of stake introduces slashing: a validator caught provably misbehaving (like signing two conflicting blocks) loses a portion of its staked ETH and is forcibly ejected from the validator set. This makes attacks not just difficult, but directly and automatically costly to the attacker's own capital. See our dedicated piece on slashing for the specific conditions that trigger it.

Mining Era vs. Staking Era on Ethereum

Aspect Mining Era (Pre-Merge) Staking Era (Post-Merge)
Block producer selection Computational race Pseudo-random validator selection
Ongoing cost Continuous electricity spend Mostly upfront capital lockup
Entry requirement Mining hardware + electricity 32 ETH deposit (or pooled alternative)
Penalty for attacks None beyond wasted electricity Slashing of staked ETH
Reward sources Block reward + fees Attestation + proposal rewards + fees/MEV
Withdrawal of stake N/A Voluntary exit + withdrawal queue

What This Means for Decentralization

Mining tended to concentrate around cheap electricity and specialized hardware supply chains, which pushed the industry toward large, capital-intensive operations. Staking shifts the barrier toward capital (32 ETH) rather than industrial infrastructure, which changes — but doesn't eliminate — centralization pressure. Concerns have shifted toward concentration among large staking pools and client software diversity rather than mining farm geography.

Bottom Line

Ethereum's move to proof of stake replaced a computational block-production race with a stake-weighted lottery, replaced continuous electricity spending with upfront capital lockup, and replaced "no direct penalty for failed attacks" with automatic slashing for provable misbehavior. The underlying goal — network security — stayed the same, but the economic and technical mechanics changed substantially. For a comparison against pooled alternatives to solo validating, see solo staking vs. pooled staking.

Related articles

This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.