MEV (Maximal Extractable Value)
Profit a block producer can capture by reordering, including, or censoring transactions within a block. MEV strategies include arbitrage, liquidations, and sandwich attacks.
How MEV is extracted
The mechanic uses block proposers' control over transaction ordering:
- A block proposer (validator or sequencer) sees pending transactions.
- They identify profitable reordering opportunities.
- They execute their own transactions in optimal positions within their block.
- Profit accrues to the proposer (or to "searchers" who pay proposers for inclusion).
Common MEV strategies:
- Arbitrage — exploit price differences across DEXes.
- Liquidations — execute liquidation transactions for profit.
- Sandwich attacks — front-run a user trade and back-run after their slippage.
- Front-running — place transactions ahead of known pending ones.
How much MEV exists
Estimates vary:
- Ethereum mainnet — total MEV extraction estimated at hundreds of millions to billions of dollars per year.
- Other chains — extraction is sometimes higher per-transaction on chains with weaker MEV protection.
- Specific events — major liquidation cascades, popular NFT mints, and bull-market trading volumes produce concentrated MEV opportunities.
The MEV market has matured into a sophisticated industry with specialized actors, tools, and strategies.
The MEV supply chain
Specialized roles have emerged:
- Searchers — find MEV opportunities and bundle transactions.
- Builders — assemble blocks combining searcher bundles and regular transactions.
- Proposers / validators — select which builder's block to propose.
- Relayers — intermediaries that connect builders and proposers.
This stack (proposer-builder separation, or PBS) has become the dominant Ethereum MEV infrastructure post-Merge.
Flashbots and MEV-Boost
Two important infrastructure components:
- Flashbots — research and product organization that pioneered MEV infrastructure. Built MEV-Boost.
- MEV-Boost — middleware that lets validators outsource block-building to specialized builders. Used by most Ethereum validators.
This infrastructure has made MEV more efficient and (controversially) more centralized in a small number of sophisticated actors.
Who pays for MEV
The economic costs:
- Users get worse prices when their trades get sandwiched.
- LPs may suffer adverse selection from MEV-aware traders.
- Liquidation borrowers lose more than they would in less-efficient markets.
- Some MEV is value-creating — arbitrage that aligns prices across venues benefits the system overall.
Estimating user-borne costs vs. value-creating MEV is an active research area.
Reducing MEV
Several approaches to mitigate MEV impact on users:
- Private mempools. Flashbots Protect, MEV Blocker — submit transactions through private channels invisible to public-mempool searchers.
- Slippage protection. User-set max slippage on AMM swaps reduces sandwich profitability.
- Intent-based architectures. Solver competition fills user orders optimally rather than exposing them to public mempool.
- Encrypted mempools. Various proposals to encrypt pending transactions until execution.
- MEV redistribution. Some validators share captured MEV with delegators or users.
For active users, combining these defenses can significantly reduce MEV exposure.
MEV across chains
Different chains have different MEV dynamics:
- Ethereum — most-studied; sophisticated PBS infrastructure.
- Solana — different mechanics; Jito network distributes MEV revenue to stakers.
- Layer 2s — typically have centralized sequencers that can capture MEV; sequencer decentralization is an active area.
- App-specific chains like Hyperliquid have their own MEV characteristics.
Each chain's architecture creates different MEV opportunities and protections.
MEV and decentralization
A persistent concern:
- Sophisticated MEV extraction concentrates revenue in a small set of well-resourced actors (specialized builders, large staking pools).
- This concentration may eventually pressure validator decentralization.
- Regulatory exposure — MEV-based strategies may attract legal scrutiny in some jurisdictions.
- Censorship concerns — builders can choose what transactions to include, raising questions about transaction-level censorship.
Various efforts work to keep MEV competitive, distributed, and not concentrating into censorship vectors.
MEV in CEX vs. DEX
The MEV concept doesn't apply directly to centralized exchanges (CEXes don't have public mempools), but analogous concepts exist:
- Order-flow auctions — where retail orders are routed.
- Internalized matching — exchange matches some orders against their own market makers.
- Privileged access — some institutional traders pay for faster connectivity or priority.
These dynamics extract value from retail traders in ways similar in spirit to on-chain MEV, though through different mechanisms.
What individuals should know
For typical users:
- MEV affects you even when you don't think about it.
- Use private mempools for trades on liquid major tokens.
- Set tight slippage on DEX swaps.
- Consider intent-based DEX aggregators for protection.
- Stick to highly liquid pairs — small or thinly-traded swaps are MEV-prone.
For sophisticated participants:
- Some MEV strategies are profitable for those with technical capability.
- Competition is fierce. Marginal MEV opportunities are exploited rapidly.
- Building or operating MEV infrastructure has real revenue but requires meaningful technical and capital commitments.
MEV is one of the most-discussed and most-misunderstood crypto topics. The basic insight — block ordering creates economic value — has produced an entire infrastructure layer with both real value-creation and real costs. Understanding it is increasingly important for anyone seriously using on-chain DeFi.