Tracking Quantum Readiness Across the Ethereum Stack
An editorial deep-dive into the cryptographic vulnerabilities of blockchain infrastructure. We catalog the transition from classical Ethereum signatures to credible post-quantum migration paths across execution layers, validators, rollups, wallets, and infrastructure.
Beacon lattice in motion.
Ecosystem Breakdown
Layer DistributionExecution Accounts
Ethereum EOAs still depend on secp256k1 signatures. Once an account signs onchain, its public key can be derived from the signature data.
Validators
Proof-of-stake validators use BLS keys, which improves aggregation and validator ergonomics but does not provide post-quantum safety.
Rollups
Rollups can ship protocol changes faster than L1, yet their hard finality, bridging, and data publication still anchor to Ethereum.
Smart-Account Wallets
Contract accounts and ERC-4337 stacks add signer policy and upgrade flexibility, even though most deployments still rely on classical cryptography today.
Risk Indicators
A qualitative mapping of cryptographic surface-area vulnerabilities relative to the estimated arrival of practical quantum attacks against today's signature assumptions.
Algorithm Benchmark
Tracking NIST-selected candidate performance on Ethereum-oriented execution targets.
| Algorithm | PubKey Size (B) | Sig Size (B) | Gas Cost Est. | Status |
|---|---|---|---|---|
| CRYSTALS-Dilithium | 1,312 | 2,420 | ~1.2M | Selected |
| Falcon | 897 | 666 | ~450k | Compact |
| SPHINCS+ | 32 | 7,856 | ~5.8M | Hash-based |