MEV (maximal extractable value, formerly “miner extractable value”) is the profit that validators and automated bots can extract by reordering, inserting, or omitting transactions within a block before it is confirmed on-chain. On Ethereum, this extraction runs into hundreds of millions of dollars per year. For most retail traders, it shows up as unexpected slippage on DEX swaps.
How MEV works
When you submit a swap transaction, it sits in the public mempool, a visible waiting room, before a validator picks it up and includes it in a block. MEV bots scan the mempool continuously. A large swap will push the token price in a predictable direction. A bot spots it, buys the token before your transaction executes (front-running), and sells immediately after your trade settles (back-running). The combined maneuver is called a sandwich attack. You pay a worse price; the bot captures the difference.
Not all MEV is harmful. Liquidation MEV (bots competing to liquidate undercollateralized DeFi positions) keeps lending protocols solvent. Arbitrage MEV (bots correcting price differences between DEXes) keeps prices consistent across markets. The damaging type for retail traders is sandwich attacks on swaps.
What this means for traders
Setting a slippage tolerance of 0.5–1% on a DEX gives bots a window to profitably sandwich your trade. Setting it tightly (0.1–0.3% for major pairs on liquid DEXes) reduces the opportunity but risks failed transactions during fast-moving markets.
The practical defence is a private RPC endpoint. Flashbots Protect, MEV Blocker, and 1inch Fusion submit your transactions through private channels, bypassing the public mempool where bots operate. Most major wallets in 2026 support private RPC configuration in settings. For any swap above $2,000, this is worth switching on. See the technical analysis guide for how on-chain data, including MEV metrics, fits into broader market analysis. Also relevant: sentiment analysis tools that incorporate mempool data.
A concrete example
You submit a $15,000 USDC-to-ETH swap with 1% slippage tolerance on Uniswap. A sandwich bot detects it in the mempool. It buys $50,000 of ETH just ahead of your transaction, pushing the price up 0.8%. Your swap executes at 0.8% above the quoted rate, and the bot sells immediately after, netting roughly $120 from your trade alone. Using MEV Blocker as your RPC endpoint routes your transaction privately. That $120 stays with you.
Frequently asked questions
Does MEV only affect large trades?
Large trades are more profitable targets, but bots also attack small swaps when gas costs are low enough to make the math work. During low-congestion periods on Ethereum, sandwiching a $2,000 trade can still be profitable for a bot.
Is MEV unique to Ethereum?
No. Any blockchain with a public mempool has MEV. It exists on Ethereum, Binance Smart Chain, and most EVM-compatible chains. Solana has an analogous dynamic called order flow optimization. Private mempools, used by some Ethereum L2s, reduce it significantly but do not eliminate it.
Does a DEX aggregator protect against MEV?
Partially. 1inch Fusion mode routes through a private network of resolvers rather than the public mempool, which provides real protection. The trade-off is slightly more complex routing, which on illiquid pairs can occasionally give a worse rate than a direct DEX trade.





