Everstake Home
Products Solutions Security Resources Developers Company
Home
BLOG
Pectra Upgrade: What Changed in Ethereum After Its Biggest Update Since the Merge
Blobs, Validators & the Road Ahead

ethereum

Pectra Upgrade: What Changed in Ethereum After Its Biggest Update Since the Merge

Discover how the Pectra upgrade redefined staking, slashed blob costs, and made Ethereum faster, lighter, and ready for what’s next.

JUL 09, 2025

Table of Contents

What Is the Pectra Upgrade and Why Was It Needed?

Breakdown of All EIPs Included in Pectra

The Blob Market After Pectra

What’s Going On with Validators?

What Institutional Players Gained

What’s Coming with Fusaka

Bottom Line

Share with your network

In May 2025, the Ethereum network underwent one of the most significant upgrades in its history, the Pectra Upgrade. This update redefined staking rules, made validator operations more flexible, expanded scalability by increasing blob throughput, and laid the groundwork for future protocol transformations.

In this article, we’ll break down what exactly was included in the Pectra upgrade, which Ethereum Improvement Proposals (EIPs) were implemented, and how it impacted validators, rollup projects, institutional participants, and the decentralization of the network. We’ll also look at the economic outcomes, including lower blob costs, new rollup revenue dynamics, and staking trends.

What Is the Pectra Upgrade and Why Was It Needed?

Pectra is a comprehensive upgrade to the Ethereum network that includes 11 Ethereum Improvement Proposals (EIPs). It marks the most significant update since Ethereum transitioned to Proof-of-Stake (the Merge) in 2022.

The main goal of Pectra is to enhance the network’s efficiency, scalability, and usability. Together, these upgrades address several key challenges:

Staking Optimization

Before Pectra, validators could only effectively stake 32 ETH, regardless of how much they held. This forced large stakers to run dozens or even hundreds of separate validator nodes, complicating infrastructure. Pectra allows larger amounts to be delegated to a single validator, reducing technical overhead.

Faster Processes

Previously, new validators had to wait up to 12 hours to be activated, and exiting staking was slow and cumbersome. Pectra significantly reduces these delays, activation now takes around 13 minutes, and exits are more predictable and programmable.

Scalability Through Blobs

Ethereum could previously handle only up to 6 blobs per block, which limited the growth of rollup projects. Pectra raises these limits, making blobs cheaper and more accessible for Layer 2 solutions.

Preparation for the Future

The upgrade lays the foundation for major upcoming innovations like Verkle Trees, full danksharding, and inclusion lists technologies that will further scale and decentralize Ethereum.

In short, Pectra removes existing technical bottlenecks and propels Ethereum toward its next evolution as a high-performance global network.

How Is Pectra Different from Previous Upgrades?

  • Merge (2022) was a historic milestone that transitioned Ethereum to Proof-of-Stake.
  • Dencun (2024) introduced blobs for the first time (via EIP-4844), marking an important step toward danksharding.
  • Pectra (2025) continues building on both fronts: it optimizes validator operations and pushes further toward scaling with expanded blob capabilities.

In essence, Pectra is a bridge between today’s Ethereum and its long-term vision.

Breakdown of All EIPs Included in Pectra

Pectra brought many changes from improved staking to network scaling. But all of this became possible thanks to 11 specific EIPs. Let’s go through what each of them means and why it matters.

  1. EIP-7702 – turning a regular wallet into a smart one

Previously, your wallet could only sign transactions. Now it can behave like a smart contract, but only during a single transaction. This opens up new possibilities: for example, paying gas not only in ETH, using session keys, or delegating rights to another person. All this without switching to complex smart wallets.

  1. EIP-7691 – more space for rollups

Ethereum adds more “space” for blob data, the kind used by rollup solutions like Optimism or Arbitrum. This means more transactions for less money. Simply put, more efficient scaling and cheaper fees.

  1. EIP-7251 – you can stake more than 32 ETH

Previously, one validator could hold only 32 ETH on effective balance. Now up to 2048 ETH. This allows for fewer but more powerful validators and reduces network load. It also enables auto-compounding of rewards without creating new validators.

  1. EIP-7623 – storing data in a transaction becomes more expensive

Ethereum is making storing regular data (calldata) more expensive. This encourages developers to use blobs, which are more efficient and cheaper. As a result, the network becomes more stable, and there’s enough block space for everyone.

  1. EIP-7002 – staking withdrawal directly from a smart contract

