SUAVE (Single Unifying Auction for Value Expression) is a specialized blockchain and mempool network built to decentralize the block-building and transaction ordering processes, which are currently dominated by centralized entities known as MEV searchers and builders. It acts as a neutral, decentralized marketplace where users can express preferences for how their transactions are processed, and builders compete to create the most valuable blocks based on those preferences. The core goal is to return maximum extractable value (MEV) to users and applications rather than allowing it to be captured by centralized intermediaries.
SUAVE
What is SUAVE?
SUAVE (Single Unifying Auction for Value Expression) is a decentralized blockchain infrastructure designed to decentralize and optimize the block-building process.
The architecture of SUAVE consists of three primary layers: the Execution Environment, the Optimistic Rollup, and the Data Availability layer. The Execution Environment is a decentralized network of nodes, or executors, that receive encrypted transaction intents, compute optimal execution paths, and produce conditional transactions and blocks. These outputs are then posted to the Optimistic Rollup, which batches and settles them, while the Data Availability layer ensures all necessary data is accessible for verification. This separation allows SUAVE to act as a universal pre-confirmation layer for multiple blockchains.
A key innovation of SUAVE is its use of preferences, which are user-specified conditions for transaction execution, such as price limits or cross-chain dependencies. Users submit encrypted transaction intents to the network, and executors run computations to fulfill these preferences optimally, creating conditional transactions that only execute if certain on-chain conditions are met. This enables complex, cross-domain strategies like atomic arbitrage and cross-chain MEV to be executed trustlessly, with the auction mechanism ensuring the user receives the best possible price.
SUAVE's development is led by Flashbots, a research and development organization focused on mitigating the negative externalities of MEV. It represents an evolution from their earlier products like the Flashbots Auction and MEV-Boost on Ethereum, aiming to generalize and decentralize the entire block-building supply chain. By creating a transparent and competitive marketplace for block space, SUAVE seeks to reduce centralization risks, improve censorship resistance, and democratize access to the value created by transaction ordering.
Etymology & Origin
The term SUAVE is a backronym central to a novel blockchain architecture designed to decentralize and optimize the block-building process.
SUAVE stands for Single Unified Auction for Value Expression, a backronym coined by the team at Flashbots to describe their proposed decentralized block-building network. The name was chosen to reflect the protocol's core function: creating a single, open marketplace where users can express their preferences for transaction ordering and inclusion through competitive bidding. This is a direct evolution from Flashbots' earlier work on MEV-Boost, which introduced a marketplace for block space, but left the actual construction of blocks to a centralized, off-chain relay network.
The conceptual origin of SUAVE lies in addressing the fundamental information asymmetry and centralization risks inherent in the Maximal Extractable Value (MEV) supply chain. Prior to SUAVE, specialized actors known as searchers and builders operated in opaque, off-chain environments, leading to inefficiencies and potential censorship. SUAVE's architecture proposes to bring this entire process on-chain through a dedicated blockchain and a network of decentralized executors, creating a transparent, programmable, and competitive auction for the right to build blocks across multiple execution environments like Ethereum, Optimism, and Arbitrum.
Etymologically, the word "suave" itself, meaning smoothly agreeable and sophisticated, subtly reflects the project's ambition to create a more elegant and seamless infrastructure for blockchain transactions. The SUAVE chain is designed not as a standalone Layer 1 for applications, but as a specialized appchain or Layer 2 whose primary "application" is decentralized block building. Its development represents a pivotal shift from viewing MEV as a problem to be mitigated to recognizing it as a fundamental, programmable resource that can be efficiently and fairly allocated through cryptographic economics.
Key Features
SUAVE (Single Unifying Auction for Value Expression) is a decentralized block builder and encrypted mempool that separates transaction ordering from block production. It enables MEV-aware applications to operate in a trust-minimized, permissionless environment.
Decentralized Block Building
SUAVE introduces a permissionless network of block builders that compete to produce the most valuable blocks. This breaks the monopoly of centralized builders and sequencers, creating a competitive marketplace for block space. Builders execute user preferences, aggregate transactions, and submit bids to validators, with the highest-value block winning.
- Key Mechanism: Builders run on the SUAVE chain, receiving encrypted transactions and preferences.
- Outcome: Increased decentralization and censorship resistance in the block production layer.
Encrypted Mempool
The SUAVE mempool is an encrypted transaction pool where users can submit transactions with their execution preferences. This prevents frontrunning and MEV extraction by malicious actors before the transaction is included in a block. Only the winning block builder can decrypt the transactions for inclusion.
- Privacy: Transaction details remain hidden until the auction is settled.
- User Intent: Users can express complex preferences (e.g., "swap only if price is above X") within their encrypted bundle.
Expressiveness & Preference Execution
SUAVE enables expressive transaction ordering by allowing users to specify complex conditions and preferences for how their transactions are executed. These are programmed as intents or conditional transactions within the encrypted mempool. Block builders compete to satisfy these preferences optimally, aligning builder incentives with user goals.
- Examples: Limit orders, MEV-protected swaps, time-locked transactions, and cross-domain arbitrage bundles.
- Result: Moves from simple transaction submission to declarative, goal-oriented interaction.
Cross-Chain MEV Infrastructure
SUAVE acts as a unified layer for cross-chain MEV. It can receive and process transaction flow from multiple blockchains (e.g., Ethereum, Arbitrum, Optimism), enabling sophisticated MEV strategies that span different execution environments. Builders can construct blocks or bundles that include actions across several chains.
- Unified Auction: A single venue to express value and compete for cross-domain arbitrage opportunities.
- Infrastructure: Provides the common communication and computation layer for decentralized block building across ecosystems.
SUAPP Development
SUAPPs (SUAVE Applications) are smart contracts that run on the SUAVE chain itself, enabling new types of MEV-aware applications. Developers can build decentralized solver networks, intent-based aggregators, and trust-minimized keeper networks. SUAPPs have privileged, low-latency access to the encrypted mempool and block building process.
- Use Cases: DEX aggregators that protect against MEV, decentralized order flow auctions (OFAs), and automated cross-chain arbitrage bots.
- Environment: Provides the execution sandbox and economic guarantees for these advanced applications.
Modular Architecture
SUAVE is designed as a modular stack separate from any single execution layer. It consists of distinct components: the SUAVE chain (consensus and computation), the encrypted mempool, and the decentralized builder network. This modularity allows it to serve as a plug-in MEV infrastructure for multiple L1s and L2s.
- Separation of Concerns: Decouples preference expression, block building, and chain execution.
- Interoperability: Can be adopted by any blockchain that integrates with its relay and builder APIs.
How SUAVE Works
SUAVE (Single Unifying Auction for Value Expression) is a decentralized infrastructure that rearchitects the blockchain transaction lifecycle by separating the roles of transaction building and block building.
At its core, SUAVE introduces a specialized execution environment and a new blockchain network dedicated to blockchain mempool privacy and optimal transaction ordering. It functions as a neutral, decentralized block builder that receives encrypted transaction intents (or conditional intents) from users. These intents specify desired outcomes—like a maximum price to pay for a token swap—without revealing the full transaction details publicly, preventing front-running and MEV extraction by searchers.
The SUAVE chain then runs a sealed-bid auction where specialized actors called solvers compete to propose the most valuable block by solving for the best execution against the encrypted intents. This process, known as intent solving, ensures the winning block maximizes value for the end-users who submitted the intents. The winning block bundle is then relayed to the destination chain (like Ethereum) for inclusion, with the solver's fee paid in the native SUAVE token.
This architecture creates a two-layer market: a preference layer where users express desired outcomes, and an execution layer where solvers compete to fulfill them. By centralizing and encrypting the flow of transaction information, SUAVE aims to democratize access to MEV profits, returning value to users and making the auction process more efficient and equitable across the modular blockchain stack.
Core Components
SUAVE (Single Unified Auction for Value Expression) is a decentralized block builder and encrypted mempool network designed to decentralize and optimize the block production supply chain.
Decentralized Block Builder
SUAVE operates as a permissionless network of block builders that compete to construct the most valuable blocks. It separates the roles of proposer (validator) and builder, allowing specialized entities to optimize for MEV (Maximal Extractable Value) capture and efficiency. Builders submit their proposed blocks to a decentralized auction.
Encrypted Mempool
A core privacy primitive where user transactions are sent encrypted. This prevents frontrunning and sandwich attacks by hiding transaction intent until execution. Only the winning block builder in the auction can decrypt the transactions for inclusion, protecting user strategy and improving fairness.
SUAVE Chain
The execution environment and blockchain that coordinates the network. It hosts the auction mechanism, processes preferences from users and searchers, and settles payments. It is EVM-compatible, allowing developers to write SUAPP (SUAVE Application) smart contracts to express complex transaction logic and bidding strategies.
Preference Expression
Users and searchers (MEV bots) can express their preferences for how their transactions are executed. This includes specifying:
- Execution conditions (e.g., price limits)
- Payment in any token for inclusion
- Complex cross-domain intent (e.g., "swap on Ethereum, bridge to Arbitrum"). This creates a competitive market for block space.
Optimal Execution Market
SUAVE creates a marketplace where decentralized applications (dApps) and wallets can outsource transaction execution. Builders compete to provide the best execution (e.g., lowest slippage, highest yield) based on the user's expressed preferences, moving beyond simple fee auctions to execution quality auctions.
Cross-Chain MEV
A key design goal is to facilitate and capture cross-domain MEV (e.g., arbitrage between Ethereum and Layer 2s). By acting as a neutral, shared sequencing layer, SUAVE can coordinate complex transactions across multiple chains, optimizing for total value extracted rather than single-chain value.
Comparison: Centralized vs. SUAVE Block Building
A technical comparison of the architectural and economic properties of centralized block building versus the SUAVE (Single Unifying Auction for Value Expression) approach.
| Feature / Metric | Centralized Block Builder (e.g., MEV-Boost Relay) | SUAVE Block Building |
|---|---|---|
Architecture | Centralized, trusted relay operator | Decentralized network of executors and validators |
Censorship Resistance | ||
Cross-Domain MEV Capture | ||
Bid Privacy | Relay sees all bids | Encrypted mempool via TEEs |
Proposer Revenue | Extracted value shared via relay | Direct, verifiable payment to proposer |
Trust Assumption | Trust in relay's execution and payment | Trust minimized via cryptography and TEEs |
Block Template Source | Single builder selected by relay | Optimized from aggregated, private orderflow |
Fee Complexity | Simple, post-hoc payment | Integrated, atomic payment in execution |
Potential Ecosystem Usage
SUAVE (Single Unifying Auction for Value Expression) is a decentralized block builder and encrypted mempool network designed to decentralize and optimize MEV extraction. Its architecture enables a new class of applications.
Expressiveness & Intents
SUAVE enables more expressive transaction types through intent-based architectures. Users can submit conditional orders (e.g., "swap X for Y if the price is above Z") or complex preferences to the encrypted mempool. Searchers and solvers then compete to fulfill these intents optimally, with SUAVE's auction determining the best execution path. This moves beyond simple transaction ordering to a declarative trading model.
MEV-Sharing & Redistribution
Applications can be built on SUAVE to democratize MEV value. A MEV-Share-like protocol can allow users to submit transactions with hints, enabling searchers to extract backrunning or sandwiching opportunities. A portion of this extracted value is then returned to the original user via a rebate. This creates a more equitable distribution of MEV profits between users, searchers, and validators.
Privacy-Preserving Auctions
SUAVE's encrypted mempool and TEE-based execution enable confidential decentralized finance (DeFi). Sensitive trading strategies, OTC deals, or institutional order flow can be submitted without front-running risk. The auction for block space occurs inside the TEE with sealed bids, revealing only the winning bundle. This creates a new substrate for private, high-value financial activity on public blockchains.
Infrastructure for Searchers & Validators
SUAVE provides critical infrastructure layers:
- For Searchers: A reliable, private channel to submit complex bundles without fear of theft.
- For Validators: Access to a competitive, decentralized market for high-quality, MEV-optimized blocks, increasing their staking rewards.
- For Builders: A modular framework to create specialized preference solvers that compete in the auction to construct the most valuable blocks for any chain.
Security & Decentralization Considerations
SUAVE (Single Unifying Auction for Value Expression) is a specialized blockchain and decentralized mempool designed to decentralize and optimize transaction ordering (MEV) extraction. This section details its core security model and decentralization guarantees.
Decentralized Sequencer Network
SUAVE replaces centralized block builders with a permissionless network of sequencers. These nodes compete to create the most valuable block by running optimistic computations (e.g., for arbitrage, liquidations). The winning block is determined via an on-chain auction, preventing any single entity from controlling transaction flow. This design aims to democratize access to MEV opportunities.
Execution and Privacy Guarantees
SUAVE introduces Trusted Execution Environments (TEEs) and secure enclaves (like Intel SGX) as a core component. User transactions and sensitive bidding logic are executed within these isolated, hardware-protected environments. This provides:
- Confidentiality: Transaction content and bid strategies are hidden from the sequencer node operator.
- Integrity: Code execution is verifiably correct via remote attestation.
- Data Sovereignty: Users retain control over their transaction data.
Preference and Intents Framework
Instead of submitting raw transactions, users express preferences or intents (e.g., "swap X for Y at best price"). SUAVE's network of solvers competes to fulfill these intents optimally. This shifts the security model from transaction censorship-resistance to intent fulfillment guarantee. The system's security relies on the economic incentives for solvers to act honestly and the cryptographic proofs from TEEs.
Cross-Chain Security Assumptions
SUAVE's security is inherently cross-chain. It does not aim for consensus on a global state but on the validity and optimality of cross-domain block proposals. Its security depends on:
- The underlying security of the destination chains (Ethereum, rollups) it serves.
- The bridging or relaying mechanisms used to commit SUAVE blocks to those chains.
- The economic security of its own chain for conducting the auction and punishing malicious sequencers.
Decentralization of the MemPool
A primary goal is to break the information asymmetry and centralization in existing mempools. By creating a shared, neutral, and encrypted space for transaction flow (a decentralized mempool), SUAVE aims to prevent frontrunning and sandwich attacks by privileged actors. All participants access the same encrypted transaction stream, with execution fairness enforced by the TEE-based network.
Risks and Trust Assumptions
SUAVE's architecture introduces unique trust vectors:
- TEE Trust: Relies on the security of hardware manufacturers (e.g., Intel) and the assumption that enclaves are not compromised.
- Relayer Trust: The entity relaying the winning block to the destination chain must be honest, or the system requires robust fraud proofs.
- Liveness: The network of sequencers must remain active and competitive to prevent censorship.
- Complexity: The multi-layered system (TEEs, auction, cross-chain) increases the attack surface compared to a single-chain model.
Common Misconceptions
SUAVE (Single Unifying Auction for Value Expression) is a novel blockchain design focused on decentralizing block building. This section clarifies frequent misunderstandings about its architecture, purpose, and relationship to existing ecosystems.
No, SUAVE is not a traditional Layer 1 blockchain for general-purpose smart contracts. It is a specialized execution environment and decentralized block builder network. Its primary function is to host a competitive, permissionless marketplace for block building and cross-chain MEV extraction. While it has its own chain for consensus and settlement of its internal auction, it is designed to source transactions from and deliver full blocks to other chains like Ethereum, acting as a shared sequencing layer rather than a standalone L1.
Frequently Asked Questions
SUAVE (Single Unifying Auction for Value Expression) is a decentralized block builder network designed to decentralize and optimize the block production process. These questions address its core mechanics, differences from existing solutions, and its role in the future of MEV.
SUAVE (Single Unifying Auction for Value Expression) is a decentralized network and specialized blockchain designed to be a universal, neutral marketplace for block building and transaction ordering. It works by separating the roles of searchers (who find profitable transaction bundles), builders (who construct optimal blocks), and validators/relayers (who propose blocks). Users send encrypted transaction intents to the SUAVE network. Searchers compete to create the most valuable blocks from these intents through an on-chain auction. The winning block is then relayed to an external execution layer (like Ethereum) for finalization, with profits distributed back to participants via the SUAVE chain.
Key components include:
- SUAPP (SUAVE Application): Smart contracts that define auction logic and execution.
- Pre-Confirmation: A guarantee that a user's transaction will be included if certain conditions are met.
- Encrypted Mempool: Transactions remain private until execution to prevent front-running.
Get In Touch
today.
Our experts will offer a free quote and a 30min call to discuss your project.