The Pectra mainnet is confirmed to be activated on May 7. What updates are there?

Source: Denglian Community

The Pectra network upgrade is scheduled to be activated on the Ethereum main network on May 7, 2025, on epoch 364032 (UTC time 10:05:11)!

From EOA to Smart Account

EIP-7702Represents an important step towards broad account abstraction, enabling users to enhance their externally owned accounts using smart contract capabilities (EOA).

This hybrid approach combines the simplicity of EOA and the programmability of contract-based accounts.In practice, it enables the wallet to support:

  • Transaction batch processing, where multiple operations are executed atomically in a single transaction.No longer need to separate transactions for “approval” and “exchange”!

  • Gas Sponsored, allowing others to pay transaction fees.This is especially useful when you want to trade from an account without ETH.

  • Alternative authentication, which means many of the mobile phones todayHardware security module(HSM) can be usedBoldpasspasskeysand other technical authorization accounts.

  • Spend control, can limit the number of tokens a particular application can spend, or limit the daily outflow of the wallet, thereby improving security.

  • Recovery mechanism, provides users with different options to protect their assets without having to migrate to a new account.

To use EIP-7702, EOA signs an authorization pointing to a specific delegate address, the code it wants to execute.Once set up, the account will get the functionality of the new code (e.g. batch processing, sponsorship, authentication logic, etc.).Since choosing a delegate target would hand over a large amount of control, EIP-7702 enforces multiple security checks:

  • Chain-specific delegation: By default, delegates are only valid on specific chain IDs, preventing the use of the same authorization on different networks.

  • nonce bound delegate: Authorization can be bound to the current nonce of the account, and will automatically invalidate it once the nonce is increased.

  • Revocable: The owner of EOA can always create another EIP-7702 authorization to revoke or replace existing delegate codes, preventing permanent locking in the event of a problem.

Blob Scaling .oO

The last major change in Pectra is EIP-7691, which doubles Ethereum’s blob throughput!

Blob is inDencun UpgradeThe temporary data store introduced in L2 can use it to submit compressed transaction data and proofs to Ethereum L1.Since its launch, they have reduced L1 fees for L2 by 10-100 times, greatly reducing the cost of L2 user transactions.

The Ethereum main network currently supports 3 blobs per block and up to 6 blobs to adapt to high demand periods.With EIP-7691, these numbers will increase to an average of 6 and up to 9.

Unlike the CALLDATA where nodes store indefinitely, the blob is deleted from the network after 4096 epochs (about 18 days).This limits the amount of disk space they can use.The binding constraint of the blob is bandwidth, because the blob needs to gossip through Ethereum’s peer-to-peer network.To offset the bandwidth increase caused by EIP-7691, Pectra also introduced EIP-7623, which limits the worst-case size of blocks.

In order to continue to scale Ethereum’s data throughput without correspondingly increasing bandwidth requirements, we must transition from the world where each node stores each blob to a world where nodes store only a subset and sample the network to verify the remaining blob data.The good news is: work is already in progress for supporting this feature!Francesco of the Ethereum Foundation research team in hisDevcon KeynoteThis extension roadmap is outlined in.

Pectra Activation

The Pectra network upgrade will be activated on the Ethereum main network, starting at the beginning of epoch 364032, which happened at 10:05:11 UTC on May 7, 2025.

It was alreadyHoodi,Holesky and SepoliaTest online activation.

Consensus layer version

When running the validator, the consensus layer beacon node and the validator client must be updated.

FAQ

As an Ethereum mainnet user or $ETH holder, what do I need to do?

In short, it is not needed.

If you use an exchange, digital wallet, or hardware wallet, you don’t need to do anything unless you are informed by the exchange or wallet provider to take other steps.

If you want to watch the upgrade online, you can joinWatch the party online!

What do I need to do as a pledge?

For upgrade compatibility, update the node’s execution and consensus layer client to the version listed in the table above.Make sure your beacon node and validator client are updated.

Why “Pectra”?

The execution layer upgrade follows the Devcon city name, while the consensus layer upgrade uses the stellar name.“Pectra” is a combination of Prague and Electra, a blue and white superstar in the constellation of Taurus, the Devcon IV.

  • Related Posts

    Fusaka upgrade makes Ethereum cash flow oriented

    Author:Max Wadington, Fidelity Digital Asset Research Team Ethereum’s strategic adjustment FusakaThe upgrade marks a key moment in Ethereum’s evolution, introducing a roadmap guided by clear strategic priorities. This shift marks…

    Completing the 10-year coming of age ceremony, Vitalik discusses the value of Ethereum

    Author: Chloe, ChainCatcher On Monday, the Ethereum Devconnect Developer Conference was held in Buenos Aires, Argentina. During the speech, Vitalik Buterin raised the technical practice framework to discuss the value…

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    You Missed

    Fusaka upgrade makes Ethereum cash flow oriented

    • By jakiro
    • November 21, 2025
    • 7 views
    Fusaka upgrade makes Ethereum cash flow oriented

    Ray Dalio: The huge dangers of huge bubbles and wealth disparity

    • By jakiro
    • November 21, 2025
    • 5 views
    Ray Dalio: The huge dangers of huge bubbles and wealth disparity

    The DAT model is undergoing a huge market test

    • By jakiro
    • November 21, 2025
    • 7 views
    The DAT model is undergoing a huge market test

    Stablecoins are not “stable”

    • By jakiro
    • November 21, 2025
    • 5 views
    Stablecoins are not “stable”

    Pantera: Privacy renaissance, the next era of blockchain

    • By jakiro
    • November 21, 2025
    • 5 views
    Pantera: Privacy renaissance, the next era of blockchain

    Bitcoin continues to fall, spot ETFs become the main force, and treasury companies sell coins one after another

    • By jakiro
    • November 21, 2025
    • 6 views
    Bitcoin continues to fall, spot ETFs become the main force, and treasury companies sell coins one after another
    Home
    News
    School
    Search