Summary

BuilderNet is Flashbots’ TEE-based shared block building system (Phase 1), operated jointly by Flashbots, Beaver Builder, and Nethermind. It represents the first step toward SUAVE (Phase 3) — a globally distributed, permissionless MEV marketplace. The decentralization roadmap uses four phases to measure progress away from centralized monolithic builders.

The Four Phases

PhaseNameDescriptionTest
0Status QuoSingle company’s cloud; all blocks attributable to one entityCan you attribute blocks to a specific endpoint?
1Replicated PrivacyTEE-based sharing; crash fault tolerant across N partiesIdentical block output regardless of which single party fails
2Modular Distributed BuildingBFT co-building; blocks can no longer be attributed to a single entityBlocks co-built in distributed manner, proofs verifiable by any node
3Global Parallel BuildingMeaningful building activity worldwide; any machine can join/exitNodes in any region can economically influence block outputs

Phase 3 = SUAVE: a Single Unified Auction for Value Expression — a globally distributed, permissionless MEV network.

Flashbots is transitioning Phase 0 → Phase 1. Phase 2 is in experimental/research stage.

BuilderNet Architecture (Phase 1)

Operators: Flashbots, Beaver Builder, Nethermind
Technology: Trusted Execution Environments (TDX/SGX)

Key properties:

  • Multiple operators run identical builder code inside TEEs.
  • TEEs allow attestation: external parties can verify what code ran and what data was input.
  • Order flow can be shared with privacy guarantees — a TEE enforces that only valid operations (e.g., backruns) are performed on shared transaction data, preventing frontrunning.
  • Crash fault tolerance: if one operator goes down, others produce the same block output.

Value Distribution / Refund Mechanism

After each block, a simulation calculates the marginal value contribution of each order flow source. The surplus above these contributions stays in the system; the rest is redistributed to order flow sources.

Open problem: how to reward infrastructure operators (not just OFA providers) in a programmatic, verifiable way. No satisfying mechanism exists as of April 2026.

SUAVE Clarification

SUAVE is the long-term vision; BuilderNet is one instantiation. Relationship is like “world computer” (Ethereum’s aspiration) vs. the beacon chain (current implementation).

Flashbots Product Stack

ProductPurposePhase
BuilderNetTEE-based shared building1
Signal-BoostSecure sandboxing; co-location for untrusted parties to build block segments2
rblibOpen-source library of modular block building primitives2
DCEA / Proof of CloudBind TEEs to physical deployments; verifiable infrastructure2
MosaikSelf-organizing P2P topologies; metadata-based routing without central control2–3
NAMP/ADCNetNetwork Anonymized Mempools; anonymous broadcast (builds on ZIPNet)2–3
FlashnetAnonymous broadcast with IBLT-based auction scheduling3

Flashnet / ADCNet (Anonymous Broadcast)

Building on ZIPNet, Flashnet aims for anonymous broadcast with:

  • Lower latency than existing protocols (Tor, etc.)
  • Strong anonymity guarantees
  • Bandwidth sufficient for blockchain use cases

Auction-based scheduling: uses Invertible Bloom Lookup Tables (IBLTs) to transmit message metadata (hash, size, utility) while preserving anonymity. Clients run a knapsack solver on aggregated metadata to determine who gets bandwidth. This maximizes total utility moving through the channel, unlike ZIPNet’s random scheduling which wastes bandwidth on collisions.

Why Decentralization Requires Privacy

The post argues privacy is the key to harmonizing:

  • User needs: users can only harness their information by keeping it private from intermediaries (principal-agent problem).
  • Distributed security: ordering manipulation can happen at any layer, even before transaction submission — only programmable privacy prevents this end-to-end.
  • Scaling: true scaling under MEV contention requires modular, distributed builders.

Both cypherpunks and institutions need the same privacy properties — they are universal.

Geographic Decentralization (Phase 3)

The biggest open question: how do nodes outside the US/EU compete when latency is a direct competitive advantage?

Current BuilderNet: US, EU, Tokyo nodes. Phase 3 requires meaningful building activity worldwide — “far regions” shouldn’t just follow central regions’ output without being able to economically affect it.

❓ Flashnet/NAMP/ADCNet (Phase 2–3 anonymous broadcast) is described in the body of this page. No dedicated wiki page exists yet; create one once more source material is available.

Key Sources

  • Decentralized Building: wat do? (Flashbots, Feb 2026) — phases, roadmap, products, why privacy matters
  • What Emerged from the Blockspace Forum Workshop in Cannes (Apr 2026) — BuilderNet TEE presentation; value distribution open problem
  • Anonymous broadcast with auction-based scheduling (Flashbots, Mar 2026) — IBLT-based Flashnet scheduling design