The Hidden Tax: How MEV Extraction Penalizes Regular Blockchain Users

Abstract digital network with glowing nodes representing blockchain transactions

You submit a swap on Ethereum. You expect a clean process: your trade lands in the next block, you pay the gas you agreed to. What actually happens is messier. Behind the interface, a shadow market of searchers, builders, and validators is peeling value out of your transaction—often at your direct expense. The industry calls this Maximal Extractable Value. The framing suggests efficiency. In practice, it works like a regressive tax on ordinary users.

I’ve spent years poking around blockchain infrastructure, and I’ve watched MEV grow from a niche arbitrage trick into an institutionalized extraction layer. Protocol developers and MEV researchers tend to highlight the upside: tighter spreads, faster price discovery, liquidations that keep lending markets solvent. Those benefits are real. But they dodge a more basic question: who actually pays for MEV, and how much?

The answer isn’t comfortable. Regular users—retail traders, NFT minters, DeFi depositors—carry the bulk of MEV costs. Sophisticated actors capture the profits. This isn’t a bug. It’s a structural feature of how blockchains order transactions. And as MEV infrastructure gets more efficient, the extraction gets quieter, but no less damaging.

What MEV Actually Is—Beyond the Buzzwords

MEV stands for Maximal Extractable Value. The term started as “Miner Extractable Value” during proof-of-work days. Now it reflects a reality where validators, block builders, and searchers all compete to pull profit from transaction ordering. The mechanism is straightforward: anyone with the power to include, exclude, or reorder transactions inside a block can profit from the price impact those transactions create.

Take a large swap on Uniswap. A user sends a transaction to swap 100 ETH for USDC. That trade will move the pool’s price. A searcher spots the pending transaction in the mempool, calculates the expected price movement, and inserts their own buy order just before the user’s trade, then sells right after. That’s a sandwich attack—the most notorious flavor of MEV—and it directly widens the user’s slippage while generating risk-free profit for the attacker.

MEV isn’t just sandwiches. It covers arbitrage between decentralized exchanges, liquidations of undercollateralized loans, even front-running NFT mints during high-demand drops. In every case, the extracted value comes from somewhere: the trader who gets a worse price, the borrower who loses collateral at a discount, the collector who burns gas on a failed mint attempt.

Digital visualization of blockchain data flow with interconnected nodes

The Extraction Supply Chain

To see why regular users lose out, you need to understand the MEV supply chain. It’s no longer just miners reordering transactions. Today, specialized searchers run algorithms to detect MEV opportunities. They bundle transactions into packages and send them to block builders, who construct the most profitable block possible. Validators then pick the highest-bid block, often through MEV-Boost relays that auction block space in real time.

This supply chain is efficient. It’s also exclusive. Searchers need low-latency infrastructure, access to private mempools, and sophisticated simulation tools. Builders need relationships with searchers and validators. Validators just plug into relays and collect the bids. The profits flow upward: searchers keep a cut, builders take a fee, and validators receive the bulk of the extracted value as a block reward supplement.

Regular users have no seat at this table. They don’t get rebates on the value extracted from their transactions. They can’t negotiate for better inclusion terms. Their only move is to pay higher gas fees to outbid attackers—a self-defeating strategy that often just increases the MEV available in their transaction.

Sandwich Attacks: The Direct Tax on Swaps

Sandwich attacks are the most visible form of MEV extraction, and they make the problem concrete. A user submits a swap with a slippage tolerance—say, 0.5%. The searcher sees it, buys the same asset just before the user’s trade, pushing the price up by 0.5%, then sells immediately after, capturing the spread. The user gets exactly the worst price their slippage tolerance allows. The searcher pockets the difference.

This isn’t a theoretical edge case. Data from EigenPhi and other MEV dashboards shows sandwich attacks account for millions of dollars in extracted value monthly, with thousands of individual users affected. The average sandwich victim loses between 0.1% and 0.5% of their trade value—a fee that appears nowhere in the UI, but is as real as any gas cost.