Now you can withdraw ETH after staking without intermediaries. For example, if you staked through a decentralized pool, the contract can automatically return your funds without manual interaction. This is safer and more convenient.

  1. EIP-7685 – direct connection between Ethereum layers

This EIP allows smart contracts to interact directly with the consensus layer. In other words: you can now write logic that takes block validation into account. This opens up a lot of new use cases for applications.

  1. EIP-2537 – faster cryptography

Adds a special function for fast verification of BLS digital signatures. It’s used in validators, zk-proofs, and private transactions. Less gas, faster performance, more privacy.

  1. EIP-2935 – more block history in the network

Ethereum now remembers 8192 previous blocks directly in the network state. This allows rollups and cross-chain protocols to access historical data without relying on external sources.

  1. EIP-6110 – faster staking

Previously, when you sent ETH to staking, your deposit was recorded separately. Now, directly in the blocks. Shifts deposit processing logic to the Execution Layer, significantly reducing validator activation time from ~12 hours to ~13 minutes.

  1. EIP-7549 – smarter validator message signing

Ethereum optimizes how validators sign messages. This reduces the size of the data they send and allows light clients to work more efficiently. It also improves zk-proofs.

  1. EIP-7840 – blob settings in configuration

Blobs can now be configured flexibly directly in system parameters. This simplifies future scaling and allows for better forecasting of resource needs.

Side-by-Side Comparison of Pectra Upgrade EIPs

Here is a comparison table of all EIPs in the Pectra upgrade:

EIPTitleWhat It ChangesImpactKey Feature
EIP-7702Set Code for EOAsEOAs can act like smart contractsBetter UX, flexible transactionsTemporary custom validation logic
EIP-7691Blob throughput increase Expands blob data availabilityCheaper scaling for L2sMore efficient rollup transactions
EIP-7251Increase the MAX_EFFECTIVE_BALANCERaises validator cap to 2048 ETHStreamlined stakingAuto-compounding without extra validators
EIP-7623Calldata Cost IncreaseMakes calldata more expensiveEncourages blob usageFrees up block space
EIP-7002Execution layer triggerable withdrawals Enables contract-level ETH withdrawalsBetter UX and automationNo manual interaction needed
EIP-7685General purpose execution layer requestsConnects smart contracts to consensusNew logic for dAppsEnables block-aware contract behavior
EIP-2537BLS PrecompileAdds fast BLS signature verificationFaster cryptographyEfficient zk, validator, and privacy operations
EIP-2935Historical Block HashesStores recent block hashes on-chainData access for rollupsEasier historical queries
EIP-6110EL DepositsShifts deposit handling to Execution LayerFaster validator onboardingFrom 12 hours to ~13 minutes
EIP-7549Optimized Validator SignaturesReduces validator message sizeLighter clients, better zkEfficient proof generation
EIP-7840Blob ParameterizationMakes blob configuration flexibleBetter scaling planningDynamic blob handling

These EIPs are not just “new features”. They change the very logic of how Ethereum works: making it faster, more scalable, and more convenient for users and developers. And most importantly, they prepare the network for a new era focused on the rollup ecosystem and Account Abstraction.

The Blob Market After Pectra

Blobs are separate “containers” for storing data that do not enter Ethereum’s main state but remain accessible for use. Their main purpose is to provide a cheap and scalable space for publishing large amounts of data, primarily for Layer 2 solutions like zk-rollups and optimistic rollups.

Blobs were first introduced to Ethereum in March 2024 with the Dencun upgrade (via EIP-4844), marking an early step toward full danksharding. Thanks to blobs, rollup projects can now publish data to Ethereum far more cheaply than using standard L1 transactions.

As part of Pectra (via EIP-7691), the limits on blobs per block were increased, from a target of 3 and a maximum of 6, to a target of 6 and a maximum of 9 blobs. This significantly expanded Ethereum’s data capacity for rollups and reduced pressure on the main layer of the network.

Blob Economics After the Upgrade

Pectra had a noticeable impact on the blob market, both in usage and pricing:

  • Blob usage increased by 21%: from ~21,200 blobs/day before the upgrade to ~25,600 after. This reflects higher demand from rollups.
Source: Galaxy Research
  • Blob pricing dropped to near-zero: the average blob now costs around $0.00000000035 (1 wei), and daily blob expenses for a typical rollup are about $0.00001 ( practically free).
  • ETH burn decreased: due to cheaper blob fees, daily ETH burn fell from 11.22 ETH to 3.26 ETH is a 71% drop.
