MEV-Boost
MEV-Boost is middleware that lets Ethereum validators outsource block building to specialized builders, capturing maximal extractable value revenue.
Key Takeaways
- MEV-Boost is open-source middleware by Flashbots that implements proposer-builder separation on Ethereum: validators outsource block construction to specialized builders who compete in an auction.
- Approximately 90% of Ethereum blocks are produced through MEV-Boost, making it the dominant mechanism for maximal extractable value capture across the network.
- Builder concentration is a significant concern: as of mid-2026, roughly three builder operations produce over 85% of all MEV-Boost blocks, prompting research into enshrined PBS via EIP-7732.
What Is MEV-Boost?
MEV-Boost is a sidecar application that runs alongside an Ethereum proof-of-stake validator, connecting it to a competitive marketplace of block builders. Instead of building blocks locally from the transactions in their mempool, validators receive pre-built, MEV-optimized blocks from external builders who bid for the right to have their block proposed.
Created by Flashbots, MEV-Boost launched on Ethereum mainnet on September 15, 2022, coinciding with The Merge (Ethereum's transition from proof-of-work to proof-of-stake). The first MEV-Boost block was block 15,537,940, proposed just hours after the network switched to its new consensus mechanism.
The core problem MEV-Boost solves is democratizing MEV access. Without it, large staking operations with sophisticated transaction-ordering software would earn significantly more than solo validators running basic node software. By separating the proposer role (selecting which block to propose) from the builder role (constructing the block's contents), MEV-Boost ensures all validators can access the same MEV-optimized blocks through a fair auction.
How It Works
The MEV-Boost supply chain involves four participants, each playing a distinct role in the block production pipeline:
- Searchers identify profitable transaction-ordering opportunities such as arbitrage, liquidations, and backrunning. They bundle transactions and submit them to builders.
- Builders aggregate transactions from public mempools and private order-flow channels, constructing the most profitable possible block. They submit assembled blocks as bids to relays.
- Relays act as trusted intermediaries: they validate block correctness, run a sealed-bid auction, and forward only the blinded block header (not the full contents) and bid value to the proposer. This protects builders from having their strategies stolen.
- Proposers (validators) run MEV-Boost as a sidecar alongside their beacon node. MEV-Boost queries multiple relays, selects the highest bid, and the proposer signs the blinded header as a commitment. The relay then releases the full execution payload for broadcast.
The Block Auction Flow
When a validator is selected to propose the next block, the following sequence occurs:
- MEV-Boost requests bids from all registered relays
- Each relay returns its best builder bid (blinded header plus bid value)
- MEV-Boost selects the highest-paying bid
- The validator signs the blinded block header, committing to propose it
- The relay reveals the full execution payload to the validator
- The validator broadcasts the complete block to the network
This sealed-bid mechanism prevents proposers from inspecting block contents before committing. Once the proposer signs the header, they cannot substitute a different block or extract the builder's MEV strategies for themselves.
Relay Architecture
Relays serve as the critical trust bridge between builders and proposers. A relay verifies that submitted blocks are valid (preventing invalid blocks from wasting a proposer's slot), holds the full block contents in escrow during the auction, and only releases them after receiving the proposer's signed commitment.
As of mid-2026, the major relays include Ultrasound (approximately 28% of relay share), bloXroute Max Profit (approximately 23%), bloXroute Regulated (approximately 20%), Titan Relay (approximately 17%), and Aestus (approximately 8%). Flashbots' own relay has declined to roughly 2% of market share. Validators typically register with multiple relays to maximize their chances of receiving the highest bid.
Technical Integration
All five major Ethereum consensus clients support MEV-Boost: Prysm, Lighthouse, Teku, Nimbus, and Lodestar. Integration requires running MEV-Boost as a sidecar process and configuring the beacon node to query it for blocks:
# Start MEV-Boost with multiple relays
mev-boost \
-mainnet \
-relay-check \
-relay https://relay1.example.com \
-relay https://relay2.example.com
# Configure beacon node (Lighthouse example)
lighthouse bn \
--builder https://localhost:18550 \
--builder-fallback-epochs-since-finalization 3If MEV-Boost or all relays fail, the validator falls back to building blocks locally. This fallback ensures validators never miss a slot due to builder or relay outages.
The Economics of MEV-Boost
The economic incentive for validators is straightforward: MEV-Boost blocks are significantly more valuable than locally built blocks. On average, MEV-Boost blocks yield roughly 0.12 ETH compared to approximately 0.04 ETH for non-MEV-Boost blocks, a threefold premium.
This premium translates to meaningful income for validators. With a base staking APR of approximately 2.8% in 2026, MEV-Boost adds an estimated 0.3% to 0.8% additional yield, bringing total validator returns to roughly 3.3% to 3.8%.
The value flows through the system as follows: searchers identify MEV opportunities and tip builders for inclusion. Builders aggregate these opportunities into optimized blocks and bid most of the extracted value to proposers, keeping a margin. Proposers collect the bid as their execution-layer reward. In practice, competitive pressure among builders means proposers capture the majority of MEV value, while builders compete on thin margins.
Use Cases
MEV-Boost serves several roles beyond simple revenue maximization for validators:
- Solo staker competitiveness: individual validators running commodity hardware earn the same MEV premiums as large institutional staking operations, leveling the economic playing field
- Private transaction inclusion: users can submit transactions directly to builders via private channels, bypassing the public mempool to avoid front-running and sandwich attacks. Approximately 30% of Ethereum transactions now route through private mempools.
- Block space optimization: builders specialize in efficient transaction ordering, packing more value into each block than generic block construction would achieve
- Protocol revenue distribution: MEV-Boost channels value that would otherwise be captured by sophisticated actors back to the validator set, improving network security incentives
Builder Concentration
While MEV-Boost successfully democratized MEV access for validators, it inadvertently concentrated power among a small number of builders. As of mid-2026, the builder market is dominated by a handful of entities:
| Builder | Approximate Block Share |
|---|---|
| Titan Builder | ~55% |
| Quasar | ~23% |
| BuilderNet (Flashbots) | ~9% |
| Eureka Builder | ~8% |
This concentration raises censorship resistance concerns. A dominant builder could selectively exclude certain transactions, and the market's Herfindahl-Hirschman Index (HHI) of approximately 3,900 far exceeds the threshold for a "highly concentrated market."
In response, Flashbots launched BuilderNet in December 2024: a collaborative block-building platform using trusted execution environments (TEEs) that allows multiple parties to contribute to block building without exposing their strategies. Flashbots, Beaverbuild, and Nethermind jointly operate BuilderNet.
Risks and Considerations
Relay Trust
Relays are trusted third parties in the MEV-Boost architecture. They can theoretically censor transactions, fail and cause missed slots, or collude with builders. After Blocknative exited the relay business, roughly four relay operators control 95% of relay traffic. This makes relays a centralization bottleneck and single point of failure.
Some relays offer OFAC-compliant filtering (excluding transactions involving sanctioned addresses), while others are permissionless. Validators choosing only regulated relays effectively participate in protocol-level censorship.
Builder Monopoly Risk
The winner-takes-most dynamics of block building create natural monopoly tendencies. Builders with more exclusive order flow and better MEV extraction algorithms consistently win auctions. Over time, this has driven smaller builders out of the market. A builder with majority share could theoretically manipulate transaction ordering in ways that harm users, such as increasing sandwich attack frequency.
Latency Sensitivity
MEV-Boost introduces additional latency into block production. Validators must wait for relay responses before proposing, and last-millisecond bids from builders can create timing pressure. Geographic concentration (builders optimizing for proximity to relay infrastructure) further centralizes the system. The dominant builder axis currently spans data centers in Ashburn, Virginia and Tokyo.
The Path to Enshrined PBS
MEV-Boost was designed as a temporary solution until proposer-builder separation could be enshrined directly into Ethereum's consensus layer. EIP-7732 proposes exactly this: replacing the off-chain relay infrastructure with in-protocol builder bids, commitments, and payments.
EIP-7732 was selected as the consensus-layer headliner for Ethereum's Glamsterdam upgrade in August 2025. Final devnet testing began in June 2026, with an aspirational mainnet activation target of late 2026. Once enshrined, PBS would eliminate the need for trusted relays entirely, addressing the centralization and censorship concerns inherent in the current MEV-Boost architecture.
For a broader look at how MEV extraction has evolved across blockchains, including Bitcoin Layer 2 networks, see the research on MEV extraction in Bitcoin L2 environments.
MEV-Boost vs. Local Block Building
| Factor | MEV-Boost | Local Building |
|---|---|---|
| Revenue per block | ~0.12 ETH average | ~0.04 ETH average |
| MEV capture | Yes (via builder auction) | No (base fees + tips only) |
| Trust requirements | Relies on relay honesty | Fully trustless |
| Latency risk | Relay and builder response time | No external dependencies |
| Censorship risk | Depends on relay policy | Validator chooses freely |
| Adoption | ~90% of validators | ~10% of validators |
Why It Matters
MEV-Boost reshaped Ethereum's block production economics. Before its introduction, MEV was a centralizing force that favored validators with the most sophisticated infrastructure. MEV-Boost leveled the playing field but introduced new centralization vectors at the builder and relay layers. Understanding MEV-Boost is essential for anyone evaluating Ethereum's security model, validator economics, or the broader tradeoffs of proposer-builder separation.
For Layer 2 networks and alternative architectures like Spark, MEV dynamics operate differently. Bitcoin-based systems with UTXO models and simpler scripting face fewer MEV extraction vectors than Ethereum's account-based smart contract environment, though MEV remains a consideration in any system where transaction ordering carries economic value.
This glossary entry is for informational purposes only and does not constitute financial or investment advice. Always do your own research before using any protocol or technology.