When Vitalik Buterin's own wallet gets frontrun by Jaredfromsubway.eth, you know the MEV problem has become an existential crisis for Ethereum. The question isn't whether something needs to be done—it's whether the proposed solutions can actually work at scale.
The Context: Why the Mempool Became a Battlefield
For those who haven't been watching the technical trenches, the public mempool is Ethereum's open wound. Every pending transaction sits there, visible to everyone, before a block builder decides its fate. This transparency created an entire industry of MEV searchers—bots that scan pending transactions and insert their own orders to extract value, often at the expense of regular users.

Jaredfromsubway.eth isn't just any bot. It's one of the most notorious MEV players, known for sandwich attacks on large trades. When it targeted Vitalik's wallet, the irony was palpable: the creator of Ethereum couldn't transact without being exploited.
But here's the thing—the market has already responded. Private relays and transaction channels have become the go-to solution for high-value traders. They bypass the public mempool entirely, sending transactions directly to block builders. The problem? Trust. You're trusting a relay operator, a builder, or a small group of validators to handle your transaction honestly.
The Core: What the Encrypted Mempool Actually Proposes
EIP-8184, also known as LUCID, is Ethereum's attempt to solve this from the protocol layer. The idea is elegant: encrypt pending transactions so bots can't read them, then reveal the decryption keys only after the block is built. Block builders seal their submissions without knowing the contents. No more frontrunning, no more sandwich attacks.
But here's where the technical reality sets in. The EIP-8184 authors themselves admit something crucial: there is currently no known cryptographic construction that satisfies all the requirements at Ethereum's scale. The requirements include small public keys, non-interactive decryption, no trusted setup, practical ciphertext sizes, strong chosen-ciphertext security, and a credible path to post-quantum safety.
That's not a small gap. That's a canyon.
LUCID tries to work around this by moving the decryption role outside the core protocol. Instead of the chain handling decryption, the sender or a third-party key publisher manages it. You submit a sealed transaction, then release the key later. The block builder doesn't know what they're including until it's too late for bots.
But this tradeoff is significant. You're essentially replacing trust in block builders with trust in key publishers. The problem hasn't been eliminated—it's been shifted. The encryption layer becomes a new middleman, with all the same centralization concerns.
The economic design within LUCID is worth examining. The encrypted block top segment is limited to one-eighth of the block gas limit. A reservation fee is charged upfront, and most of it is refunded upon successful decryption. If the reveal fails, the sender loses the reservation fee. This creates a penalty mechanism, but here's the blind spot: the protocol can't distinguish between a malicious failure and a legitimate error. A sender with poor network connectivity could lose their fee just as easily as a bad actor.
EIP-8105 takes a different approach entirely. It proposes a directed trust graph—a registry where providers can specify which other providers they trust. Trust, incentives, reliability, and penalties all live outside the consensus rules. This is more flexible, sure, but it externalizes accountability. The protocol layer has no way to enforce punishments against bad actors, which means the system relies on off-chain reputation mechanisms.
Then there's FOCIL (EIP-7805), the inclusion list pipeline that connects to the encrypted mempool proposals. FOCIL empowers multiple validators to influence which transactions a block builder must include. This is where the encrypted mempool starts to look less like a standalone solution and more like a piece of a larger puzzle. FOCIL has been listed as a consensus-layer priority for the Hegotá upgrade, which is targeted for 2027. That timeline tells you everything about how far away these proposals are from production.
The Contrarian Angle: What the Hype Gets Wrong
Here's the insight most commentary misses: the real near-term goal of these proposals isn't eliminating MEV—it's raising the cost of MEV attacks.
The reservation fee mechanism, the one-eighth gas limit, the complexity of key management—all of these make it more expensive and riskier for bots to extract value. But they don't remove the possibility. A sophisticated MEV searcher with enough capital can still find ways to operate within the encrypted mempool.
The narrative of "Ethereum will protect users from MEV" is misleading. What Ethereum is actually building is a system where MEV becomes a game of economics rather than a game of information asymmetry. The bots will adapt. They'll pay more for priority access, they'll build their own key publisher networks, they'll find new attack vectors in the encrypted layer.
The other blind spot? Trusted hardware proposals were mentioned in the roadmap discussions, but they introduce their own problems. Hardware manufacturers and operators become new trust anchors, which creates tension with Ethereum's permissionless ethos. A system that requires Intel SGX or similar enclaves isn't truly decentralized.
There's also a subtle but important point about the private relay market. Right now, private relays are the working solution—they're imperfect, they require trust, but they exist in production. The encrypted mempool proposals, if successfully implemented, would structurally disrupt this market. But the transition period is likely to be messy, with multiple overlapping systems and migration risks.
The Takeaway: Where We Actually Stand
Look at the timeline. FOCIL is targeted for Hegotá in 2027. The encrypted mempool proposals are still in draft stage, with no known cryptographic construction that meets all requirements. Even if a breakthrough happens tomorrow, you're looking at years of prototyping, testing, security audits, and community consensus before anything reaches mainnet.

The question isn't whether Ethereum will eventually encrypt its mempool. The question is what happens in the meantime.
Private relays will continue to serve high-value users. MEV bots will continue to exploit the public mempool. The gap between the ideal and the reality will widen. And every time a high-profile wallet gets frontrun, the community will demand faster action—which could lead to risky shortcuts.
The most honest assessment? Ethereum is building a long-term solution for a problem that needs immediate attention. The encrypted mempool is architecturally sound as a direction, but it's not a fix for the current cycle. It's a foundation for the next decade of Ethereum's evolution.
For those making decisions today—whether as traders, builders, or validators—the practical takeaway is simple: continue using private relays and MEV protection tools, but understand their limitations. The protocol-level solution is coming, but it's not here yet. The difference between a roadmap and reality is measured in years, not months.