Source: Galaxy Research
  • Rollup profitability surged: with lower data costs, most L2s now operate with 95–99% margins. Top performers include Base and Linea.
Source: Galaxy Research

In short, blobs became a near-free, ultra-efficient data channel, fueling even faster rollup ecosystem growth.

Technical Impacts

  • Increased node load: the amount of blob data stored by consensus nodes rose from ~40–44 GB to ~60 GB, and could reach 95–100 GB with full usage.
  • Improved blob efficiency: average blob fill rate increased from 82% to 86%, indicating more efficient use of each blob’s 128 KB capacity

What Are Potential Risks?

  • Extremely low blob costs may enable spam attacks targeting node storage.
  • New approaches to blob archiving and data pruning will be needed to prevent excessive node strain.

What’s Going On with Validators?

Since the Pectra upgrade, the validator landscape has shifted significantly. While EIP-7002 initially made it easier for validators to exit, leading to a temporary drop of over 16,000, but the trend has since reversed. At the moment of writing, the number of active validators has now surpassed pre-Pectra levels, and the total amount of staked ETH has also increased.

Validator balances are becoming more concentrated. The average stake per validator has grown from around 32 ETH to approximately 32.6 ETH, and this trend is expected to continue. The network is evolving toward a more optimized and scalable structure, even as participation grows.

Source: Coinmetrics (May, 2025)

While this trend may raise concerns about centralization, it does offer some practical benefits:

  • Improved capital efficiency for stakers.
  • Lower networking overhead: fewer validators means less peer-to-peer traffic and reduced load on the consensus layer.

Internal research by Everstake’s Data Science team supports this shift. The study compared two validator groups with equal total stake: one with stable 64+ ETH validators, the other with randomly selected 32 ETH validators. The findings confirm that higher validator balances do not negatively affect execution layer rewards.

Everstake internal research data

Ethereum’s validator set is entering a new phase: fewer, more efficient operators running higher balances. It’s a natural outcome of protocol improvements, one that will likely shape the next chapter of Ethereum staking.

What Institutional Players Gained

The Pectra upgrade significantly improved the environment for institutional participants, including custodial services, large stakers, and professional validators.

  • Fewer Validators, Less DevOps Overhead: Thanks to EIP-7251, institutions can now consolidate up to 2,048 ETH per validator instead of running dozens or hundreds of separate 32 ETH nodes. This reduces infrastructure and operational complexity.
  • Faster Entry and Exit from Staking: EIP-6110 and EIP-7002 reduced validator activation times and streamlined the exit process. Institutions can now scale their staking operations quickly or adjust their activity in response to market conditions.
  • Lower Slash Penalties for Large Validators: The new slashing framework significantly reduces penalties for high-balance validators, for example, a 2,048 ETH validator now faces a much smaller slashing penalty compared to the previous 32 ETH setup.
  • Improved Risk and Compliance Control: The ability to submit deposit and exit transactions via the Execution Layer paves the way for automated staking strategies and better alignment with legal and compliance frameworks.

These improvements make Ethereum a more accessible, manageable, and predictable ecosystem for institutional staking.

For a broader perspective on how the Ethereum community views Pectra and the network’s evolution, we recommend to read Conversation with Ethereum Foundation ecosystem experts, conducted by the Everstake team.

What’s Coming with Fusaka

Pectra is a major leap but Ethereum’s scaling story doesn’t end there. Fusaka is Ethereum’s next scheduled upgrade, expected in late 2025. It builds on the foundation laid by Dencun and Pectra, further preparing the network for full danksharding and broader scalability. 

One of the main step toward full danksharding and rollup scalability is the introduction of PeerDAS (Peer Data Availability Sampling). This mechanism will allow validators to sample small parts of blob data instead of downloading entire datasets, which will make data handling more efficient and open the door for larger blob limits in the future.

The Fusaka upgrade is currently being tested on Devnet-2, launched in June 2025. Depending on the results, additional features such as Verkle trees may be considered in future testnets. These trees could eventually enable stateless clients and reduce the storage requirements for node operators. While some proposals, like the EVM Object Format (EOF), were removed from Fusaka due to complexity.

Bottom Line

