When you submit a transaction to Ethereum, it doesn't go directly into a block. It goes into the mempool first—a public waiting room where pending transactions sit until a validator picks them up. Anyone can read that queue. Block producers decide which transactions make it into the next block, and in what order. That discretion has monetary value.
MEV—Maximal Extractable Value (formerly Miner Extractable Value)—is the total value a block producer can capture through that ordering power. Some of it is relatively benign: arbitrage bots closing price gaps between DEX pools. Some of it comes directly at your expense: bots reading your pending transaction and positioning ahead of it. The mechanism is the same either way. The mempool is public, the ordering authority is discretionary, and that combination generates extractable value structurally—not because of bad actors, but because of how public blockchains work.
Three types dominate.
Arbitrage. When the same asset trades at different prices across two pools, someone can buy on the cheaper side and sell on the expensive side in the same block. A bot watching the mempool spots a large incoming trade that will create a price gap, positions their arbitrage transaction to land first, and captures the difference. The price gap closes—useful for market efficiency—but the block producer facilitated it, often pocketing the gas tip from the winning bot.
Front-running. You submit a large buy order. A searcher sees it in the mempool, estimates your price impact, and submits the same trade with a higher gas fee to land first. They buy before you push the price up. You execute at a worse price. They sell into your order at a profit. Your transaction still goes through—you just paid more than you should have.
Sandwich attacks. A variation on front-running: the searcher places one transaction before yours (buy) and one after (sell), sandwiching your trade and capturing the slippage you absorb. The framing is useful because it makes the predatory structure visible—you're being bracketed by someone extracting value from your position in the queue.
Liquidations. DeFi lending protocols pay a bonus to whoever liquidates an undercollateralized position. When a position hits the threshold, bots race to be first. Block producers can insert their own liquidation transaction or prioritize the bot paying the highest tip. This one is more ambiguous—liquidations are necessary for protocol solvency, so the MEV here is doing real work.
The infrastructure around this has become substantial. Flashbots, launched in 2021, formalized MEV extraction into a marketplace. Searchers (the bots doing extraction) submit transaction bundles to builders, who assemble the most profitable possible block, which validators then select via MEV-Boost. Around 90% of Ethereum blocks are built through this system. What started as chaotic gas auctions in the public mempool became an organized supply chain.
The structural point worth sitting with: you can't eliminate MEV without changing one of three conditions. The mempool is public, transaction data is readable before execution, and block producers have ordering authority. Change any of those and you change MEV's character. Change none of them and MEV is permanent.
The binding constraint is informational, not computational. MEV exists because pending transactions are visible before execution. Private mempool solutions—Flashbots Protect, MEV Blocker—route your transaction directly to block builders without broadcasting it publicly, preventing front-running specifically. That's a real improvement for individual users. But private mempools address individual transaction exposure, not the systemic ordering question.
A secondary constraint: validator economics. Validators who opt out of MEV-Boost earn materially less than those who use it. So adoption reached roughly 90% quickly and has stayed there. The choice to participate is technically voluntary and practically mandatory if you care about returns.
Two structural developments are worth tracking.
Enshrined PBS. Current MEV-Boost is middleware—validators voluntarily use external relays and builders outside the protocol. Enshrined proposer-builder separation would make this architecture part of Ethereum itself, removing the trusted relay layer and reducing centralization risk in the builder market. It's on the Ethereum roadmap but not yet deployed.
Intent-based architectures. CoW Protocol, UniswapX, and similar systems route orders through off-chain solver competitions rather than directly into the mempool. Solvers compete to find optimal execution and submit the winning path on your behalf. This doesn't eliminate MEV, but it moves the competition somewhere users can benefit from it—solver competition surfaces better prices that get passed back rather than extracted.
Builder concentration is the more immediate concern. A handful of specialized builders produce most Ethereum blocks, creating a centralization point that wasn't fully anticipated when MEV-Boost was deployed.
Builder concentration declining—fewer blocks dominated by the top three builders. Growth in private mempool routing, trackable via Flashbots public data. Enshrined PBS reaching formal EIP stage with genuine core developer consensus. Intent-based protocol volumes growing relative to direct AMM trading.
Enshrined PBS stalls and gets deprioritized in the Ethereum roadmap. Builder concentration increases rather than decreases. Private mempool providers themselves become extractive—builders favoring certain order flow sources in ways that disadvantage neutral users.
MEV extraction is happening now, at scale, in every Ethereum block. The infrastructure is mature. Enshrined PBS is on the roadmap but the timeline is unclear—Ethereum's development focus has been scaling (EIP-4844 landed March 2024; danksharding is next). Expect the current MEV-Boost architecture to persist for at least another 12–24 months. Intent-based architectures have meaningful adoption but are still growing. Builder decentralization is a multi-year problem.
This post describes MEV mechanisms and the structural conditions that produce them—not investment or operational advice. Validator economics and MEV software choices involve real financial considerations with meaningful variability. Anyone operating validators should evaluate those specifics with complete information.




