Ethereum Pectra Upgrade

Pectra is the Ethereum network upgrade combining “Prague” (execution layer) and “Electra” (consensus layer) improvements into a single release, following the 2024 Dencun upgrade. Pectra launched May 7, 2025 on Ethereum mainnet and contains several critical improvements for user experience, validator operations, and Layer 2 scaling.


What Pectra Changes

EIP-7702 — EOA Smart Contract Delegation (Centerpiece)

EIP-7702 is the most user-impactful change in Pectra:

  • Allows Externally Owned Accounts (EOAs) — standard wallets like MetaMask — to temporarily behave as smart contract wallets for a transaction
  • Users can sponsor others’ gas, batch multiple actions in one transaction, set spending limits, and use paymasters — without migrating to a new wallet address
  • This brings smart account UX to standard Ethereum wallets without requiring users to switch accounts

Why this matters: Previously, account abstraction (ERC-4337) required creating a new smart contract wallet. EIP-7702 enables smart wallet features for the billions of existing EOA addresses, massively accelerating account abstraction adoption.

EIP-7251 — Raise Validator Max Balance to 2,048 ETH

Previously, Ethereum validators were capped at a 32 ETH effective balance. Pectra raises this:

  • Before: A staker with 100 ETH needed 3 validators — 3 separate 32 ETH validators + 4 ETH unused (inefficient)
  • After: A single validator can hold up to 2,048 ETH effective balance
  • Impact: Reduces Ethereum’s total validator count by ~4–10×, decreasing network overhead and making operations significantly more efficient for institutional stakers

EIP-7691 — Increase Blob Throughput

Building on Dencun’s EIP-4844:

  • Increases target blobs per block from 3 to 6
  • Increases maximum blobs per block from 6 to 9
  • Approximately doubles Layer 2 data bandwidth, further reducing L2 transaction costs

Other Pectra EIPs

EIP Summary
EIP-2935 Store historical block hashes on-chain
EIP-7685 General-purpose execution layer requests
EIP-6110 Supply validator deposits on-chain

Impact on the Ecosystem

Stakeholder Pectra Impact
DeFi users Smart wallet UX without wallet migration
Staking operators Massive efficiency gains from larger validator size
Layer 2s Cheaper data posting from more blobs
Wallet providers EIP-7702 integration enables richer UX

Sources

  • Ethereum Foundation Pectra blog posts
  • EIP-7702 specification: eips.ethereum.org
  • Tim Beiko EIP tracker