MEV, or maximal (sometimes "miner") extractable value, is the profit that block producers and specialized "searchers" capture by reordering, inserting, or censoring transactions before they're finalized. It's a structural feature of public blockchains, not a bug, and it works like a hidden tax on DeFi users — every swap, mint, and liquidation creates an opportunity for someone to extract value from the order flow.
Key takeaways
- MEV is profit from controlling how transactions are ordered inside a block, and it exists on Ethereum, Solana, and most other smart-contract chains.
- Sandwich attacks, front-running, and back-running are the three patterns that account for most user-facing MEV extraction on decentralized exchanges.
- Proposer-builder separation (PBS) and MEV-Boost reshaped who captures MEV but did not eliminate it, and recent research flags rising builder centralization as a new risk.
- Solana's Jito-based MEV infrastructure takes a different approach with explicit tip markets, and the same economic forces apply across chains.
What MEV actually means, and where the name comes from
If you've used a decentralized exchange (DEX) like Uniswap, you've probably noticed that the price you expected isn't always the price you got. Some of that gap is honest slippage. Some of it is a form of theft dressed up as market mechanics. MEV is the umbrella term for the latter.
The acronym originally stood for "miner extractable value," because on Bitcoin and on early Ethereum (which used proof of work), miners were the ones who picked which transactions went into a block and in what order. After Ethereum's 2022 shift to proof of stake, the term was rebranded to "maximal extractable value," since validators replaced miners in that role. The economic concept didn't change: whoever has the power to order transactions can profit from that power.
Concretely, MEV is the difference between (a) the value a user expected to receive from their transaction in normal market conditions and (b) the value they actually receive because someone with ordering privileges rearranged the block. That gap can be small — a few basis points skimmed off a large trade — or it can be enormous, as in the case of liquidation cascades where bots compete to be the first to close out underwater loans on lending protocols like Aave.
The crucial thing to understand is that MEV is not a hack. It does not require breaking cryptography or stealing private keys. It is a consequence of transparent, ordered ledgers combined with adversarial, profit-seeking actors. As long as a blockchain publishes pending transactions and lets a block producer choose the order, MEV exists.
The risks for ordinary DeFi users
Before we get into the mechanics, it's worth being blunt about what MEV costs the average person. If you swap tokens on a public mempool DEX, you are almost certainly losing some value to MEV on every trade. The exact percentage varies with trade size, the token pair, and how busy the network is, but academic estimates put the aggregate extraction in the hundreds of millions of dollars per year across Ethereum and similar chains.
There are three user-facing failure modes to know about. First, the sandwich attack: a searcher spots your large buy order in the public mempool, places a buy just before you to push the price up, lets your order execute at the worse price, then sells immediately after for a profit. Your trade "fills," but at a worse rate than the chart suggested. Second, front-running: a searcher copies a profitable trade (for example, an arbitrage opportunity between two DEXs) and submits their own version with a higher fee so it lands first. Third, back-running: a searcher lets your transaction execute and then trades immediately after to capture residual price impact — this one is sometimes considered "benign" because it can actually help with oracle updates and liquidations, but the profit still comes from your trade's footprint.
The real risk isn't just the money lost on a single trade. It's that MEV creates a structural incentive for centralization. The actors who extract the most MEV are the ones with the best infrastructure, the lowest latency to validators, and the deepest capital. Over time, that gravity well pulls power toward a small number of sophisticated searchers and block builders — exactly the opposite of what a "decentralized" network is supposed to deliver.
How a real swap becomes MEV, step by step
To make this concrete, imagine you want to swap 10 ETH for USDC on Uniswap. Here's what happens between the moment you click "swap" and the moment your trade is final on-chain.
Step 1: You sign the transaction. Your wallet constructs an Ethereum transaction that calls Uniswap's router contract, specifying the input amount, the minimum output you're willing to accept (your slippage tolerance), and a gas price. Crucially, this transaction is not yet on the blockchain. It's a signed message waiting to be broadcast.
Step 2: It lands in the mempool. Once broadcast, your transaction propagates through a peer-to-peer gossip network to validator nodes and to a handful of specialized services called searchers. Searchers run bots that monitor the mempool in real time, looking for profitable opportunities: large trades, liquidations, oracle updates, arbitrage between pools. Your 10 ETH swap is now visible to thousands of bots within milliseconds.
Step 3: A searcher spots the opportunity. Suppose a searcher's algorithm sees that your trade will move the ETH/USDC price on Uniswap by enough to be exploitable. The bot constructs a sandwich: a buy of ETH just before yours, and a sell just after. It bundles all three transactions together (yours in the middle) and submits this bundle to a block builder.
Step 4: The builder constructs a full block. Builders are specialized operators who aggregate bundles from many searchers, add regular user transactions, and assemble a complete block template that maximizes total value (priority fees + MEV tips). They compete against other builders to produce the most profitable block possible.
Step 5: The proposer (validator) accepts a bid. In Ethereum's current design, the validator selected to propose the next block doesn't construct the block themselves. Instead, they run software like MEV-Boost, which queries multiple builders, receives bids, and accepts the highest-paying valid block. The validator gets the bid; the builder pockets the MEV minus what they paid the searcher and the validator.
Step 6: Your trade lands at a worse price. The bundle executes. You receive less USDC than the chart implied at the moment you clicked swap. The price impact from the searcher's front-run gets baked into your fill. You don't lose a "fee" in any technical sense, but you leave real money on the table.
This whole pipeline runs in roughly 12 seconds (one Ethereum slot). The actors involved are pseudonymous, the software is largely open-source, and the economics are ruthlessly competitive. There is no villain with a face. There is only a market, and you are the product.
Proposer-builder separation and the rise of MEV-Boost
Before MEV-Boost launched in 2022, validators built their own blocks. That meant a validator with a good searcher operation could earn outsized rewards, while smaller validators got left behind. The result was an arms race: if you were a solo staker, you were leaving money on the table compared to sophisticated players who could extract MEV directly.
Proposer-builder separation, or PBS, is a design philosophy that splits the role of building a block (deciding its contents) from proposing it (signing and broadcasting it to the network). In Ethereum's current "in-protocol absent" phase, PBS is implemented out-of-protocol via MEV-Boost, a piece of middleware developed by Flashbots that lets validators outsource block construction to a competitive builder market.
The effect was dramatic. After MEV-Boost's adoption, the share of Ethereum blocks built via the PBS-style supply chain climbed past 90%. Validators, including small and solo stakers, suddenly captured a much larger share of MEV revenue in the form of builder bids. On paper, this looked like a decentralization win: the playing field leveled, and the protocol's censorship resistance was supposedly preserved because builders couldn't selectively exclude transactions without losing the bid.
But the design has a known soft spot. Because the builder market rewards the most profitable blocks, the largest builders tend to win. Over time, a small number of builders (often just two or three entities) construct the majority of Ethereum blocks. That concentration is a centralization risk in its own right: a builder with majority share can censor transactions, charge monopoly rents, or be coerced by regulators. The censorship-resistance promise of PBS only holds if the builder market remains competitive and credibly neutral.
What the latest research says about builder capture
The honest answer is that PBS solved one problem and created another. By formalizing the builder role, it made MEV extraction more efficient — which is good for validator revenue — but it also made the builder layer a single point of failure and a natural target for state-level pressure.
Recent academic and industry research has flagged several worrying trends. Builder market share is highly concentrated, with the top two or three builders responsible for the majority of blocks on most days. There is evidence of latency arbitrage between builders, where the fastest builder can effectively front-run other builders' bundles, recreating the very extraction MEV-Boost was supposed to distribute fairly. And there is ongoing debate about how to enforce builder neutrality, including proposals for encrypted mempools, threshold encryption, and "in-protocol" PBS designs (like the inclusion lists and crLists in the current Ethereum roadmap).
None of these solutions are deployed at scale yet. Encrypted mempools, which would hide transaction contents until after ordering is finalized, remain a research-grade idea with significant performance trade-offs. Inclusion lists, which force builders to include certain transactions, are being prototyped but add complexity. The honest summary is: MEV is a tax that Ethereum has reduced but not eliminated, and the centralization risks of the current builder market are real and acknowledged by core researchers.
If you want to follow the technical state of the art, watch the work coming out of the Ethereum Foundation's research forums, the mevblocker.io project, and Flashbots' post-MEV-Boost roadmap. The conversation is moving quickly, and what was true a year ago about MEV on Ethereum is already out of date.
How Solana does it differently: the Jito model
Ethereum is not the only chain wrestling with MEV. Solana takes a deliberately different approach, and understanding it helps you see that the underlying economics are the same even when the mechanism differs.
Solana's Jito infrastructure (named after the Jito validator client and its associated block engine) makes the MEV market explicit rather than hiding it behind MEV-Boost's relay layer. Validators running the Jito client accept transactions bundled with explicit tips. Searchers compete in an open, on-chain tip market to get their bundles included. There is no equivalent of Ethereum's out-of-protocol relay layer hiding which bundles are being considered.
The trade-off is significant. On Ethereum, MEV-Boost's design tries to keep the transaction supply chain somewhat opaque to reduce collusion and front-running. On Solana, the Jito tip market is transparent, which can make it easier for searchers to coordinate — but also easier for researchers to measure and analyze. Both designs have their proponents, and both face the same fundamental problem: as long as there is value in reordering transactions, someone will build infrastructure to capture it.
One thing worth noting: Solana's architecture (no public mempool in the Ethereum sense, very high throughput, leader-based consensus) changes the shape of the attacks. Sandwich attacks are still possible on Solana DEXs like Raydium, but the latency dynamics are different. Front-running is constrained by the leader's exclusive right to order transactions in their slot. Back-running and liquidation sniping remain a substantial source of searcher revenue. The lesson is that the same economic forces operate on every high-throughput smart-contract chain, even when the technical details differ.
What you can actually do about it as a user
Given all of the above, what's a regular DeFi user supposed to do? You have a few practical options, each with trade-offs.
First, use a private transaction routing service. Tools like Flashbots Protect (on Ethereum) or MEV Blocker route your transaction through a private mempool that isn't visible to sandwich bots. The trade is still public once included in a block, but searchers can't see it in advance to construct a sandwich. This is the single highest-leverage thing an individual user can do, and it's free for most retail-size trades.
Second, set tighter slippage on your DEX trades. If you set 0.5% slippage instead of 5%, sandwich attacks become unprofitable on most pairs because the attacker can't push the price far enough to extract meaningful value before your transaction reverts. The trade-off is that your own transaction is more likely to fail during volatile moves.
\pThird, be aware that some wallets and aggregators are starting to capture MEV themselves and either rebate it to users or use it to subsidize free trades. CowSwap, 1inch Fusion, and similar intent-based systems run their own batch auctions and can return some of the MEV to you. This isn't a complete fix — you still pay some implicit cost — but it changes the direction of the flow.
Finally, understand that the "cleanest" trades happen on centralized exchanges or in cross-chain bridges that don't expose your transaction to a public mempool. Of course, those venues introduce custodial risk and counterparty risk of their own. There is no free lunch in market structure, only different distributions of who gets skimmed and how.
How to follow MEV and DeFi infrastructure the smart way
MEV is one of those topics where the ground shifts under your feet every few months. New protocols launch, Flashbots and Jito ship updates, the Ethereum roadmap evolves, and a previously obscure research paper can become a protocol upgrade. Tracking all of it manually is a losing game, and most retail coverage buries the technical reality under hype.
Zippfeed surfaces MEV and DeFi infrastructure headlines with sentiment scoring (bullish, neutral, or bearish) and an importance rating, so you can quickly tell which announcements are signal and which are noise. The platform tracks Ethereum, Solana, and the major L2s in one feed, with context that helps you understand whether a new protocol is genuinely interesting or just another team chasing the same searcher revenue that already exists. For anyone serious about understanding the hidden economics of DeFi, that filtering is the difference between staying informed and drowning in Twitter threads.