Worse, the prevalence of sandwiches forces users into a lose-lose choice: set tight slippage and risk transaction failure (wasting gas), or set loose slippage and invite extraction. Neither option is fair. The protocol itself doesn’t cause this; the mempool’s transparency and the auction-based ordering system do.

Liquidation MEV: Borrowers Pay the Penalty

Lending protocols like Aave and Compound depend on liquidators to stay solvent. When a borrower’s collateral ratio falls below the liquidation threshold, anyone can repay the debt and claim the collateral at a discount. In theory, that’s healthy. In practice, liquidations have become an MEV gold rush.

Searchers race to be first to liquidate, often using flash loans to execute the transaction atomically. The competition drives gas prices up and forces liquidators to take smaller discounts. That sounds good for borrowers—but the reality is more tangled. The MEV extraction here doesn’t come from the liquidation discount itself. It comes from the timing and ordering games that delay or front-run borrower attempts to save their positions.

A borrower who sees their position approaching liquidation might submit a repayment or collateral top-up transaction. If a searcher can front-run that transaction with a liquidation, the borrower loses their collateral despite acting in good faith. The searcher profits, the protocol remains solvent, and the borrower is left with nothing. This is a direct penalty on the least sophisticated participants—those who may not monitor their positions 24/7 or use private mempools to hide their rescue transactions.

Close-up of digital code on a screen, symbolizing blockchain transaction data

The Illusion of Protection: Private Mempools and MEV-Boost

In response to sandwich attacks, several services now offer “MEV protection.” Flashbots Protect, for example, routes transactions through a private mempool, hiding them from searchers until they’re included in a block. This prevents front-running, but it doesn’t eliminate MEV—it just shifts the extraction point.

When a user sends a transaction through a private mempool, they’re trusting a builder not to extract value from it. But builders are economically rational. If a transaction contains extractable value, the builder can still sandwich it themselves or sell the right to do so. The user pays a fee (often zero, subsidized by the builder’s other MEV profits) for “protection” that is ultimately discretionary.

MEV-Boost, the dominant relay system for Ethereum validators, adds another layer. Validators auction their block space to builders, who compete to offer the highest bid. The winning block is the one that extracts the most value—not the one that treats users fairly. This system centralizes MEV extraction among a few sophisticated builders, but it doesn’t return value to users. It simply redirects the profits from validators to builders and searchers, with validators taking a cut via the auction.

The result is a two-tier system: users who know about MEV and use private mempools may avoid sandwiches, but they still contribute to the MEV that builders extract elsewhere. Users who don’t know about MEV—the majority—pay the full cost. This is a knowledge-based tax, regressive by design.

Quantifying the User Penalty

How much do regular users actually lose? Precise numbers are hard to pin down because MEV extraction is often embedded in slippage, failed transactions, and gas wars. But we can estimate from public data.

According to MEV tracking platforms, total extracted MEV on Ethereum has ranged from $300 million to over $1 billion annually during peak activity. Sandwich attacks alone account for roughly 10-20% of that, or $30-200 million per year. Each sandwich victim loses a small amount, but the aggregate is enormous. For context, Uniswap’s total trading fees—the visible cost users accept—are in a similar range. MEV effectively doubles the cost of trading for many users, without their knowledge or consent.

Liquidation MEV is harder to attribute directly to borrowers, but the pattern is clear: when gas wars erupt over a liquidation, the borrower’s collateral is sold at the maximum discount allowed, and the excess gas costs are borne by the liquidator—but the borrower still loses the full collateral. In volatile markets, this can mean losing 10-20% more than necessary due to MEV-driven delays and front-running.

Failed transactions add another layer. Users who set tight slippage to avoid sandwiches often see their transactions revert, wasting gas fees that can range from $10 to hundreds of dollars during congestion. These costs are pure loss, with no economic benefit to anyone except the validators who collect the gas.

Why the System Persists

If MEV is so harmful to regular users, why hasn’t it been eliminated? The answer lies in the incentives of the actors who could change it. Validators earn significant supplemental income from MEV—often more than from consensus rewards. Builders and searchers have built profitable businesses around extraction. Protocol developers benefit from the liquidity and efficiency that MEV bots provide, even if users pay the price.

