Koinlytics

MEV-Boost: How Validators Sell Blockspace

MEVadvanced7 min read
How Flashbots MEV-Boost separated validator block production from block building. PBS in production before Ethereum implements it natively.

MEV-Boost is an open-source sidecar built by Flashbots. It runs alongside every major Ethereum validator client. It implements Proposer-Builder Separation (PBS): validators do not build blocks themselves; they auction the right to build to specialized builders.

The flow

  1. Searchers submit MEV bundles to builders.
  2. Builders assemble full blocks (searcher bundles + regular txs) and compete on total value.
  3. Relays (trusted middlemen) receive built blocks from builders and forward the header to proposers.
  4. Proposer (validator) signs the header without seeing the full block content (blind signing enforced by the relay).
  5. Relay reveals block once signature received.
  6. Validator pockets the winning bid.

Why validators use MEV-Boost

Higher rewards. Solo block production earns ~0.02 ETH per block. MEV-Boost blocks routinely add 0.05-0.5 ETH bid on top. Over a year, this raises validator APR from ~3% to ~3.5-4%.

Adoption

Over 90% of Ethereum validators run MEV-Boost. Non-MEV-Boost validators earn less and would be economically penalized long term.

Concerns

Native PBS

Ethereum's roadmap includes native PBS (baked into the protocol). Would remove the trusted relay layer. Not shipped as of 2026, but active research.

NextMEV-Share and Order Flow Auctions
Powered by Koinlytics · Free crypto education.

Ready to try what you just learned?

Open the Koinlytics dashboard and see the concepts live on your real portfolio.

Launch App