Reading Ethereum MEV burn metrics after the Pectra upgrade

The Pectra upgrade changed the fee market. EIP-7691 raised the blob target to 6 and the maximum to 9 per block. This increased capacity, as usage rose from 21,200 to 25,600 blobs per day. EIP-7623 forces developers toward blobs by making calldata more expensive. Rollups like Base and Optimism handle transactions for cents because blob pricing dropped to near zero. Rollup profitability surged because the upgrade increased blob throughput. Most L2s now operate with 95% to 99% margins. EIP-7702 allows a regular wallet to behave like a smart contract during a single transaction. This enables features like gasless transacting or custom asset access. It combines the simplicity of existing wallets with the programmability of contract-based accounts. Developers use these tools to reduce gas fees by using modular contracts and account abstraction. Most applications now use off-chain computation to lower expensive L1 usage. EIP-2935 allows rollups to access the last 8192 previous blocks directly in the network state. EIP-7685 allows smart contracts to interact directly with the consensus layer, which lets developers write logic that takes block validation into account. In the 2021 cycle, Ethereum transaction fees often exceeded $50 for NFT mints and $100 for aether swaps.

Burn dynamics and MEV

The burn rate fluctuates. After the 12,000 ETH base fee spike in September, the burn metrics provide clarity on network demand. Since EIP-1559, the protocol has burned over 3.2 million ETH. The base fee, which the protocol burns, moves based on gas usage in the parent block. The Pectra upgrade increased blob usage by 21%, yet the daily ETH burn from blobs fell from 11.22 ETH to 3.26 ETH. This 71% drop happened because blob fees became cheaper. I find the recent volatility in the burn rate easy to read once you look at the data.

Fees dropped.

The proposal to burn MEV through proposer-builder separation forces builders to compete by bidding in ETH, which the protocol destroys, meaning that most of the extracted value goes into the burn rather than to the proposer.

Metric Pre-Pectra Post-Pectra
Max Blobs 6 9
Avg Blob Cost Higher Near zero
Daily Burn (from blobs) 11.22 ETH 3.26 ETH

The mechanism for MEV burn targets the economic activity of block building. It aims to smooth the staking yield for all ETH holders. Bidders must provide a valid signature to prove they own the address that pays the builder fee. Builders must prove their balance covers the fee. The base fee per gas increases when blocks are above the gas target. The protocol destroys the base fee to counteract inflation. Will the current volatility in blob demand eventually outpace the reduction in L1 transaction fees?

Validator shifts

Validator behavior changed after EIP-7251. This EIP allows a single validator to hold up to 2048 ETH. The average stake per validator grew from 32 ETH to 32.6 ETH. This reduces the peer-to-peer traffic because fewer validators need to communicate. EIP-6110 also makes validator deposits faster by moving the logic to the execution layer. This reduces validator activation time from 12 hours to 13 minutes. EIP-7002 lets stakers exit using execution layer withdrawal credentials. This makes the exit process more predictable. EIP-2537 adds precompiles for BLS12-381. This makes cryptographic operations more efficient for developers. This helps with zero-knowledge proofs and validator signature verification. EIP-7549 moves the committee index outside of the signed attestation message. This makes verification and aggregation of consensus votes easier. EIP-7840 allows flexible configuration of blob settings in system parameters.

Stakers exit.

You should check the status of your own validator via the consensus layer. Check the data.

Newsletter