A new technical proposal aims to fundamentally reshape how transactions are handled on the Ethereum network. Known as EIP-8105, it outlines a design for a fully encrypted mempool, a change that could significantly alter user privacy and the dynamics of miner extractable value (MEV). This initiative, discussed by core developers and researchers throughout 2025 and into 2026, seeks to address long-standing vulnerabilities in Ethereum’s transaction broadcast system.
Understanding the Current Mempool’s Vulnerabilities
In Ethereum’s current design, pending transactions sit in a public, unencrypted waiting area called the mempool. This visibility is a core vulnerability. According to data from Flashbots, a research organization, bots and validators routinely scan this public data. They use it to front-run, sandwich, or back-run user transactions for profit, a practice collectively known as MEV. Estimates suggest billions of dollars in value have been extracted this way since Ethereum’s launch.
Also read: Worldcoin Plunges 13% Amid Major Expansion of Its Iris-Scanning Tech to Zoom, Docusign
The public mempool also exposes transaction details like amounts, sender, and recipient addresses before confirmation. This lack of privacy is a major concern for both individual users and institutions. EIP-8105 directly targets these two issues: economic exploitation and privacy erosion.
The Core Mechanics of EIP-8105’s Encrypted Design
The proposal, authored by researchers including Barry Whitehat and others from the Ethereum Foundation, introduces a new transaction type. Instead of broadcasting plaintext data, users would submit transactions encrypted with the public key of the current block builder. Only the designated builder for that specific slot can decrypt and process the transactions. This creates a sealed-bid auction model.
Also read: X Cashtags Ignite $1 Billion Trading Frenzy in Just 48 Hours
Key technical components include:
- Threshold Encryption: Relies on a distributed key generation (DKG) protocol among validators to create a shared public key for each slot.
- Timed Decryption: The private key to decrypt transactions is only revealed after the block is proposed, preventing pre-confirmation snooping.
- Commit-Reveal Schemes: Users may commit to a transaction hash first, then reveal the full encrypted data, adding another layer of complexity for attackers.
This design suggests a shift from a purely permissionless, transparent queue to a controlled, privacy-focused relay system. The implication is a potential reduction in opportunistic MEV, though more sophisticated forms may persist.
Expert Perspectives on Implementation Hurdles
While the theory is sound, developers point to significant challenges. Tim Beiko, a key Ethereum protocol coordinator, has noted in developer calls that the cryptography adds latency and complexity. The need for validators to run DKG protocols for every slot could strain network resources.
Furthermore, some analysts argue that MEV will not disappear but may consolidate. Block builders with superior decryption and ordering capabilities could gain more centralized power. What this means for investors is a potential change in the staking space, where builder software becomes as critical as validation software.
Comparing Privacy Solutions: EIP-8105 vs. Alternatives
EIP-8105 is not the first attempt to tackle mempool privacy. Other approaches exist, each with different trade-offs.
| Solution | Method | Key Trade-off |
|---|---|---|
| EIP-8105 (Encrypted Mempool) | Threshold encryption per block | High computational overhead, potential latency |
| Private Transaction Pools (e.g., Flashbots Protect) | Off-chain, trusted relayers | Relies on centralization of relay operators |
| ZK-SNARKs for Transactions | Full transaction encryption with proofs | Extremely high gas costs for users |
Industry watchers note that EIP-8105 attempts to bake privacy into the base layer protocol. This is a more ambitious, but also more complex, path than relying on external services. Its success depends on elegant implementation that does not compromise Ethereum’s core tenet of decentralization.
The Road Ahead and Potential Network Impact
As of April 2026, EIP-8105 remains an active research proposal. It has not been approved for inclusion in a specific network upgrade, or hard fork. The next steps involve continued refinement, rigorous peer review, and the development of testnet implementations to evaluate real-world performance.
The potential impacts are broad. For users, increased privacy and fairer execution are the main benefits. For validators and block builders, the economic model changes. Revenue from open MEV may decline, shifting emphasis to priority fees and efficient block construction. This could signal a maturation of Ethereum’s economic layer, moving away from what some call a “dark forest” of predatory bots.
However, the transition would be significant. Wallets, block explorers, and analytics platforms that rely on public mempool data would need to adapt. The proposal underscores a broader trend in blockchain: a growing focus on solving the privacy-scalability-decentralization trilemma at the protocol level.
Conclusion
EIP-8105 presents a compelling vision for a more private and equitable Ethereum transaction system. By designing an encrypted mempool, it confronts the dual problems of MEV exploitation and financial privacy leakage head-on. While substantial technical and coordination hurdles remain before any mainnet deployment, the proposal has ignited essential discussion. It highlights the ongoing evolution of Ethereum from a transparent ledger to a sophisticated, user-protective platform. The development of EIP-8105 will be a key story to watch in the Ethereum ecosystem throughout 2026.
FAQs
Q1: What is EIP-8105?
EIP-8105 is an Ethereum Improvement Proposal that outlines a technical design for encrypting the network’s transaction mempool. Its goal is to prevent front-running and enhance user privacy by hiding transaction details until they are included in a block.
Q2: How would an encrypted mempool stop MEV?
It would not stop all MEV, but it would combat the most opportunistic forms. By encrypting transactions, bots cannot see the details needed to front-run or sandwich trades in the public mempool. MEV would still be possible by the block builder who decrypts the transactions, but the open auction for it would be eliminated.
Q3: When will EIP-8105 go live on Ethereum?
There is no set timeline. As of April 2026, it is a research proposal under discussion. It must undergo extensive testing, peer review, and community consensus before being scheduled for a network upgrade, which could take years if it proceeds at all.
Q4: What are the main criticisms of the EIP-8105 design?
Critics point to potential performance issues. The encryption and decryption processes for every block could slow down network propagation. There are also concerns about implementation complexity and whether it might inadvertently centralize power around a few sophisticated block builders.
Q5: Does this make Ethereum transactions completely private?
No. It would make the *pending* transaction details private. Once a transaction is confirmed in a block, the data is still public on the blockchain. This proposal specifically addresses the privacy leak that occurs in the mempool before confirmation.
Q6: How is this different from using a service like Tornado Cash?
Tornado Cash is an application for breaking on-chain links between addresses, focusing on asset privacy. EIP-8105 is a base-layer protocol change focused on transaction *submission* privacy. It hides the intent and details of a transaction before it is mined, while Tornado Cash obfuscates the history of funds after transactions occur.
This article was produced with AI assistance and reviewed by our editorial team for accuracy and quality.

Be the first to comment