Maximal Extractable Value (MEV) — originally called “Miner Extractable Value” before Ethereum‘s transition to proof-of-stake — refers to the total profit that a block producer can extract beyond standard block rewards and transaction fees by exploiting their control over transaction ordering within a block. Because miners and validators can choose which transactions to include, exclude, and in what order, they (and bots that pay them) can systematically front-run, sandwich attack, and arbitrage transactions before they are confirmed. Daian et al.’s 2020 paper “Flash Boys 2.0” at IEEE S&P formally quantified MEV, revealing hundreds of millions in annual extraction from DeFi users.
How It Works
MEV arises from three fundamental block producer privileges:
- Transaction ordering: Block producers can arrange transactions in any order within a block.
- Transaction inclusion/exclusion: They can include or omit any transaction from the mempool.
- Transaction insertion: They can insert their own transactions anywhere in a block.
Common MEV Strategies
##### Sandwich Attack
The most harmful to retail users:
- Attacker monitors mempool for a large swap on a DEX (e.g., buying ETH on Uniswap).
- Attacker front-runs: submits a buy order for the same token with a higher gas tip, executed before the victim’s trade. This moves the price up.
- Victim’s trade executes at the worse price.
- Attacker back-runs: immediately sells after the victim’s trade, booking a risk-free profit.
##### Frontrunning
A bot detects a profitable transaction (e.g., a liquidation or arbitrage) in the mempool and submits its own identical transaction with a higher gas fee to execute first.
##### Arbitrage MEV
Purely benign from a user perspective — bots spot price discrepancies between DEXs and execute arbitrage within a single block, profiting from market inefficiency without harming other users.
##### Liquidation MEV
DeFi lending protocols reward liquidators who close undercollateralized loans. Bots race to be first to trigger liquidations, bidding up gas fees in the process.
Flashbots: MEV Infrastructure
Flashbots is a research and development organization that created MEV-Boost, now used by the majority of Ethereum validators post-Merge. MEV-Boost separates block building (assembling transactions for maximum profit) from block proposing (validators who propose but do not build):
- Block builders construct the most profitable block ordering.
- Searchers (MEV bots) submit bundles directly to builders, bypassing the public mempool.
- Validators propose the most profitable block via MEV-Boost, earning additional revenue.
This system democratizes MEV revenue (validators earn from it) while moving most MEV activity out of the public mempool, reducing on-chain gas wars.
PBS: Proposer-Builder Separation
Proposer-Builder Separation (PBS) is Ethereum’s long-term protocol-level solution to MEV, being researched and rolled out via EIPs. PBS formally separates validator duties (proposing) from block construction, with cryptographic commitments preventing builders from knowing who will propose — reducing censorship risk.
History
- 2018–2019 — “Dark forest” awareness: Crypto community first notices sophisticated bots front-running large on-chain transactions.
- 2020 — “Flash Boys 2.0” paper: Daian et al. (IEEE S&P 2020) formally defines MEV, documents its scale ($680M annually estimated at time of publication), and identifies systemic implications for consensus security.
- 2020, November — Flashbots launched: Creates an alternative mempool and auction system to productize MEV without harmful gas wars.
- 2021 — MEV-Geth: Flashbots releases modified Ethereum client enabling private block auction for MEV bundles; adopted by majority of Ethereum miners.
- 2022, September — Ethereum Merge: ETH transitions to proof-of-stake; MEV-Boost replaces MEV-Geth; validators now earn MEV revenue.
- 2023 — $1B+ cumulative MEV: Flashbots’ MEV explorer documents over $1 billion extracted since formal tracking began.
- 2023–2024 — SUAVE and PBS research: Flashbots develops SUAVE (Single Unifying Auction for Value Expression) and Ethereum researchers work on protocol-level PBS implementation.
Common Misconceptions
- “MEV is just bot activity — it doesn’t affect me.” Sandwich attacks directly raise prices for any user making large swaps on DEXs. Impermanent loss for liquidity providers is partly driven by MEV arbitrage.
- “Flashbots eliminated MEV.” Flashbots commoditized and made MEV more efficient — it did not eliminate extraction. It reduced harmful gas wars but MEV volume has continued growing.
- “Only Ethereum has MEV.” MEV exists on all blockchains with flexible transaction ordering. Solana and BNB Chain (formerly Binance Smart Chain) have active MEV extraction.
- “Proof-of-stake solved MEV.” The Merge moved the extracting party from miners to validators but did not eliminate MEV — validators now route MEV bundles through MEV-Boost for additional rewards.
Criticisms
- Wealth concentration: MEV revenue accrues to sophisticated searchers with low latency connections, creating a two-tier system where technical actors extract value from regular users.
- Consensus instability: Large MEV opportunities can incentivize validators to restructure the chain (time-bandit attacks) to capture retroactively profitable transactions — a serious long-term consensus risk identified in the original paper.
- Censorship risk: Post-Merge, OFAC-compliant block builders have filtered transactions from sanctioned addresses (e.g., Tornado Cash), introducing censorship into what should be a neutral ordering process.
- User harm underappreciated: Most retail users are unaware that their DEX trades are routinely sandwiched. The true cost of MEV to retail users is systematically underreported.
- Centralization pressure: MEV-Boost’s adoption by 90%+ of validators concentrates block building among a small number of builders, creating a centralization vector in Ethereum’s middleware stack.
Social Media Sentiment
MEV is a core topic in Ethereum research circles on r/ethfinance, r/ethereum, and EthResear.ch forums. It is simultaneously celebrated as “free markets in action” by searchers and condemned as “high-frequency trading on a blockchain” by retail advocates. The censorship implications of OFAC-compliant MEV-Boost attracted significant controversy in 2022, leading to community debate about validator duties and protocol neutrality.
Active communities: r/ethereum, r/ethfinance, r/defi, r/CryptoCurrency
Last updated: 2026-04
Related Terms
Sources
- Daian, P., Goldfeder, S., Kell, T., Li, Y., Zhao, X., Bentov, I., Breidenbach, L., & Juels, A. (2020). “Flash Boys 2.0: Frontrunning in Decentralized Exchanges, Miner Extractable Value, and Consensus Instability in Decentralized Exchanges.” IEEE S&P 2020.
- Flashbots (2020). “Flashbots: Frontrunning the MEV Crisis.” Flashbots Blog.
- Flashbots (2021). “MEV-Geth: Enabling Sealed-Bid Block Space Auctions.” Flashbots Documentation.
- Weintraub, B., Torres, C. F., Nita-Rotaru, C., & Gervais, A. (2022). “A Flash(bot) in the Pan: Measuring Maximal Extractable Value in Private Pools.” IMC 2022.
- Buterin, V. (2021). “Proposer-Builder Separation Friendly Fee Market Designs.” EthResear.ch.