SUAVE
- Name: SUAVE
- URL: https://github.com/flashbots/suave-specs
- Category: shared sequencing layer / decentralized block-building platform / MEV auction infrastructure / confidential execution middleware
- Tags: ethereum-ecosystem
- Summary: SUAVE is Flashbots’ attempt to move orderflow auctions, confidential execution, and some block-building logic into a separate shared environment. The note matters because it makes preference expression, mechanism design, confidential compute, and block export into explicit control surfaces instead of burying them inside one builder stack. Still early, still operator-heavy, and still more useful as a comparison class than as a finished neutral layer.
- What it does:
- Proposes an independent network that can act as a plug-and-play mempool and block-building layer for multiple blockchains rather than only one domain
- Lets users sign preferences or bids that express desired outcomes while keeping sensitive execution data private
- Introduces the MEVM, a modified EVM with MEV-specific precompiles for building orderflow auctions, block builders, and other MEV applications as smart contracts
- Uses a confidential-data layer and execution nodes so smart contracts can coordinate around sensitive orderflow without making it immediately public
- Frames builders, executors, users, and proposers as distinct actors connected through a shared sequencing and mechanism-design environment
- Publishes live protocol specs and testnet tracks such as Rigil and Toliman while iterating toward more secure future releases
- Key claims:
- Flashbots’ original SUAVE post explicitly frames the project as a response to two centralization vectors in the builder market: exclusive orderflow and cross-domain MEV. That makes SUAVE analytically important because it is trying to move the control surface above any one chain’s mempool or builder set.
- The primary writings are clear that SUAVE is meant to be a specialized shared sequencing and block-building layer, not a general-purpose smart-contract chain competing head-on with Ethereum. The important question is therefore not “what apps run on SUAVE,” but “which execution and ordering functions migrate into SUAVE.”
- The MEVM post is especially useful because it shows SUAVE as a market for mechanisms, not one fixed auction design. By exposing MEV-specific precompiles, it aims to let builders, OFAs, relays, and other offchain infrastructure reappear as smart contracts. That makes mechanism design itself a competitive surface.
- The Centauri architecture described by Flashbots separates the SUAVE chain, execution nodes, confidential data store, and bid format. That decomposition is more valuable than the headline decentralization claim because it reveals where power can still concentrate: whoever runs execution nodes, controls access to confidential data, maintains bridge paths, or defines the precompile surface.
- The current specs repository is explicit that the protocol remains in alpha and that the code is the most up-to-date specification. The repo also splits the roadmap into Centauri for exploration / developer experience and Andromeda for SGX-and-cryptography hardening. That means the design is important now, but the trust assumptions are still moving.
- The MEVM / Centauri post openly says early execution nodes would initially run in a trusted fashion by Flashbots or another third party before later TEE and cryptographic hardening. That caveat is central: SUAVE’s long-term thesis is trust minimization, but some early phases still rely on privileged operators.
- SUAVE belongs in the active corpus because it sharpens an important distinction inside MEV infrastructure: a system can promise better privacy, cross-domain coordination, and user execution while still creating new rents around execution-node operation, confidential-data access, shared sequencing, and mechanism-default selection.
- As a comparison class, SUAVE is especially useful against BuilderNet and MEV-Boost. BuilderNet tries to decentralize block building inside today’s proposer-builder stack, while SUAVE tries to move more of the auction, preference, and mechanism layer into a separate shared environment.
- Whitepaper: No canonical standalone SUAVE whitepaper surfaced in this pass beyond Flashbots’ main writings and the evolving specifications repository. Those materials are the strongest current primary sources; see
../whitepapers/suave-primary-sources-2026-05-10.md. - Sources:
Internal linkages
-
Keep this note on the strongest read-throughs: flashbots-auction, mev-boost, and buildernet.
-
Useful cut: SUAVE matters as the shared-sequencing and confidential-mechanism branch, not as a reason to spray links across every downstream ordering experiment.
-
Last reviewed: 2026-06-03 UTC