The Hidden Tax: How MEV Extraction Penalizes Regular Blockchain Users

Maximum Extractable Value—MEV—gets tossed around a lot in blockchain engineering circles, but most of the conversation stays locked inside protocol developer chats and searcher discords. The regular user, the person just trying to swap tokens or manage a lending position, rarely hears about it. Yet they pay for it on almost every transaction. A persistent, invisible tax. This piece walks through the actual mechanisms that pull value away from ordinary participants, puts numbers on the damage, and explains why the current batch of mitigations still leaves retail users holding the short end of the stick.
Defining the MEV Supply Chain
Before we tally the user’s bill, the cast of characters needs a clear introduction. MEV is the profit someone can wring out of a blockchain by reordering, inserting, or censoring transactions inside a block. The extraction pipeline usually has four parties: the user who originates a transaction, the searcher who spots a profitable opening, the block builder who assembles the optimal transaction bundle, and the proposer—validator or miner—who ultimately slots the block into the chain.
On proof-of-stake Ethereum, the proposer-builder separation that MEV-Boost brought in has given this supply chain a formal structure. Searchers run algorithms that comb through the mempool—the public waiting room for pending transactions—hunting for patterns they can exploit. When you submit a swap on a decentralized exchange, that order sits in the mempool briefly, visible to anyone running a node. A searcher can see the price impact your trade will cause and act before it confirms. You’re essentially showing your cards before the hand plays out.
Sandwich Attacks: The Most Direct User Penalty
The sandwich attack is still the ugliest, most visceral example of MEV extraction aimed straight at regular users. The mechanics are simple, and the effect on the victim’s execution price is brutal. A searcher spots a large pending swap on something like Uniswap. They fire off two transactions: one right before the victim’s trade, buying the same asset to push the price up, and one right after, selling the asset back at that inflated price. The victim’s transaction executes in the middle, at a worse rate than what they saw when they signed the order. They get the filling; the searcher gets the bread on both sides.

The financial damage isn’t hypothetical. A 2022 study by EigenPhi dug through over 500,000 sandwich attacks on Ethereum and BNB Chain. The tally: victims lost roughly $1.3 billion in potential value across two years. The average sandwich attack skimmed somewhere between 0.5% and 2% of the victim’s trade size. On volatile pairs, during high-slippage conditions, the loss could blow past 5%. These aren’t paper losses. They represent real value that users would have kept if their transactions had executed at the fair market price they saw when they hit submit.
What makes sandwiching especially nasty is that it punishes exactly the behavior decentralized exchanges are supposed to reward: providing liquidity through trading. A user who wants to swap a meaningful chunk of an asset creates the price movement searchers feed on. The bigger the trade, the juicier the sandwich. This sets up a regressive dynamic where users executing substantial trades—often the ones less savvy about slippage settings—pay a disproportionately higher tax. The system penalizes size and, frequently, inexperience.
Liquidation MEV and the Collateral Cascade
Lending protocols like Aave and Compound depend on liquidators to keep the system solvent. When a borrower’s collateral ratio drops below the liquidation threshold, anyone can repay the debt and claim the collateral at a discount. In theory, this creates an efficient market for risk management. In practice, MEV searchers have turned liquidations into a hyper-competitive extraction game that penalizes borrowers far beyond the intended liquidation penalty.
The protocol-specified liquidation discount—usually 5% to 10%—is meant to compensate liquidators for taking on the collateral and covering the debt. But when multiple searchers race for the same liquidation, they bid up the gas price to priority-gas-auction levels. Often, 90% or more of the liquidation bonus gets consumed by gas. The borrower still loses their collateral at the full discount, but the value doesn’t flow to a liquidator performing a useful service. It flows to the block proposer as a priority fee. A transfer from the underwater borrower straight to the validator.
This creates a perverse outcome: the borrower pays the full liquidation penalty, but the system gets minimal benefit because the liquidator’s margin is torched by gas competition. The proposer extracts the value, having done nothing to manage risk or maintain protocol health. For users liquidated during volatile market conditions—often retail borrowers with thin collateral buffers—this is a pure loss with no corresponding systemic gain. They get hit twice: once by the market, once by the MEV pipeline.
Just-in-Time Liquidity and the Frontrunning of Honest LPs
Just-in-time liquidity—JIT—is a quieter form of MEV that penalizes passive liquidity providers. In automated market makers like Uniswap v3, LPs deposit assets into specific price ranges and earn fees when trades happen inside those ranges. A JIT searcher watches the mempool for a large swap, mints a hyper-concentrated liquidity position exactly around the expected execution price, collects the fees from the swap, and removes the liquidity—all within a single block. In, out, fees pocketed. No inventory risk, no continuous presence.
The result: fees that would have accrued to honest, committed LPs get siphoned off by searchers who bear zero inventory risk and provide no lasting liquidity. This shrinks returns for LPs, which shrinks the incentive to provide liquidity. Less liquidity means higher slippage for all traders, including the retail users least equipped to optimize their execution. The JIT extractor imposes a negative externality on the whole ecosystem, and the cost eventually lands on end users through worse pricing. A quiet drain, but a steady one.
The Priority Gas Auction and Universal Fee Inflation
MEV extraction doesn’t only hurt the specific users whose transactions get targeted. The competition among searchers to capture MEV opportunities drives up gas prices for everyone. When a lucrative sandwich or liquidation appears, searchers submit transactions with escalating priority fees to outbid each other. These high-priority transactions eat block space and raise the effective gas price floor, forcing ordinary users to either pay higher fees or wait longer for inclusion.