Pectra updated key technical elements of Ethereum, making the network more flexible, faster, and better prepared for future developments. Changes in staking now allow larger amounts to be consolidated under a single validator, simplifying infrastructure. Rollup solutions benefit from increased data space and lower costs, boosting their growth.

The number of validators is growing and overall efficiency is rising. Research, including that from Everstake, confirms that increasing validator balances does not reduce their profitability. This enables network optimization without losses for users.

Pectra is not a final destination and part of a larger journey. Ethereum is gradually moving toward more scalable solutions, especially with the upcoming Fusaka upgrade.

***

Everstake is a software platform that provides infrastructure tools and resources for users but does not offer investment advice or investment opportunities, manage funds, facilitate collective investment schemes, provide financial services, or take custody of, or otherwise hold or manage, customer assets. Everstake does not conduct any independent diligence on or substantive review of any blockchain asset, digital currency, cryptocurrency, or associated funds. Everstake’s provision of technology services allowing a user to stake digital assets is not an endorsement or a recommendation of any digital assets by it. Users are fully and solely responsible for evaluating whether to stake digital assets.

Share with your network

Everstake

Content Manager

Everstake is the leading non-custodial staking provider, delivering audited, globally distributed infrastructure aligned with SOC 2 Type II, ISO 27001, and NIST CSF 2.0 for institutional and retail clients.

Related Articles

DES – 312

ethereum

Leading by Example: The Ethereum Foundation Commits 70,000 ETH to Treasury Staking

The Treasury Staking Initiative enhances Ethereum’s economic security while serving as a masterclass in validator decentralization through the use of minority clients and distributed signing tools. This proactive move demonstrates that institutional-scale staking can be both non-custodial and transparent.

MAR 03, 2026

ERC-8004 Explained

ethereum

ERC-8004 Explained: Building a Unified Framework for Data Verification

ERC-8004, titled “Trustless Agents,” brings something the Ethereum ecosystem has lacked: a standard way to discover, evaluate, and trust AI agents operating across organizational boundaries.  We will review the structural elements of this new standard and its implications for staking validators.

FEB 25, 2026

50% of ETH passed through PoS contract

ethereum

Ethereum’s Historic Staking Milestone: Over 50% of Supply Passes Through PoS Contract

Ethereum just crossed a meaningful threshold, as more than half of ETH ever issued has passed through Ethereum’s Proof-of-Stake (PoS) deposit contract. As of February 2026, the PoS contract holds approximately 80.95 million ETH, representing 50.18% of the historical issuance before accounting for token burns via mechanisms like EIP-1559. This milestone, highlighted by on-chain analytics...

FEB 20, 2026

Disclaimer

Everstake, Inc. or any of its affiliates is a software platform that provides infrastructure tools and resources for users but does not offer investment advice or investment opportunities, manage funds, facilitate collective investment schemes, provide financial services or take custody of, or otherwise hold or manage, customer assets. Everstake, Inc. or any of its affiliates does not conduct any independent diligence on or substantive review of any blockchain asset, digital currency, cryptocurrency or associated funds. Everstake, Inc. or any of its affiliates’s provision of technology services allowing a user to stake digital assets is not an endorsement or a recommendation of any digital assets by it. Users are fully and solely responsible for evaluating whether to stake digital assets.

Sign Up for
Our Newsletter

By submitting this form, you are acknowledging that you have read and agree to our Privacy Notice, which details how we collect and use your information.

PRODUCTS

Institutional StakingYield InfrastructureVaaSSWQOSShredStream

Everstake Validation Services LLC

Hermes Corporate Services Ltd., Fifth Floor, Zephyr House

122 Mary Street, George Town, P.O. Box 31493

Grand Cayman KY1-1206, Cayman Islands

Privacy NoticeTerms of UseCookie Policy

Everstake is a software platform that provides infrastructure tools and resources for users but does not offer investment advice or investment opportunities, manage funds, facilitate collective investment schemes, provide financial services or take custody of, or otherwise hold or manage, customer assets. Everstake does not conduct any independent diligence on or substantive review of any blockchain asset, digital currency, cryptocurrency or associated funds. Everstake’s provision of technology services allowing a user to stake digital assets is not an endorsement or a recommendation of any digital assets by it. Users are fully and solely responsible for evaluating whether to stake digital assets. All metrics displayed on the website, including without limitations value of staked assets, total number of active users, rewards rates, and networks supported, are historical figures and may not represent the actual real-time data.

Copyright © 2026 Everstake