Flashbots

Flashbots is the organization that has most shaped how MEV (maximal extractable value) is handled on Ethereum. Founded in 2020 in response to the “Flash Boys 2.0” paper’s dire warnings about front-running and miner extraction, Flashbots took a unique research-first approach: rather than trying to prevent MEV (impossible without changing blockchain fundamentals), they built infrastructure to make it transparent, less harmful, and democratically distributed. Their core products — Flashbots Auction, MEV-Boost, Flashbots Protect, and MEV-Share — form the backbone of Ethereum’s MEV supply chain used by 90%+ of validators. Paradoxically, in trying to democratize MEV, Flashbots also became a central point of trust in Ethereum’s block production — a tension they are trying to resolve through their decentralized SUAVE (Single Unified Auction for Value Expression) network.


Core Products

Product Purpose
Flashbots Auction Private transaction bundle marketplace; searchers bid for inclusion
MEV-Boost Validator middleware for PBS (proposer-builder separation)
Flashbots Protect RPC endpoint routing user txs away from public mempool (free)
MEV-Share Protocol sharing MEV revenue with users who generate it
SUAVE Long-term: decentralized block building chain; replaces trusted relay

Flashbots Auction

The original product solving the “priority gas auction” problem. Before Flashbots Auction, front-running bots competed on-chain, bidding up gas prices and clogging the network with failed transactions. Flashbots Auction is a private off-chain marketplace where:

  • Searchers submit transaction bundles with bid amounts (willing to pay miner/validator for inclusion)
  • Builders simulate bundles, select the most profitable, and package into blocks
  • Validators receive the block with a payment from the builder’s bid

Failed bids never hit the blockchain (no gas wasted), significantly reducing network congestion.


MEV-Boost

Post-Merge validator middleware that implements PBS. Validators running MEV-Boost connect to multiple relays (Flashbots, bloXroute, Ultra Sound) each representing different builders. MEV-Boost auctions the block slot, and the winning builder’s block is proposed. This earns validators significantly more than running a vanilla validator.


SUAVE

Flashbots’ long-term decentralization effort — a standalone EVM-compatible chain designed specifically for expressing and settling transaction preferences (MEV included) without trusting any central relay or builder. Still in development as of 2024.


Controversy and Criticism

  • Centralization: Flashbots Relay and builders became chokepoints; 2-3 builders dominate block construction
  • OFAC Censorship (2022): Flashbots Relay initially filtered OFAC-sanctioned addresses post-Tornado Cash; community backlash led to Agnostic mode
  • Trust assumptions: MEV-Boost’s relay-based design requires trust in relays to not manipulate builders/validators
  • Competitive moat: By being first, Flashbots shaped MEV norms in ways that benefit sophisticated searchers

Social Media Sentiment

Flashbots is respected in Ethereum developer circles as the organization that “tamed MEV” — reducing network spam and making MEV revenue available to all validators. Criticism focuses on centralization outcomes (OFAC filtering incident, builder concentration) and whether MEV infrastructure should be operated by a private organization. The crypto community broadly agrees Flashbots improved Ethereum’s MEV situation while introducing new centralization risks.



Last updated: 2026-04

Sources


Related Terms


Sources

  1. “Flashbots: Frontrunning the MEV Crisis” — Flashbots Team (2020). The founding document of Flashbots — explaining the MEV crisis, the organization’s philosophy, and the design of the original Flashbots Auction system.
  1. “The MEV Supply Chain: Searchers, Builders, and Validators” — Flashbots Research (2022). Comprehensive architecture document explaining the full MEV supply chain as it evolved post-Merge — from searcher bundle submission through builder block construction to validator proposal.
  1. “MEV-Boost: Trust Assumptions and Relay Design” — Flashbots (2022). Technical documentation of MEV-Boost’s relay architecture — explaining the trust model, relay responsibilities, and known weaknesses of the out-of-protocol PBS design.
  1. “MEV-Share: Distributing MEV Revenue to Users” — Flashbots (2023). Documentation of MEV-Share — a protocol enabling users to opt-in to partial MEV extraction on their own transactions and receive a share of the MEV revenue they generate.
  1. “SUAVE: Decentralizing the Flashbots Stack” — Flashbots (2023-2024). Technical specification of SUAVE (Single Unified Auction for Value Expression) — Flashbots’ next-generation decentralized block-building network designed to replace the trusted relay model.