What Is the Pectra Upgrade? Ethereum's Big 2025 Hard Fork Explained

Ethereum · 2026-05-29 · 比特三棱镜编辑部
Ask AI

On 7 May 2025 Ethereum mainnet activated the Pectra upgrade — the first major hard fork since Dencun in March 2024, fourteen months earlier. What did that wait deliver? Three numbers tell most of the story: blob target raised from 3 to 6, validator stake cap raised from 32 ETH to 2048 ETH, and ordinary EOA wallets temporarily gain smart-contract powers.

Pectra = Prague + Electra: an execution / consensus naming merger

Since The Merge, every Ethereum hard fork touches both the execution layer and the consensus layer, each with its own name track:

  • Execution layer (EL): named from Frontier and Homestead onward, this stop is Prague.
  • Consensus layer (CL): rotating Greek letters since Phase 0, this round is Electra.

Stitch them together and you get Pe-ctra. Dencun followed the same convention (Cancun + Deneb). It is purely a community label with no technical meaning of its own.

Pectra upgrade three core EIPs overview diagram

Core EIP 1: EIP-7691 — blobs scale to target 6 / max 9

This is the one ordinary users feel the most. Dencun’s EIP-4844 blobs shipped with “target 3 / max 6 per block.” Inscription manias and airdrop waves in 2024 maxed it out repeatedly, blob_base_fee spiked, and L2 fees climbed back into tens of cents.

EIP-7691 doubles the parameters:

  • Target blobs: 3 → 6
  • Max blobs: 6 → 9
  • Data bandwidth per block: ~768 KB → ~1152 KB

The effect showed up within two weeks of activation: per-transaction fees on Base, Arbitrum and Optimism fell again to a cent or two, restoring the “daily-cheap” feel for L2 users. This is the most direct benefit Pectra delivers to the Layer 2 majors.

Core EIP 2: EIP-7251 — validator stake cap 32 → 2048 ETH

Under the old rules each validator was locked to 32 ETH. A custodian holding 320,000 ETH had to run 10,000 validators, an operational nightmare, and the consensus layer had to aggregate the signatures of all of them.

EIP-7251 (a.k.a. MaxEB) lets a validator hold up to 2048 ETH. Three layers of impact:

  • Node ops become more economical: 10,000 validators can consolidate into a few hundred, relieving home stakers and staking services alike.
  • Compounding stays in-protocol: rewards beyond 32 ETH used to require manual withdrawal and re-staking; now they automatically count as effective balance.
  • Consensus signing load drops: fewer signatures to aggregate per epoch, lowering bandwidth and CPU pressure over the long run.

But the 32 ETH floor stays put, so the bar for solo staking is unchanged. Small-scale stakers see little change; the real winners are large staking pools, liquid staking protocols and institutional custodians. The companion Restaking and EigenLayer ecosystem will also retune their economics — a single oversized validator translates into a bigger restake unit, so AVS operators can serve more ETH with fewer connections.

Core EIP 3: EIP-7702 — EOAs become smart contracts, temporarily

This one tends to get overlooked, but long term it may be the most consequential change in Pectra.

The familiar ERC-4337 account abstraction route requires a separate smart contract wallet and a special UserOperation flow. It runs in parallel with the EOA world (MetaMask et al.) and migration is expensive.

EIP-7702 takes another path: let an existing EOA “wear” a contract for a single transaction.

  • The user signs a special authorization with their EOA key, mounting a target contract’s code onto their address.
  • For that transaction, the EOA inherits the contract’s full capabilities: batching, gas sponsorship, custom verification, social recovery, you name it.
  • Afterwards the EOA is still an EOA, ready to authorize again next time.

This opens a side door from the existing hundreds of millions of EOAs into account abstraction — no address change, no asset migration, the wallet app layer can upgrade UX gradually. Paired with cheap blob fees on L2, “scan to use” on-chain interactions are finally engineering-feasible.

Other EIPs worth knowing

Pectra ships more than a dozen EIPs. Beyond the three headliners, a few are worth mentioning:

  • EIP-2537: a BLS12-381 precompile, lowering gas for ZK and cross-chain verification.
  • EIP-7549: move committee index, lowering CL bandwidth.
  • EIP-6110: validator deposits go straight through the EL, removing the beacon chain’s “deposit contract watcher.”
  • EIP-7002: Triggerable Withdrawals from the execution layer, so institutions and staking services can finally exit without trusting the operator.

What it means for validators

Pectra does not lower the 32 ETH bar for solo validators, but it does give new options:

  • Keep 32 ETH and continue as before.
  • Or “upsize” years of accumulated rewards into effective balance instead of idle funds.
  • Client software must be upgraded (Prysm, Lighthouse, Teku, Geth, Nethermind, Besu have all shipped Pectra-ready releases), otherwise nodes get ejected from consensus.

For staking services, EIP-7002’s triggerable withdrawals is the most important compliance improvement — clients can now force-exit by key on-chain, breaking the honest-operator assumption.

What it means for L2s

Pectra’s L2 dividend is concentrated in blob scaling, with one easily missed corollary: blob scaling reopens fee competition between L2s.

  • For the same transaction, whichever rollup compresses calldata harder squeezes more throughput out of the same blob.
  • ZK rollups don’t need to publish full transaction data (state diff + proof is enough), so their compression ceiling is higher.
  • Optimistic rollups continue to benefit from OP Stack’s shared data layer, with multiple chains sharing blob auction slots.

This means L2s post-Pectra enter a new round of performance tuning + data compression arms race — and users come out ahead.

Upgrades are incremental, blobs are the main thread

Pick Pectra apart and every EIP is an incremental improvement — none reshape Ethereum’s narrative like The Merge did. But all the changes share a hidden through-line: keep shaping Ethereum into a data-availability layer for rollups.

Blob scaling is the visible move on this thread, validator economics and EOA upgrades are the supporting plumbing, keeping the “rollup-centric roadmap” sustainable across nodes, wallets and apps. The next stop is Fusaka with PeerDAS and even more aggressive blob bumps — but that is another story. Ordinary holders don’t need to track every detail; the heuristic is simple: as long as mainnet keeps yielding more cheap data bandwidth to L2s, the on-chain economy is still on the rails. Pectra pushed that logic one more step forward.