MEV-Boost is a critical piece of post-merge Ethereum infrastructure that separates the roles of block proposal and block building. Before a validator's turn to propose a block, MEV-Boost connects them to a network of relays which solicit full blocks from a competitive marketplace of block builders. These builders, often sophisticated searchers or specialized firms, construct blocks by optimizing transaction ordering to extract Maximum Extractable Value (MEV)—profits from arbitrage, liquidations, and other on-chain opportunities—and share a portion of the profits with the proposing validator as a bid.
MEV-Boost
What is MEV-Boost?
MEV-Boost is a permissionless, open-source middleware that allows Ethereum proof-of-stake validators to outsource block building to a competitive marketplace of specialized builders.
The architecture relies on a trust-minimized relay network. Relays act as intermediaries that receive encrypted block bodies from builders and headers (with attached bids) for validators to choose from. The validator selects the header with the highest bid, and the relay subsequently reveals the corresponding full block body for the validator to sign and propose. This design ensures the validator only sees the block content after commitment, preventing theft of the MEV strategy. Key components include the builder's execution payload, the validator's consensus layer client, and the relay that facilitates their connection using a modified version of engine API calls.
The primary benefit of MEV-Boost is validator revenue maximization. By accessing a professionalized market, solo stakers and staking pools can earn significantly higher rewards through block proposals than they could by building blocks locally. This helps democratize access to MEV profits. Furthermore, it promotes censorship resistance by distributing block production across many independent builders and relays, though concerns about centralization in the builder and relay markets persist. Its adoption became near-universal following Ethereum's transition to proof-of-stake, fundamentally shaping the network's economic layer.
The operation involves a clear workflow: 1) Builders create optimized blocks and send bids to relays, 2) Validators running MEV-Boost software receive the highest bid headers, 3) The validator signs a header, prompting the relay to deliver the full block, and 4) The validator proposes the block to the network. This creates a proposer-builder separation (PBS) model, a design philosophy now being considered for formal, protocol-level implementation in future Ethereum upgrades. MEV-Boost is thus a temporary, off-chain implementation of PBS.
While instrumental, MEV-Boost introduces ecosystem dependencies. Validators must choose trustworthy relays to avoid missed slots or malicious behavior. The concentration of block building among a few dominant players raises centralization risks. The long-term solution envisioned by Ethereum researchers is in-protocol PBS, which would bake these separation-of-duties and fair auction mechanics directly into the consensus protocol, reducing reliance on external, off-chain trust assumptions.
How MEV-Boost Works
MEV-Boost is a permissionless, open-source middleware that enables Ethereum validators to outsource block building to a competitive marketplace of specialized actors known as builders.
MEV-Boost operates by creating a sealed-bid auction for block space. After Ethereum's transition to Proof-of-Stake, validators are responsible for proposing new blocks. Instead of constructing these blocks themselves, a validator running MEV-Boost software receives block proposals from a network of block builders. These builders compete by submitting their most profitable block, along with a bid (a portion of the extracted MEV) to the validator. The validator's MEV-Boost relay then selects the highest bid and delivers the corresponding block header for the validator to sign and propose to the network.
The architecture relies on a trusted relay to ensure fairness and correctness. The relay sits between builders and validators, performing several critical functions: it receives encrypted block bodies from builders, verifies their validity (e.g., correct execution, fee compliance), hosts the auction, and only reveals the winning block's contents to the validator after they have signed the header. This commit-reveal scheme prevents validators from stealing profitable transaction orderings from builders. Major relays are run by entities like Flashbots, BloXroute, and Eden, and validators can choose which relays to connect to based on reputation and performance.
This separation of roles—proposer-builder separation (PBS)—is a core innovation. It democratizes access to MEV by allowing validators with no sophisticated transaction ordering capabilities to capture its value. Builders specialize in advanced techniques like arbitrage and liquidations to create maximally profitable blocks. The winning bid is paid directly to the validator as an execution layer transaction, boosting their staking rewards. While MEV-Boost implements PBS in practice, the long-term goal is to formalize this separation directly within the Ethereum protocol.
Key Features & Architectural Principles
MEV-Boost is a middleware protocol that separates block production from block proposal in Ethereum's proof-of-stake consensus, allowing validators to outsource block building to a competitive marketplace of specialized searchers and builders.
Proposer-Builder Separation (PBS)
The core architectural principle of MEV-Boost is Proposer-Builder Separation (PBS), which decouples the roles of the block proposer (validator) and the block builder. This design allows validators to receive pre-built, MEV-optimized blocks from a competitive marketplace without needing to run complex MEV extraction software themselves. Key components include:
- Builder: Specialized entity that constructs blocks, bundling transactions and extracting MEV.
- Relay: Trusted intermediary that receives blocks from builders and delivers them to proposers, ensuring payload validity and censorship resistance.
- Proposer: The Ethereum validator who simply selects and proposes the most profitable block header.
The Block Auction Marketplace
MEV-Boost creates a permissionless, competitive auction for block space. Builders compete to create the most valuable block by including MEV opportunities like arbitrage and liquidations. They submit their complete block, along with a bid (the proposed validator payment), to relays. The validator (proposer) then selects the block header associated with the highest bid via the MEV-Boost software. This marketplace efficiently routes MEV profits to validators and stakers, increasing consensus participation rewards.
The Role of Relays
Relays are critical, trusted intermediaries in the MEV-Boost ecosystem. They perform several essential functions:
- Aggregate Bids: Collect block bids from multiple builders.
- Validate Payloads: Cryptographically verify that builder-submitted blocks are valid and comply with consensus rules before presenting them to proposers.
- Mitigate Censorship: By aggregating from many builders, relays help prevent transaction censorship. However, reliance on a small set of relays has raised concerns about centralization.
- Ensure Data Availability: Guarantee the full block data is available after a header is chosen.
Commit-Reveal Scheme & crLists
To address trust assumptions in PBS, Ethereum core developers are working on in-protocol Proposer-Builder Separation. A key mechanism for this is the commit-reveal scheme with crLists (censorship resistance lists).
- The proposer commits to a block header without seeing the full block.
- The proposer also publishes a crList: a list of eligible, non-censored transactions from the mempool.
- The builder must include all transactions from the crList (if they fit), or prove they didn't fit. This protocol-level enforcement mitigates transaction censorship by builders.
MEV Smoothing & Distribution
MEV-Boost exposes the extreme variance in MEV rewards, where a few validators win highly profitable blocks while others get none. MEV smoothing refers to protocols and practices designed to distribute MEV rewards more evenly across all validators. Solutions include:
- Smoothing Pools: Validators can join a pool that shares MEV rewards proportionally.
- Distributed Validator Technology (DVT): Splits a validator's key among multiple operators, which can use MEV-Boost collectively.
- The goal is to reduce validator income inequality and improve network stability.
Key Roles in the MEV-Boost Ecosystem
MEV-Boost is a middleware protocol that separates block building from block proposing, creating a specialized marketplace for block space. This separation of duties defines several distinct roles.
Validator / Proposer
The Validator (or Proposer) is an Ethereum node operator selected to propose the next block. In the MEV-Boost model, the proposer does not build its own block. Instead, it outsources this task by broadcasting a signed blinded header to a network of Relays. It then selects and signs the most profitable block header received, committing to include the full block body later.
Builder
A Builder is a specialized actor that constructs full, execution-ready blocks to maximize Maximal Extractable Value (MEV). Builders compete in a first-price sealed-bid auction by:
- Aggregating transactions from the public mempool and private order flows.
- Optimizing transaction ordering for arbitrage, liquidations, and other MEV opportunities.
- Submitting their complete block and a bid (the proposed tip) to Relays. The builder whose block is chosen forfeits their bid to the winning proposer.
Relay
A Relay is a trusted, neutral intermediary that facilitates the block auction between Builders and Proposers. Its critical functions are:
- Censorship Resistance: Receives blocks from many builders, ensuring proposers see a diverse set.
- Bid Privacy: Holds builder bids in a sealed auction, preventing front-running.
- Block Validation: Verifies the correctness (e.g., pays fee recipient, is valid) of each submitted block before forwarding the header to proposers.
- Data Availability: Safeguards the full block body, delivering it to the proposer upon commitment.
Searcher
A Searcher is an entity (often a bot or trading firm) that identifies and exploits MEV opportunities by crafting transaction bundles. They do not build full blocks. Instead, they submit these bundles to Builders (or directly to relays that accept them), paying a fee for inclusion. Common strategies include:
- Arbitrage: Exploiting price differences across DEXs.
- Liquidations: Triggering and profiting from undercollateralized loan positions.
- Sandwich Attacks: Profiting from large DEX trades by placing orders before and after them.
Block Auction
The Block Auction is the core market mechanism of MEV-Boost. It is a first-price sealed-bid auction conducted for each Ethereum slot:
- Builders submit full blocks and their bids to Relays.
- The Relay validates blocks and presents only the block headers and associated bids to the Proposer.
- The Proposer selects the header with the highest bid, signs it, and returns it to the relay.
- The relay delivers the corresponding full block body to the proposer for propagation to the network. The winning builder's bid is paid to the proposer.
PBS (Proposer-Builder Separation)
Proposer-Builder Separation (PBS) is the foundational design principle that MEV-Boost implements in practice. It formally separates the two key functions of a validator:
- Proposing: The right to choose a block (held by the validator).
- Building: The ability to construct a block (specialized by builders). This separation mitigates centralization risks by preventing validators from needing massive capital and infrastructure to capture MEV. PBS is intended to be enshrined directly into the Ethereum protocol in future upgrades.
Evolution & Enablers: From Flashbots to PBS
This section traces the critical infrastructure built to manage the economic reality of Maximal Extractable Value (MEV), from its initial discovery to the systems that now govern it.
MEV-Boost is an out-of-protocol, permissionless middleware that enables Ethereum proof-of-stake validators to outsource block construction to a competitive marketplace of specialized builders. By separating the roles of block proposer and block builder, MEV-Boost allows validators to auction their block proposal right to the highest bidder, capturing MEV rewards that would otherwise be inaccessible. This design significantly increases validator rewards while democratizing access to MEV, as it prevents a single entity from monopolizing block production. It operates as a trusted, neutral relay network that receives blocks from builders and delivers the most profitable, valid block to the proposing validator.
The architecture of MEV-Boost is a direct precursor to Proposer-Builder Separation (PBS), a proposed in-protocol design for Ethereum. While MEV-Boost is an opt-in, off-chain solution, PBS aims to bake its core separation of duties directly into the consensus layer. This evolution addresses the trust assumptions in the current system, particularly the reliance on relays to act honestly. In-protocol PBS would use cryptographic commitments (like commit-reveal schemes) to ensure the proposer always receives the promised payment from the builder, making the process trust-minimized and more resilient.
The development of this infrastructure began with Flashbots, a research and development organization formed to mitigate the negative externalities of MEV, such as network congestion and wasted gas from failed arbitrage transactions. Flashbots created the initial MEV-Geth client and the Flashbots Auction network, which introduced the concept of a private transaction mempool (the searcher-builder-relay-proposer flow). MEV-Boost is the natural successor to this work, generalized for the post-Merge Ethereum ecosystem. It has become the dominant method for block production, with the vast majority of Ethereum blocks being built through its network of relays.
The competitive builder market fostered by MEV-Boost has led to sophisticated optimization techniques like backrunning, frontrunning protection, and complex bundle merging. Builders compete to create the most valuable block by including profitable arbitrage, liquidations, and DEX trades submitted by searchers. This competition theoretically leads to more efficient price discovery and execution for end-users, though it also centralizes block-building power among a few highly capitalized and technically advanced entities. The ecosystem continues to evolve with new designs like SUAVE (Single Unified Auction for Value Expression), which aims to decentralize the builder role itself.
MEV-Boost Model in Layer 2 Scaling
MEV-Boost is a permissionless, open-source middleware that allows Ethereum validators to outsource block building to a competitive marketplace of specialized builders, separating block proposal from block construction to maximize extracted value.
Core Architecture
MEV-Boost operates as a relay network sitting between validators (proposers) and specialized block builders. The validator runs MEV-Boost software, which connects to multiple relays. Builders construct full blocks with optimized transaction ordering and bundles, then submit sealed bids (block bids) to relays. The validator receives the header of the highest-paying block and proposes it, without seeing the block's contents, ensuring proposer-builder separation (PBS).
The Builder Market
A competitive ecosystem of searchers and builders drives MEV extraction. Searchers run algorithms to identify profitable opportunities (e.g., arbitrage, liquidations) and submit transaction bundles to builders. Builders aggregate these bundles and regular mempool transactions, constructing the most valuable block possible. They then submit their block along with a bid (the proposed validator payment) to relays. This market ensures validators capture value from sophisticated MEV strategies without executing them directly.
Relay Role & Trust
Relays are critical, trusted intermediaries that:
- Receive and validate blocks from builders.
- Ensure blocks are valid (e.g., correct execution, pay the promised fee).
- Hold the full block in escrow.
- Transmit only the block header to the proposer.
- Release the full block upon a valid signature. This model introduces a trust assumption: the relay must not censor transactions or withhold blocks. The ecosystem relies on a decentralized set of reputable relays to mitigate this risk.
L2 Implications & PBS
In Layer 2s (especially Optimistic and ZK Rollups), MEV dynamics shift to the sequencer. MEV-Boost's model inspires L2 solutions for fair sequencing. Key concepts include:
- Proposer-Builder Separation (PBS): Adopted to prevent sequencers from exploiting user transactions.
- Shared Sequencing: A neutral, decentralized network for ordering transactions across multiple L2s, creating a builder market similar to Ethereum L1.
- MEV Auction on L2: Sequencers can auction the right to build a batch, with proceeds potentially shared with the L2's decentralized protocol or its users.
Benefits for Validators & The Chain
The MEV-Boost model provides significant advantages:
- Increased Validator Rewards: Validators earn substantial extra income from block bids, improving staking yields.
- Network Efficiency: Professional builders optimize block space, increasing total value settled per block.
- Reduced Centralization Pressure: By outsourcing complex MEV capture, smaller validators can compete with large, sophisticated staking pools.
- Transparent MEV Redistribution: Makes MEV extraction a visible, auction-based process rather than a hidden, gas-price competition.
Risks & Challenges
The model introduces new complexities and risks:
- Relay Centralization: A small number of relays handle most blocks, creating a potential censorship vector.
- Builder Centralization: The most sophisticated builders may dominate, reducing competition.
- Complexity & Latency: Adds operational complexity for validators and tight latency requirements for the builder-relay-proposer pipeline.
- In-Protocol PBS: The current model is "out-of-protocol." Ethereum's roadmap includes enshrining PBS (ePBS) in the consensus layer to mitigate trust assumptions.
Security Considerations & Risks
MEV-Boost is a middleware protocol that allows Ethereum validators to outsource block building to a competitive market of specialized builders, introducing new trust assumptions and attack vectors.
Builder Centralization Risk
The market for block builders can become highly concentrated, with a few dominant builders winning most auctions. This creates systemic risk, as a malicious or compromised builder could:
- Censor specific transactions.
- Produce invalid blocks that cause validator slashing.
- Manipulate the auction to extract excessive value. Reliance on a single builder's software stack also creates a single point of failure.
Relayer Trust Assumption
Validators must trust the relayer to perform two critical functions honestly:
- Data Availability: The relayer must deliver the full block data after the validator has signed the header.
- Payload Attribution: The relayer must correctly attribute the builder's payload to the winning bid. A malicious relayer could perform a data withholding attack, causing the validator to sign for a block they cannot publish, leading to an equivocation slashing penalty.
Validator Extortion & Bribery
The separation of block building and proposing enables new bribery attacks. A malicious actor could:
- Bribe a validator to select a specific builder's bid, even if it's not the highest, to enable censorship.
- Extort a validator by threatening to withhold the block data unless an additional payment is made (timeliness attack). These attacks exploit the time gap between header signing and data delivery.
MEV Theft & Builder Malice
Block builders have significant power to manipulate transaction ordering. Risks include:
- Sandwich attacks and frontrunning executed by the builder itself, stealing user MEV.
- Inclusion of malicious smart contracts or revert bombs designed to waste validator gas or disrupt the network.
- Time-bandit attacks, where a builder withholds a profitable block to reorg the chain if a more profitable opportunity arises later.
Protocol-Level Vulnerabilities
The MEV-Boost protocol itself has inherent complexities that can be exploited:
- Bid Spoofing: A builder could submit a high bid to win the auction, then fail to deliver the payload, causing the validator to miss a slot.
- Header vs. Body Mismatch: If the delivered block body does not correspond to the committed header, the validator is forced to propose an empty block, losing rewards.
- PBS (Proposer-Builder Separation) Weaknesses: The current implementation is permissioned and off-chain, relying on relays as trusted intermediaries.
Mitigations & Best Practices
The ecosystem is developing solutions to mitigate these risks:
- Validator Diversity: Using multiple, reputable relays to distribute trust.
- Minimum Bid Policies: Setting a floor to avoid accepting unprofitably low bids from malicious actors.
- Inclusion Lists: A protocol feature allowing proposers to mandate certain transactions be included, countering censorship.
- Encrypted Mempools & SUAVE: Future solutions aim to encrypt transaction content until execution, reducing builder extractable information.
Comparison: MEV-Boost vs. Native PBS
A technical comparison of the current outsourced (MEV-Boost) and future in-protocol (Native PBS) approaches to Proposer-Builder Separation on Ethereum.
| Feature / Characteristic | MEV-Boost (Outsourced PBS) | Native PBS (In-Protocol) |
|---|---|---|
Implementation Status | Live, production network | In research & development |
Protocol Layer | Out-of-protocol middleware | Core consensus-layer protocol |
Relay Trust Assumptions | Requires trust in relay honesty for block validity and payment | Cryptoeconomic security enforced by protocol slashing |
Builder Payment Enforcement | Off-chain, reliant on relay attestation | On-chain, via consensus-included transactions |
Censorship Resistance | Relay-dependent; some relays filter transactions | Enhanced via inclusion lists and protocol rules |
Block Withholding Risk | Present; malicious relay can withhold a winning block | Mitigated by in-protocol commit-reveal schemes |
Integration Complexity for Validators | Moderate (requires external software and relay selection) | Low (built directly into validator client) |
Time to Finality Impact | Adds ~1-2 second latency due to relay network | Minimal, as it's part of the core block proposal flow |
Frequently Asked Questions (FAQ)
Essential questions and answers about MEV-Boost, the dominant middleware for Ethereum block building after The Merge.
MEV-Boost is a middleware protocol that allows Ethereum proof-of-stake validators to outsource block construction to a competitive, open marketplace of specialized builders called block builders. It works by enabling a validator to receive a complete, pre-built block (a "block bid") from a network of relays, which aggregate bids from builders. The validator selects the most profitable bid, attests to its header, and receives the associated payment, while the relay delivers the full block data for proposal. This separates the roles of block proposal (by the validator) and block construction (by the builder), creating a more efficient and competitive MEV supply chain.
Get In Touch
today.
Our experts will offer a free quote and a 30min call to discuss your project.