Comparison of MEV Vulnerabilities
Published 7/4/2026, 6:06:32 PM
Intents-based trading significantly reduces MEV (Maximal Extractable Value) vulnerabilities compared to traditional Automated Market Makers (AMMs) by structurally eliminating the public mempool attack surface. Research indicates that intent-based architectures can improve execution by 5–30 basis points on MEV-vulnerable trades by shifting execution from public, sequential transactions to private, outcome-oriented solver competitions.
Comparison of MEV Vulnerabilities
| Feature | Traditional AMMs | Intent-Based Systems (e.g., CoW Swap, UniswapX) |
|---|---|---|
| Mempool Visibility | Public: Transactions are visible before execution, allowing bots to front-run. | Private: Intents are broadcast to private solver networks, hiding details from bots. |
| Sandwich Attacks | High Risk: Attackers exploit slippage by placing trades before and after the user. | Structurally Eliminated: Batch auctions and uniform clearing prices remove reordering profit. |
| Execution Model | Sequential: Transactions are processed one-by-one based on gas price. | Outcome-Oriented: Users specify a desired result; solvers compete to fulfill it. |
| MEV Capture | Extracted: Value is taken by block builders and searchers at the user's expense. | Internalized: MEV risk is shifted to solvers; competition returns value to users as "surplus." |
| Price Certainty | Variable: Subject to slippage and reordering within the block. | Guaranteed: Users receive a signed quote or a uniform clearing price. |
MEV Reduction Mechanisms
Intents-based systems utilize several structural advantages to protect users:
- Off-Chain Signing: Users sign an off-chain message rather than broadcasting a transaction. This prevents "sandwiching" because the transaction parameters never enter the public mempool where MEV bots operate.
- Batch Auctions: Protocols like CoW Protocol use batch auctions where all trades in a block are cleared at a Uniform Clearing Price (UCP). This eliminates the incentive for searchers to reorder transactions, as the sequence no longer affects the price.
- Solver Competition: A network of "solvers" competes to find the best price across all liquidity sources (CEXs, other DEXs, private inventory). This competition forces solvers to pass MEV savings back to the user to win the auction.
- Quantified Impact: Transactions through CoW Swap have been found to have a sandwich attack probability one magnitude lower than other DEXs.
Market Data and Trends
As of early 2025, intent-based solutions (CoW Swap, UniswapX, 1inch Fusion) have seen significant adoption as users seek protection from MEV extraction.
- Sandwich Losses: Ethereum sandwich attack losses were estimated at approximately $40M to $60M annually for 2025. [Note: The $60M figure is contested; independent research from EigenPhi indicates losses were closer to $40M, with monthly extraction declining from ~$10M in late 2024 to ~$2.5M by late 2025.]
- Adoption: In January 2025, the top three intent solutions reportedly exceeded $10.5 billion in volume, representing roughly 12% of total Ethereum DEX volume. [Note: These specific volume and market share figures are not independently confirmed.]
Emerging Risks and Trade-offs
While intents reduce traditional MEV, they introduce new complexities:
- Solver Centralization: High technical requirements may lead to a few dominant solvers, potentially creating a new "gatekeeper" layer.
- Cross-Chain Information Leakage: A new class of cross-chain sandwich attacks has emerged, where attackers monitor source-chain bridge events to predict and front-run destination-chain intent settlements. One estimate suggests attackers extracted ~$5.27M via this vector between August and October 2025. [Note: The $5.27M profit figure is not independently confirmed, though academic research (arXiv) confirms the existence of these attack vectors.]
- Trust Assumptions: Users shift trust from "code-as-law" AMMs to the protocol's ability to slash or penalize malicious solvers who fail to provide the best execution.
Conclusion
Intents-based trading is currently the superior choice for large trades (>$1,000) and MEV-sensitive flows, effectively converting what was once an "invisible tax" paid to block builders into a competitive surplus returned to the trader. However, the model introduces new risks regarding solver centralization and cross-chain information leakage that remain active areas of research.