Ethereum Protocol Fellowship (EPF) Cohort 7 — Applications open until May 13
All EIPs
EIP-8184 Draft EL

LUCID encrypted mempool

Authors: , ,

Canonical data: /latest/eips/8184.json

Public encrypted mempool for commit-before-reveal inclusion of MEV-sensitive transactions, without enshrining a specific encryption scheme.

Timeline

Hegotá
Justin Florentine
Declined
Mar 12, 2026 · ACDE #232
Proposed
Feb 12, 2026 · ACDE #230
Headliner Presentation
Feb 12, 2026 · ACDE #230
Headliner Proposal
Feb 5, 2026 · Forum Post
EIP Created Mar 4, 2026

Key Benefits

  • Prevents front-running and sandwich attacks through commit-before-reveal encrypted transaction inclusion
  • Restores public mempool viability by removing the need for private order flow
  • Broadens FOCIL censorship resistance to cover MEV-sensitive transactions
  • Supports multiple encryption schemes without coupling Ethereum to a specific construction

Trade-offs & Considerations

  • Adds one-slot execution latency as transactions execute in the following block
  • Introduces trust assumptions around decryptors for key release timing
  • Substantial cross-layer implementation complexity touching both consensus and execution clients

Stakeholder Impact

End Users

Protected from front-running and sandwich attacks in the public mempool without needing to trust private intermediaries.

Application Developers

Can build applications leveraging trustless MEV protection and on-chain routing with exact pre-state knowledge.

Wallet Developers

Must integrate encryption standards, handle sealed transaction lifecycle, and help users choose reliable decryptors.

Tooling / Infrastructure

Block explorers and indexers need to parse sealed transactions, key messages, and delayed execution patterns.

Layer 2s

Could adopt similar encrypted transaction mechanisms for MEV protection on L2.

Stakers & Node Operators

Validators gain agency as includers forcing encrypted transaction inclusion; must handle key-timeliness voting via PTC.

CL Client Developers

Significant changes: PTC key-timeliness voting, LucidKeyMessage gossip, and ST-commitment validation in beacon blocks.

EL Client Developers

New sealed transaction type, delayed top-of-block execution, ST ticket charging, and ciphertext envelope handling.

North Star Goal Alignment

  • Improve UX: Gives users a trustless, permissionless path to MEV protection without relying on private intermediaries or centralized builders.