You hit confirm.
The token was checked.
The approval was limited.
The intent was signed inside a hardened perimeter. Then the transaction left the wallet.
And the moment it entered a public mempool, the userās intent became visible to anyone watching the queue.
That is where the invisible tax begins.
A quote is not execution. A wallet can show you a route. An aggregator can show you a price. A simulation can say the swap should pass. But this is not ājust slippage.ā This is not normal market volatility. This is order-flow exposure.
A public mempool is a waiting room for transactions before they are included in a block.
Searchers can monitor that flow, filter pending DEX calls, simulate outcomes locally, and decide whether the transaction is profitable to attack. The wallet was not hacked. The private key was not stolen. The intent was exposed before settlement.
Chainlink (
@chainlink) describes the sandwich pattern clearly: a bot sees a pending buy, buys before the user, the user executes at a worse price, the bot sells after the user.
Front-run. Victim execution. Back-run. The trader does not see āMEV.ā
They see: āWhy did I receive less than expected?ā
That is the problem.
Flashbots Protect exists because this is a real execution problem.
Since launch, Protect has been used by 2.1M Ethereum accounts, protected $43B in DEX volume, and returned 313 ETH in MEV refunds.
Polygon (
@0xPolygon) launched Private Mempool on April 2, 2026: a private transaction submission endpoint designed to protect transactions from frontrunning and sandwich attacks through a one-RPC integration.
BNB Chain (
@BNBCHAIN)ās Goodwill Alliance shows the same execution problem at network scale: daily sandwich attack frequency fell from 140K to under 1K - a reduction of more than 95% - after validators and builders coordinated around MEV-protected block building.
And this is not a niche pattern anymore.
A 2025 arXiv benchmark study on private MEV protection RPCs suggests Ethereum DeFi interactions have shifted to roughly 80% private RPC usage after PoS/PBS.
That does not mean MEV is solved.
It means execution routing itself became a security and performance layer.
CoW Protocol (
@CoWSwap) uses batch auctions and solver competition to reduce MEV exposure.
Uniswap Wallet (
@Uniswap) has swap protection through private transaction pools.
MEV Blocker, built by CoW DAO (
@CoWSwap), protects users through a special RPC and returns 90% of backrunning value to the user.
So the answer is not:
ānothing exists.ā
The answer is:
protection is fragmented.
Change RPC. Use a specific wallet. Use a specific app. Use a specific solver system.
Use a specific chain feature. Hope the user knows which path is safe this time.
That is not a security model.
That is optional protection scattered across the execution stack.
A real self-custody execution environment should reason about MEV before signing:
trade size, pool liquidity, price impact, slippage tolerance, route complexity, chain-specific mempool behavior, private path availability, solver path, fallback policy.
The question is not only:
āWhat is the best quote?ā
The real question is:
āWhat is the best protected execution path after the user signs?ā
MEV-aware routing should start inside the wallet execution boundary:
intent, simulation, route scoring, MEV risk check, protected path selection, signing, private submission, execution monitoring.
Not after the transaction is already public.
Not after the user gets sandwiched.
Not after the trader opens a block explorer and realizes the āslippageā was actually extraction.
A wallet that optimizes the quote but ignores the broadcast path is not doing execution routing.
It is doing pre-MEV price discovery.
Quote ā execution.
Signing ā settlement.
Public mempool ā safe broadcast.
Execution quality is wallet security.
Chainlink - Front-Running in DeFi
chain.link/article/front-runā¦
Ethereum_org - MEV
ethereum.org/developers/docsā¦
Flashbots Protect Overview
docs.flashbots.net/flashbotsā¦
Flashbots - 2 Million Protect Users
writings.flashbots.net/2m-prā¦
Polygon Private Mempool
polygon.technology/blog/polyā¦
BNB Chain Goodwill Alliance
bnbchain.org/en/blog/how-theā¦
Private MEV Protection RPCs Benchmark Study
arxiv.org/abs/2505.19708
CoW Protocol MEV Protection
docs.cow.fi/cow-protocol/conā¦
Uniswap MEV Protection
blog.uniswap.org/mev-protectā¦
MEV Blocker
mevblocker.io