from the migration desk
Falcon-512 on Solana
Why Quorum supports FN-DSA/Falcon, what agencies say about it, and why compact signatures make it the practical Solana PQ candidate.
Falcon-512 sits in the narrow lane Solana cares about: post-quantum signatures that are compact enough for high-throughput blockchain use.
That does not make Falcon magic. It is a lattice-based scheme with implementation complexity, a still-maturing standard profile, and a different risk surface than hash-based signatures. But among practical post-quantum signature choices, it has the size profile that makes Solana approval flows realistic.
What it is
Falcon is a lattice hash-and-sign scheme based on NTRU lattices and fast Fourier sampling. NIST selected Falcon in 2022 for standardization, and the future FIPS profile is FN-DSA. Falcon-512 targets NIST security category 1, comparable to the security level used for many 128-bit classical designs.
In Quorum, Falcon is used as a registered post-quantum member identity. A member registers a Falcon public key PDA with proof of possession, then uses Falcon signatures to approve proposal and settings preimages.
Strengths
- Compact post-quantum signatures relative to ML-DSA and SLH-DSA.
- Strong ecosystem fit for Solana transaction size constraints.
- NIST-selected, with FN-DSA standardization in progress.
- A leading Solana candidate according to the 2026 Anza/Firedancer alignment.
- Good recurring signer ergonomics compared with one-time hash-based signatures.
Weaknesses
- More complicated implementation than many signature schemes.
- Lattice assumptions are newer than hash-function assumptions.
- Signing implementations need side-channel care.
- Current on-chain verification is more expensive than classical signatures.
- Until the Solana runtime has native support, programs pay the verification cost themselves.
What agencies and ecosystem groups say
NIST's 2024 post-quantum announcement says FIPS 204 and 205 are finalized and that a Falcon-derived FIPS is being developed as an additional digital-signature alternative. IETF COSE work tracks FN-DSA for JOSE and COSE serializations and describes FIPS 206 as expected in the late-2026 to early-2027 window.
Solana's own quantum-readiness post is the strongest ecosystem signal: Anza and Firedancer independently studied migration paths and both converged on Falcon because compact signatures matter for high-throughput blockchain use.
Both Anza and Firedancer arrived at the same conclusion.
Why Quorum uses Falcon
Quorum needs a signer that can approve ordinary governance actions without turning every transaction into a special ceremony. Falcon is the compact PQ signer in the system. It is the most natural fit for recurring approvals, treasury policy, and program governance where the team expects regular activity.
Winternitz remains valuable as a non-lattice hash-based option. ML-DSA remains important as a finalized NIST standard. But for Solana multisig ergonomics, Falcon's size is the decisive advantage.
Bottom line
Falcon is Quorum's practical post-quantum workhorse. It is not the only signer teams should understand, but it is the one that best matches Solana's size and throughput constraints today.
References
- NIST post-quantum FIPS approval announcement
- IETF draft: FN-DSA for JOSE and COSE
- Falcon specification
- Solana's Quantum Readiness
- Quorum Falcon registration docs