I’ve spent the last 6 months working on sequencer design for our stealth L2 project, and the more I dig into MEV (Maximal Extractable Value), the more I wonder if we’ve solved the problem or just made it worse.
The Evolution: From Black Market to Protocol Feature
ePBS (Enshrined Proposer-Builder Separation) is now standard on Ethereum. What used to be a shadowy practice—bots front-running your transactions, sandwich attacks draining value—is now built directly into the protocol. Inclusion Lists (EIP-7547) force builders to include censored transactions. MEV-Share and other programmable order flow systems kick some profits back to users. On paper, this sounds like progress.
But here’s what keeps me up at night: by “enshrining” MEV at the protocol level, have we legitimized extraction instead of preventing it?
The Data Tells a Complex Story
When MEV moves from black market to protocol feature, extraction becomes more efficient. That’s the whole point—transparent auctions, fair competition among builders, users get rebates. But efficiency cuts both ways:
- More efficient extraction = more value leaked overall. When it’s easier to extract MEV, more sophisticated actors participate. The pie gets bigger, even if distribution is fairer.
- User rebates require opt-in and technical sophistication. Most users still pay the invisible tax. We’ve created a two-tier system: those who understand MEV-Share get rebates, everyone else subsidizes them.
- L2 sequencers capture MEV opaquely. While Ethereum mainnet has transparent ePBS auctions, Layer 2s still use centralized sequencers. No auction, no transparency, no user rebates. Just pure extraction by the sequencer operator.
I’ve been tracking MEV metrics across different chains, and the pattern is clear: wherever MEV becomes easier to extract (through better tooling, transparent auctions, protocol support), total extraction increases even if distribution improves.
The Philosophy Question That’s Actually Practical
Here’s the analogy I keep coming back to: when you legalize and regulate something like gambling or marijuana, participation increases compared to prohibition. The black market shrinks, but the total market grows.
If MEV is enshrined in the protocol—officially endorsed, optimized, distributed—does total extraction grow even if it’s distributed more fairly? Did we just industrialize rent-seeking?
The Alternative: Prevention Over Optimization
From my work on L2 architecture, I know there ARE alternatives:
- Encrypted execution: Threshold cryptography, SGX enclaves, time-locked puzzles—if transactions are encrypted until after ordering, MEV becomes much harder
- Decentralized sequencing: Shared sequencer networks for L2s, eliminating the single-operator extraction point
- Protocol-level privacy: ZK-encrypted mempools where even validators can’t see transactions until commitment
But these are all harder to build, slower to execute, and less mature than ePBS. We chose the pragmatic path over the principled one.
Where I’m Genuinely Conflicted
Part of me thinks ePBS is brilliant engineering: acknowledge that MEV exists, bring it into the light, distribute benefits more fairly, prevent censorship via Inclusion Lists. Transparency and fairness are wins.
Another part of me worries we’ve permanently embedded a tax on every transaction. By optimizing extraction instead of preventing it, we’ve accepted that users will pay this tax forever. We’re just arguing about who collects it and how much users get back.
My question for this community: Should Ethereum’s roadmap prioritize encrypted execution to prevent MEV entirely? Or is ePBS the right pragmatic solution, and we should focus on better user rebate mechanisms and decentralized sequencing for L2s?
I’m genuinely curious where others stand on the pragmatism vs principles spectrum here. Because the choices we make now about MEV architecture will be very hard to reverse later.