The transition of Ethereum to Proof-of-Stake (PoS) consensus marks a fundamental shift in how network participants are rewarded. With the removal of Proof-of-Work (PoW) mining, the transaction fees from the execution layer are now directed to PoS validators. Due to the fee-burning mechanism introduced by EIP-1559, the vast majority of the net fees validators receive can be classified as Maximal Extractable Value (MEV). This article explores a data-driven model to estimate the potential MEV earnings for Ethereum validators post-merge.
Understanding MEV in the PoS Context
The term MEV, originally denoting "Miner Extractable Value," has evolved in meaning. In the new PoS paradigm, it effectively represents the value validators can capture by including and ordering transactions in a block. A more precise term, "Realized Extractable Value," has been suggested, but "MEV" remains the widely adopted shorthand.
The key change stems from the implementation of EIP-1559, which burns the base fee portion of a transaction. Consequently, the fees that ultimately reach the validator are primarily priority fees and direct payments for high-value, time-sensitive transactions—the core components of MEV. Tools like mev-geth and its PoS successor, mev-boost, have created efficient markets for this value, allowing searchers to bid for block space and validators to capture this revenue.
Building a Data-Driven Model
To estimate validator rewards, we analyze historical on-chain data. The London hard fork (EIP-1559) in August 2021 drastically altered the fee market, making pre-fork data incompatible for comparison. Therefore, this model focuses on the one-year period from September 1, 2021, to August 31, 2022—encompassing approximately 2.3 million blocks.
The model uses a refined dataset that aggregates the total "coinbase transfers" per block. This captures all direct payments to block proposers, including those from MEV bundles. Internal pool transfers and an anomalous, refunded 7676 ETH fee were filtered out to ensure accuracy.
The Impact of Fixed Block Times
A notable change post-merge is the shift from a variable average block time of ~13.5 seconds in PoW to a fixed 12-second slot time in PoS. Intuition might suggest that shorter intervals could compress the opportunity to extract MEV. However, analysis indicates the impact of this change on overall MEV levels is likely minimal. The model adjusts for the increased block frequency but does not predict a significant shift in MEV distribution due solely to fixed intervals.
Historical MEV Distribution and Trends
The distribution of MEV rewards per block is highly skewed. The median MEV per block during the analyzed period was 0.07 ETH. However, the disparity is vast:
- The bottom 1% of blocks yielded zero MEV rewards.
- The top 1% of blocks yielded over 1.8 ETH.
- The top 0.1% of blocks yielded a staggering 12.5 ETH or more.
Furthermore, the data reveals a significant downward trend. The median MEV per block was approximately twice as high in the first six months of the dataset (Sept 2021 - Feb 2022) compared to the latter six months (Mar 2022 - Aug 2022). This highlights the inherent volatility and market-dependency of MEV, influenced by factors like overall network activity and the rise of Layer-2 scaling solutions.
Simulating Validator Returns
Using a Monte Carlo simulation, we can project the annual percentage yield (APY) for validators by combining:
- Consensus Layer Rewards: Issuance for attestations and sync committee participation.
- Execution Layer Rewards: MEV captured from proposing blocks.
The simulation assumes a validator set of 420,000 and 100% participation rate. MEV rewards are assigned randomly to block proposers based on the historical empirical cumulative distribution function (ECDF).
Projected Returns Based on Recent Data
Given the decline in MEV, the latter half of the dataset (Mar - Aug 2022) provides a more conservative and recent benchmark for future estimates. Based on this "low MEV" scenario, the simulated median validator return is approximately 6.1% APR when combining both consensus and execution layer rewards.
The returns are widely distributed due to the randomness of block proposal opportunities and the extreme skew of MEV rewards:
- Bottom 25% (Q1): ~5.3% APR
- Top 25% (Q3): ~7.3% APR
- The top 1% of validators could see returns vastly exceeding 100% APR.
- The bottom 1% might see returns closer to 4.2% APR.
👉 Explore more strategies for maximizing staking yields
The Effect of Running Multiple Validators
Entities that operate multiple validators (e.g., staking pools, institutional stakers) benefit from reduced reward variance. By pooling the rewards of many validators, the high volatility of MEV is smoothed out.
- A single validator has an interquartile range (IQR) of ~2.8 percentage points.
- A pool of 32 validators sees its IQR narrow to ~1.2 percentage points.
This means that while the median return remains the same, the returns for a pool are more predictable and stable. The average return across the entire validator set serves as the expected return for large pools before any fees are deducted.
Frequently Asked Questions
What is MEV in Ethereum Proof-of-Stake?
MEV refers to the value that can be extracted by the entity that orders transactions within a block. In PoS, this is the validator. It primarily comes from arbitrage, liquidations, and other sophisticated strategies where the order of transactions matters. Validators earn this value through priority fees and direct payments.
How does MEV affect my potential staking rewards?
MEV can significantly boost your staking rewards beyond the base consensus layer issuance. Based on recent historical data, MEV can add a median of ~1.5 percentage points to a validator's APR. However, it introduces high volatility; some validators may earn much more, while others earn very little extra.
Is MEV guaranteed income for validators?
No, MEV is highly variable and not guaranteed. Its level depends on network activity, DeFi trading volume, and the efficiency of the MEV market. The model shows that MEV rewards have trended downward, and this could continue. It should be considered a potential bonus, not a fixed component of yield.
Why do larger staking pools have more stable returns?
Larger pools operate many validators. The randomness of block proposal selection and the extreme highs and lows of MEV rewards are averaged out across the entire pool. This means the pool's overall reported yield is smoother and less volatile than the yield of any single validator within it.
What is mev-boost, and do I need to use it?mev-boost is middleware that allows validators to connect to a network of competitive builders who compete to create MEV-optimized blocks. Using it is optional, but it is highly recommended as it generally provides validators with the best opportunity to capture available MEV and maximize their rewards.
Conclusion and Future Outlook
Modeling based on recent historical data suggests that validators can expect a median total return in the range of 6.1% APR, with MEV contributing meaningfully to this yield. However, the distribution of these rewards is profoundly unequal, and economies of scale benefit larger staking operations.
It is crucial to remember that this model is backward-looking. Future MEV levels are uncertain and depend on evolving factors such as the proliferation of L2s, new MEV extraction techniques, and the overall adoption of mev-boost. The projections are not a guarantee but a framework for understanding the potential rewards and risks associated with validator operation in the post-merge Ethereum ecosystem.