Keyboard shortcuts

BTC79,835-1.71%ETH2,265.41-2.36%SOL91.03-4.86%BNB671.66-1.53%XRP1.43-1.98%ADA0.2649-3.47%DOGE0.1134+0.76%AVAX9.70-3.48%LINK10.26-3.93%DOT1.33-5.18%BTC79,835-1.71%ETH2,265.41-2.36%SOL91.03-4.86%BNB671.66-1.53%XRP1.43-1.98%ADA0.2649-3.47%DOGE0.1134+0.76%AVAX9.70-3.48%LINK10.26-3.93%DOT1.33-5.18%
IntermediateCrypto 101

What is MEV?

Maximum extractable value is the profit a blockchain actor can earn by reordering, including, or excluding transactions in a block.

Last updated Nov 1, 2025, 12:00 PM UTC

Maximum Extractable Value (MEV) is the profit that block producers, searchers, and their bots can earn by manipulating the order of transactions in a block. It is a structural feature of public blockchains: whoever decides the order of transactions has a valuable option, and in a competitive market that option gets priced.

The classic plays

Arbitrage. Two decentralized exchanges list the same token at different prices. A searcher buys on the cheap venue and sells on the expensive one in a single transaction. This is legitimate, even useful — it is how prices stay consistent across DEXes.

Sandwich attacks. A searcher spots a pending user swap in the public mempool, front-runs it with a buy at the current price, waits for the user's trade to push the price up, then sells immediately after. The user ends up filling their order at a worse price; the sandwicher pockets the difference.

Liquidations. When a DeFi loan falls below its collateral requirement, keepers race to be the one who repays the debt and seizes the collateral bonus. On busy chains this is a highly competitive, milliseconds-matter game.

Just-in-time (JIT) liquidity. A provider inserts a huge liquidity position one block before a known large trade, captures most of the fee, and withdraws the next block.

The MEV supply chain

On Ethereum, MEV has split into a specialized pipeline:

  • Searchers run bots that scan the mempool and build profitable transaction bundles.
  • Builders assemble these bundles into full blocks, optimizing for total MEV.
  • Proposers (validators) choose among competing blocks, usually picking whichever pays them the most via a relay like MEV-Boost.

This separation is called Proposer-Builder Separation (PBS). It was introduced to stop a world where validators all need to run sophisticated MEV bots to stay competitive — a centralizing pressure.

Why it matters to ordinary users

For an average swapper, MEV shows up as slippage. The token you tried to buy ends up costing slightly more than the quoted price, because a bot ran ahead of your trade. Setting tighter slippage tolerances helps, but a trade that is too tight just fails.

Private mempools — services like Flashbots Protect, MEV Blocker, and CowSwap — let you submit transactions directly to builders so sandwichers never see them. For larger trades, this is an obvious defensive move. For a $50 swap, the extra latency is usually not worth it.

Is MEV all bad?

No. Arbitrage keeps prices aligned. Liquidations keep lending protocols solvent. Even sandwich attacks, unpleasant as they are, are a signal that slippage parameters are being abused.

What MEV reveals is simpler: on a public blockchain, transaction order is a resource, and there is no free lunch. The job of protocol designers is to minimize the value leaking to rent-seekers and return the rest to users. Designs like CoW Protocol's batch auctions and application-specific sequencing on rollups are the most interesting current attempts.

Related terms

More explainers