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

Precompile for Falcon support

Authors: , , , , , ,

Canonical data: /latest/eips/8052.json

Proposal to add a precompiled contract that performs signature verifications using the Falcon signature scheme.

Timeline

EIP Created Oct 17, 2025

Key Benefits

  • NIST-standardized lattice-based post-quantum cryptography
  • Compact signatures (~666 bytes) compared to other PQ schemes
  • Modular design separating Hash-to-Point from core verification
  • EVM-optimized variant using Keccak-PRNG reduces gas costs significantly
  • Enables future ZK-SNARK/STARK optimizations via alternative Hash-to-Point implementations
  • Hardness based on SIS problem over NTRU lattices, secure against quantum adversaries

Trade-offs & Considerations

No trade-offs documented yet.

Stakeholder Impact

End Users

Access to Post-Quantum security with the most compact signatures compared to other lattice schemes

Application Developers

Provides modular access to post-quantum cryptography with choice between standardized (SHAKE256) and gas-efficient (Keccak-PRNG) variants for Hash-to-Point

Wallet Developers

Compact PQ signatures (666 bytes) for contract wallets, though larger than ECDSA. Will need to standardize HD key generation and derivation paths.

Tooling / Infrastructure

Will need to add language and CLI access to Falcon signature verification and generation across three precompiles

Layer 2s

Will need to add to next L2 hard fork. Modular design may enable ZK-friendly implementations in the future.

Stakers & Node Operators

Invisible to stakers, leanConsensus is where PQC will be introduced to them

CL Client Developers

Invisible to the consensus layer, leanConsensus is where PQC will be introduced to them

EL Client Developers

Will integrate external library (PQClean, reference implementation, etc) for three precompiles: two Hash-to-Point variants and one core algorithm. Extensive assets are provided to facilitate integration. Task involves library integration, NTT optimization, and gas metering.

North Star Goal Alignment

  • Scale L1: Enables quantum-resistant signatures at the protocol level with compact signature sizes (~666 bytes), supporting long-term security without sacrificing throughput
  • Improve UX: Modular design allows choosing between NIST compliance and EVM efficiency based on application needs