Overview
Maximal extractable value, or MEV, is the maximum profit a block producer can capture by reordering, inserting, or censoring transactions within a block. It was formerly called miner extractable value, but the term broadened as proof-of-stake validators took over block production. MEV is a structural feature of blockchain design rather than a bug, and it shapes everything from trader outcomes to network fairness.
How It Works
Because block producers choose the order of transactions, they can front-run pending trades, insert their own trades ahead of known arbitrage opportunities, or exploit liquidations. Common MEV strategies include arbitrage between DEXs, sandwich attacks on large swaps, and participating in liquidations. Specialized infrastructure such as order-flow auctions and private transaction relays has emerged to reduce harmful MEV, sometimes returning some value to users.
Why It Matters
MEV transfers value away from ordinary traders toward sophisticated actors, increasing effective costs and undermining fairness. It can congest networks, as bots compete to extract value. At the same time, MEV is what keeps DEX prices efficient and what makes liquidation markets function. Understanding MEV is essential for designing fairer DeFi and for traders who want to protect themselves from front-running.
Related Concepts
MEV is extracted through DEX arbitrage and affects Liquidity Pools and AMM prices. Mitigations range from Flash Loans enabling complex strategies to builder-relay infrastructure that encapsulates value in proposed blocks.