Proposals to mitigate MEV exist: encrypted mempools, fair ordering protocols, batch auctions, and application-specific designs like CowSwap’s intent-based trading. But each solution requires trade-offs. Encrypted mempools delay transaction inclusion and can be broken by trusted hardware compromises. Fair ordering requires consensus-layer changes that are politically difficult. Batch auctions reduce front-running but introduce latency and complexity.

The deeper issue is that MEV is a symptom of blockchain architecture. As long as transaction ordering is a permissionless auction, someone will pay to influence it. The question is whether the costs fall on those who can afford them or on those who can’t. Currently, the answer is the latter.

What Regular Users Can Do—and What They Can’t

For users aware of MEV, a few defensive strategies exist. Using private mempools like Flashbots Protect can prevent sandwich attacks on swaps. Setting slippage tolerance carefully—low enough to limit extraction, high enough to avoid reverts—requires constant attention to market conditions. Trading on aggregators that split orders across multiple pools can reduce price impact and make sandwiches less profitable.

But these are band-aids. They require technical knowledge that most users lack. They don’t address liquidation MEV or the broader extraction from arbitrage and ordering games. And they don’t change the fact that the value extracted from a user’s transaction flows to validators and searchers, not back to the user.

A more structural approach would be to use applications designed to minimize MEV. Decentralized exchanges with batch auction mechanisms, like CoW Protocol, match orders peer-to-peer off-chain, eliminating the mempool entirely. Some lending protocols are exploring liquidation mechanisms that return excess collateral to borrowers rather than giving it to liquidators. But these designs are still niche, and they often come with their own usability trade-offs.

The Ethical Dimension

There’s an uncomfortable ethical question at the heart of MEV: is it theft? Legally, no—MEV operates within the rules of the protocol. Transactions are submitted to a public mempool, and anyone can respond to them. But ethically, the situation is murkier. When a searcher front-runs a user’s trade, they’re exploiting information asymmetry and the user’s lack of sophistication. The user didn’t consent to have their transaction reordered for someone else’s profit; they simply used the protocol as designed.

The blockchain community often frames MEV as a natural market phenomenon, like arbitrage in traditional finance. But in traditional finance, front-running client orders is illegal. Brokers have a fiduciary duty to execute orders at the best possible price. In DeFi, there is no such duty. The protocol is neutral, but the actors using it are not. This neutrality enables exploitation, and the victims are those who trust the system most.

I’m not arguing that MEV should be outlawed—that’s impossible in a permissionless system. But we should be honest about its effects. MEV is not a harmless efficiency; it’s a wealth transfer from uninformed users to informed extractors. Calling it “maximal extractable value” sanitizes what is, in many cases, value extraction from the people who can least afford it.

Frequently Asked Questions

What is a sandwich attack in simple terms?

A sandwich attack happens when someone sees your pending trade on a decentralized exchange and places their own trade just before and after yours. The first trade pushes the price up, making your trade execute at a worse rate, and the second trade profits from the price difference. You end up paying more for the asset than you would have without the attack, and the attacker pockets the difference.

Can I completely avoid MEV when trading on Ethereum?

Complete avoidance is difficult because MEV is built into how Ethereum processes transactions. You can reduce your exposure by using private mempool services like Flashbots Protect, trading on aggregators that minimize price impact, or using exchanges with batch auction designs. However, these methods don’t eliminate all forms of MEV, and they often require extra steps or trade-offs in speed or cost.

Why don’t validators stop MEV if it hurts users?

Validators earn significant extra income from MEV through block auctions. In many cases, MEV rewards exceed the standard block rewards they receive for proposing blocks. Since validators are economically motivated, they have little incentive to forgo this income unless protocol rules force them to. Changing those rules requires broad consensus, which is slow and politically complex.

Is MEV the same as front-running in traditional finance?

There are similarities, but key differences. In traditional finance, front-running client orders by brokers is illegal and violates fiduciary duties. In DeFi, there are no such legal protections—the mempool is public, and anyone can act on the information they see. MEV is technically permitted by the protocol, but it creates similar harms: worse prices for ordinary traders and profits for intermediaries who exploit their position.