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

Precompile Falcon512 generic verifier

Authors: , ,

Canonical data: /latest/eips/7619.json

Add precompiled contract that allows generic signature verifications using Falcon512 postquantum algorithm

Timeline

Glamsterdam
Danno Ferrin
Declined
Dec 4, 2025 · ACDE #225
Proposed
EIP Created Jul 3, 2023

Key Benefits

  • Cost Effective access to Falcon-512 verification.
  • Quantum resistance for Ethereum signatures
  • No protocol redesign required
  • Compatible with existing EVM infrastructure

Trade-offs & Considerations

No trade-offs documented yet.

Stakeholder Impact

End Users

Access to Post-Quantum security.

Application Developers

Provides cost-efficient access to post-quantum cryptography for dApps requiring quantum resistance

Wallet Developers

Cheap PQ signatures for contract wallets. Will need to standardize HD key generation.

Tooling / Infrastructure

Will need to add language and CLI access to Falcon signature verification, and generation.

Layer 2s

Will need to add to next L2 hard fork. May want to consider as an alternative wherever ecrecover is used.

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 an external library (PQClean, PQ Code, etc) so the task will mostly be wiring up the library and gas metering.

North Star Goal Alignment

  • Scale L1: Enables quantum-resistant signatures without protocol redesign, supporting long-term security scalability
  • Improve UX: Provides cost-efficient access to post-quantum cryptographic primitives