Skip to content
Crypto & Web3

MEV - Maximal Extractable Value

The value that can be extracted by reordering, inserting or censoring transactions within a block - a structural feature of public blockchains with major market-abuse implications.

Also known asMiner Extractable Value (legacy)Block-builder rents

Definition

Maximal Extractable Value (MEV) is the value that block proposers - or specialised searchers and builders - can extract from the act of ordering transactions within a block. MEV emerges from the public mempool architecture of most modern blockchains: anyone can see pending transactions, and economic actors compete to position their own transactions favourably.

Common MEV strategies

  • Arbitrage - generally benign, aligns prices across venues.
  • Liquidations - also generally benign.
  • Sandwich attacks - a form of front-running harmful to retail users with high slippage tolerance.
  • Time-bandit attacks - block re-orgs to capture missed MEV (rare, contentious).

Regulatory status

MEV does not have a single regulatory home. Different MEV strategies map to existing market-abuse categories: sandwich attacks resemble front-running; some forms of liquidity manipulation map to spoofing. ESMA has signalled MEV as a topic for clarification under MiCA Level 3, but no specific guidance exists yet.

Mitigation

Protocol-level mitigations include private mempools (Flashbots Protect, MEV-Share), commit-reveal schemes, batch auctions (CoW Swap), and proposer-builder separation. From a surveillance perspective, identifying patterns at the wallet/contract level remains the primary tool.