This effect is measurable. During periods of high MEV activity—volatile market conditions, popular NFT mints—base fees on Ethereum can spike hard. EIP-1559 was supposed to make fee estimation more predictable, but it didn’t eliminate the congestion caused by MEV searchers fighting for inclusion. Regular users submitting simple transfers or small swaps find themselves priced out or forced to pay multiples of the normal fee simply because searchers are flooding the mempool with high-gas bundles. You’re not competing for a sandwich; you’re just trying to move $50 in stablecoins, and suddenly the network treats you like a second-class citizen.
The externality extends to blockspace consumption. MEV bundles often include multiple transactions—the victim trade, the extractive trades, sometimes filler transactions to manipulate ordering. This consumes blockspace that could have accommodated legitimate user transactions, increasing scarcity and therefore the cost of inclusion for everyone. It’s a tragedy of the commons, with searchers grazing on the shared pasture of block space.
MEV in a Multi-Chain World
Ethereum gets most of the attention, but MEV extraction isn’t confined to one chain. Solana, despite its high throughput and low fees, sees MEV activity. The mempool structure differs—Solana doesn’t have a traditional public mempool—but searchers adapted by running validators or co-locating with validators to get early visibility into transaction flow. Sandwich attacks on Solana are less common because of the continuous block production model, but arbitrage and liquidation MEV are still very much present. Different plumbing, same leak.
On Layer 2 rollups, the picture is shifting. Optimistic rollups like Arbitrum and Optimism use centralized sequencers that currently don’t expose a public mempool, which suppresses sandwich attacks but doesn’t kill MEV. The sequencer sits in a privileged position and could theoretically extract MEV, though major rollup operators have committed to fair ordering policies—for now. Zero-knowledge rollups introduce different dynamics, since the proving process changes the economics of transaction inclusion. But the fundamental tension doesn’t go away: any system where transaction ordering is discretionary creates opportunities for value extraction at the expense of uninformed participants. Change the consensus mechanism, change the mempool design, and the game just moves to a different layer.
Protective Mechanisms and Their Limitations
Several technical defenses have been deployed to shield users from MEV extraction. Each one has meaningful gaps that leave regular users exposed.
Flashbots and Private Mempools
Flashbots introduced a private transaction submission channel that bypasses the public mempool, preventing searchers from observing and frontrunning transactions. This works well for sophisticated users who integrate Flashbots into their trading infrastructure. But it demands technical knowledge and custom RPC configuration. The average user submitting transactions through a standard wallet interface like MetaMask still broadcasts to the public mempool and remains vulnerable. Protection exists; it’s just not reachable for most people.
Slippage Protection in DEX Interfaces
Most decentralized exchange frontends now include slippage tolerance settings that can limit the damage from sandwich attacks. Set slippage to 0.5%, and your transaction reverts if the execution price deviates by more than that amount, preventing the sandwich from completing. But this shifts the problem rather than solving it: your transaction simply fails, you still pay gas for the failed attempt, and you must resubmit—potentially facing the same attack again. In high-MEV environments, a user might see multiple failed transactions before one succeeds, accumulating gas costs with each attempt. The protection becomes a tax of its own.
CoW Swap and Batch Auctions
Protocols like CoW Swap use batch auctions where orders are collected off-chain and settled in a single transaction, eliminating ordering within the batch and making sandwiching impossible. This model genuinely protects users. But it’s limited to the specific venues that implement it. A user swapping on Uniswap through a standard interface doesn’t benefit from CoW Swap’s protection. Liquidity fragmentation across protected and unprotected venues means users often trade where the liquidity is, not where the protection is best. The safe venue might not have the pair you need, or the depth you want.
Quantifying the Regular User’s MEV Tax
Estimating the total MEV tax regular users pay means aggregating across several categories. Sandwich attack losses are the most directly attributable, with EigenPhi’s data pointing to hundreds of millions annually across major EVM chains. But that undercounts the full impact. Liquidation MEV that flows to proposers rather than liquidators is a transfer from borrowers. JIT liquidity reduces LP returns, which shows up as wider spreads and higher slippage for traders. Priority gas auction inflation raises costs for all users during MEV-active periods. The bill arrives in pieces, and most users never see the line items.
A comprehensive analysis by Flashbots in 2023 estimated that MEV extraction totaled roughly $600 million on Ethereum alone over a two-year span. Not all of that came directly from user pockets—some MEV, like cross-exchange arbitrage, can improve market efficiency. But a significant fraction, likely over half, represented value that would have otherwise stayed with the users who originated the transactions or the liquidity providers who supported the markets. That’s a quiet $300 million-plus drain on the people the system is supposed to serve.
For an individual user, the tax is stochastic but persistent. A trader who executes ten swaps of $10,000 each might get sandwiched on two or three of them, losing $100 to $500 per attack. A borrower who gets liquidated once might lose an additional 5% of their collateral beyond the intended penalty because of gas competition. Over time, these losses compound into a meaningful drag on user returns—one that isn’t disclosed in any interface and stays invisible to anyone not actively monitoring mempool activity. You’d only notice if you kept a parallel set of books tracking what your trades should have returned versus what they actually did.
Structural Solutions and Their Trade-offs
The blockchain research community has proposed several structural changes to reduce MEV extraction. Each one introduces new complications.
Encrypted Mempools: If transactions were encrypted until inclusion, searchers couldn’t frontrun them. But this requires a trusted party to hold decryption keys or a complex threshold decryption scheme. It also blocks legitimate use cases like arbitrage that improve market efficiency. The technical overhead is substantial, and adoption remains limited. You trade one problem for several new ones.
Fair Ordering Protocols: Consensus-layer changes could enforce that transactions within a block are ordered by some verifiable metric—a commit-reveal scheme, a verifiable delay function. This would eliminate discretionary ordering by proposers. The challenge: fair ordering can conflict with the proposer’s incentive to maximize revenue, which is necessary to secure the chain under proposer-builder separation. A chain that enforces fair ordering may see validators migrate to chains that allow MEV extraction, reducing security. Fix fairness, lose validators. Not a clean trade.
Application-Layer Defenses: Decentralized exchanges can implement features like batch auctions, frequent batch auctions, or request-for-quote systems that eliminate the mempool visibility problem. These are effective but require users to choose protected venues, fragmenting liquidity and creating a two-tier system where sophisticated users get better execution than those using standard interfaces. The gap between the informed and the uninformed just moves up one level of abstraction.
The Information Asymmetry at the Core
At its root, MEV extraction penalizes regular users because of a fundamental information asymmetry. Searchers operate nodes that see the full mempool, run sophisticated simulations, and submit transaction bundles through optimized channels. Regular users see only the front-end interface of a wallet or dApp, with a quoted price that may already be stale by the time their transaction reaches the network. This gap in visibility and capability means value systematically flows from the less informed to the more informed—a dynamic that contradicts the promise of a transparent, equitable financial system.
The blockchain trilemma—balancing decentralization, security, and scalability—has a fourth dimension that gets overlooked: fairness. A system that allows sophisticated actors to extract value from unsophisticated participants through purely technical means is not fair, regardless of its throughput or degree of decentralization. Until the information asymmetry is addressed at the protocol level, MEV will remain a regressive tax on regular users. Not a bug. A feature of the current architecture.
Frequently Asked Questions
What is MEV and why should regular users care?
MEV stands for Maximal Extractable Value—the profit someone can pull out of a blockchain by reordering, inserting, or censoring transactions within a block. Regular users should care because MEV extraction often comes straight out of their pocket: worse trade prices, failed transactions that still burn gas fees, or higher network fees when MEV activity spikes. It’s an invisible cost most users pay without ever knowing it’s there.
Can I protect my transactions from sandwich attacks?
Partial protection is possible. Setting low slippage tolerance on DEX trades can cause sandwich attacks to revert, though you’ll still pay gas for the failed transaction. Using private transaction submission services like Flashbots Protect can hide your transaction from searchers, but that requires technical setup most casual users don’t have. Trading on venues that use batch auctions, like CoW Swap, offers stronger protection but may have less liquidity for some token pairs. There’s no one-click fix.
Does MEV affect users on Layer 2 networks?
Yes, but differently. Most Layer 2 rollups currently use centralized sequencers that don’t expose a public mempool, which prevents sandwich attacks. However, the sequencer itself has the power to extract MEV, and users must trust the sequencer operator not to do so. As rollups decentralize their sequencers, MEV dynamics similar to Ethereum’s may emerge unless protective measures are built into the protocol from the start. The problem is deferred, not solved.
Are there any blockchain networks that have solved the MEV problem?
No network has completely solved MEV extraction. Some chains have reduced certain forms of MEV through design choices—Solana’s continuous block production makes sandwich attacks harder, and encrypted mempool proposals aim to eliminate frontrunning. But as long as transaction ordering is discretionary and information about pending transactions is available to some parties before others, opportunities for extraction will exist. The challenge is structural, not incidental. You can move it around, but you can’t wish it away.