MEV (Maximal Extractable Value)
Miner/Maximal Extractable Value from ordering.
MEV, or maximal extractable value, is value gained by controlling the inclusion, exclusion, or ordering of transactions in a blockchain block. The term replaced “miner extractable value” because validators, builders, sequencers, and other participants can influence ordering outside proof-of-work mining. MEV can benefit market function or harm users depending on the strategy.
Searchers monitor pending or private order flow and simulate opportunities. They may arbitrage price differences, liquidate unhealthy loans, or compete for limited mints. Searchers send transactions or bundles to builders, who construct blocks. Proposers choose blocks, often based on payments. The exact supply chain varies by network.
Arbitrage and liquidations can keep markets aligned and lending protocols solvent. Sandwich attacks are more harmful: a searcher buys before a user's swap, lets that swap move price, then sells after it. The user receives worse execution within their slippage tolerance. Censorship and time-bandit reorganizations represent more serious potential forms.
MEV matters because it redistributes value and shapes network architecture. Competition encourages specialized infrastructure, private order flow, and builder concentration. Validators can receive additional revenue, while ordinary users may pay through slippage or failed transactions. Applications that use manipulable on-chain spot prices can be exploited with temporary ordering and capital.
Proposer-builder separation aims to reduce the need for every validator to build optimized blocks. Auctions can spread MEV revenue while relays and dominant builders create trust and censorship questions. Layer 2 sequencers have their own ordering powers and may use different protections.
Users should set realistic slippage and use protected routing when suitable. Developers need adversarial transaction-order testing, robust oracles, minimum outputs, and fair execution design. Monitoring realized prices helps identify harm. MEV is not one attack or fee; it is a structural consequence of valuable control over transaction order in programmable markets.
Teams should measure who receives ordering revenue and what users lose relative to a fair reference. Private relays may protect one trade while concentrating information with a small provider. Protocol designers need explicit goals because removing one strategy can reduce useful arbitrage or create another extraction route. Transparent auction rules, censorship monitoring, and diverse builders improve accountability, but economic incentives continue changing as markets and block construction evolve.
Frequently asked questions
- Searchers and block builders identify profit from inserting, reordering, or excluding transactions. Common opportunities include DEX arbitrage, liquidations, NFT mints, and sandwich attacks. They submit transactions or bundles through public and private routes, while a proposer selects a block. Some MEV improves prices or protocol health; harmful forms worsen user execution or enable censorship.
- Proposer-builder separation divides block construction from final block proposal. Specialized builders compete to create valuable blocks, while validators choose among bids rather than optimize ordering themselves. Ethereum currently uses protocol-adjacent infrastructure for much of this flow, with research toward stronger in-protocol designs. PBS can democratize revenue while creating relay, builder, censorship, and centralization concerns.
- Use sensible slippage, deep liquidity, limit or batch execution, and reputable private transaction routes when appropriate. Avoid oversized swaps in thin pools and review minimum output. Private order flow reduces public visibility but introduces provider trust. Protocols can use batch auctions, intent systems, encrypted mempools, and manipulation-resistant oracles, though no method removes all MEV.
