Flashbots Auction

  • Name: Flashbots Auction
  • URL: https://docs.flashbots.net/flashbots-auction/overview
  • Category: private order-flow auction / MEV blockspace auction infrastructure / searcher-builder-relay control plane
  • Tags: ethereum-ecosystem
  • Summary: Flashbots Auction is the canonical private bundle relay and sealed-bid blockspace auction system of the Flashbots era. The important move was simple: take MEV bidding out of the public mempool, route bundles privately through relays and builders, and replace noisy onchain gas wars with a searcher-builder-relay pipeline that created a new set of choke points.
  • What it does:
    • Lets searchers and other users submit transaction bundles privately instead of broadcasting them into Ethereum’s public mempool
    • Standardizes bundle submission and simulation through RPC methods such as eth_sendBundle and eth_callBundle
    • Routes bundles through relay / builder infrastructure so specialized builders can simulate bundles, combine them with mempool transactions, and deliver profitable blocks to validators
    • Allows more granular transaction-order preferences and conditional payment mechanisms, including direct coinbase payments, rather than relying only on public gas-price bidding
    • Uses signing-key-based identity and reputation to manage access to builder infrastructure during periods of high load
    • Serves as the historical precursor to later Flashbots-era order-flow and block-building layers, with the docs now framing PoS-era Flashbots Auction as operating on top of mev-boost
  • Key claims:
    • The Flashbots overview defines Flashbots Auction as a permissionless, transparent, and fair ecosystem for efficient MEV extraction and frontrunning protection, centered on a private communication channel between users and validators
    • The overview frames the system as a response to PGA-style bidding wars, blockspace deadweight loss, and time-bandit / exclusive-routing threats, which makes it analytically useful as a market-structure intervention rather than merely a developer API
    • The docs explicitly contrast the public mempool’s hybrid English / all-pay auction dynamics with Flashbots Auction’s first-price sealed-bid mechanism, arguing that failed bids should not consume onchain blockspace and that bidders should be able to express finer ordering preferences
    • The quick-start docs show the concrete operator split: searchers sign payloads with a dedicated authentication key, send bundles to relay endpoints, builders simulate and package those bundles, and validators receive resulting blocks through mev-boost / relay pathways
    • The RPC docs make the control plane legible: bundles can specify target blocks, timestamp windows, allowed reverts, replacement UUIDs, and optional builder allowlists, while the relay endpoint imposes explicit rate and size limits
    • The reputation docs show that “permissionless” access is operationally mediated by high- and low-reputation queues keyed to historical landing performance, which means access under congestion is conditioned by prior bundle quality and builder-side scoring
    • The public relay and provider READMEs confirm that the practical interface is a hosted relay plus non-standard RPC methods, which is important because the relay layer became a chokepoint even when the rhetoric emphasized neutrality and open participation
    • The strongest comparison frame is not just “private transactions.” It is “a sealed-bid bundle market that moved MEV competition off the public mempool and into a new searcher-builder-relay pipeline,” which makes Flashbots Auction a useful historical baseline for MEV-Share, mev-boost, BuilderNet, SUAVE, and preconfirmation systems
  • Whitepaper: No standalone Flashbots Auction whitepaper or litepaper surfaced in this pass. The strongest current primary materials were the official docs and Flashbots-maintained relay / provider repositories collected in ../whitepapers/flashbots-auction-primary-sources-2026-05-11.md.
  • Sources:

Internal linkages

  • Parent stack context: flashbots.

  • Strongest descendant worth reading separately: mev-boost.

  • Best cross-chain auction comparison: jito.

  • Last reviewed: 2026-06-02 UTC