Skip to main content
Post-Quantum Stack
// SEGMENT: PQ CHAIN// LATTICE-NATIVE FROM GENESIS

Lattice-native primitives, post-quantum from genesis.

HAWK-512 signatures, Ring-SIS state commitments on the Frog ring, LatticeFold-style block proofs, SHAKE-256 hashing. Five layers, four integrated, one planned. The cryptography is published research; the integration is ours.

PROOF
2.6 KB
Folded proof per block
COMP
153×
Smaller than Merkle stack
VERIF
50 to 200×
Verifier speedup (projected)
LIGHT
O(1)*
Light-client target (planned)

Five PQ layers. Four integrated, one planned.

One ring, one parameter set, one folded proof per block. The cryptography is published research; the integration is ours.

LayerPrimitiveHard problemStatus
SignaturesHAWK-512Lattice Isomorphism (LIP)✓ integrated
State commitmentRing-SIS / Frog ringModule-SIS to GapSVP✓ integrated
Block proofLatticeFold-style foldingModule-SIS✓ integrated
HashingSHAKE-256SHA-3 preimage✓ integrated
Attestation aggregationChipmunk-PoAModule-SIS○ planned

Honest disclosures

  • 01PQ Chain is testnet alpha, single-validator proof-of-authority. BFT consensus is Step 4 on the roadmap.
  • 02HAWK-512 is a NIST Round 2 additional-signatures candidate, not currently CNSA 2.0-approved. CNSA 2.0's signature is ML-DSA. PQ Chain can swap to ML-DSA without algebraic porting if buyers need a strict CNSA 2.0 surface.
  • 03Settlement-only by design today. No untrusted smart-contract VM. Programmability is sequenced after the cryptographic stack reaches audit-grade.
  • 04Auditable confidentiality (viewing keys) is planned, not shipped. Anonymous-by-default privacy is intentionally out of scope; that lane is well served by Aleo, Aztec, and Namada.

Read the deep PQ Chain technical reference

Full HAWK-512 spec, LatticeFold-style folding, Ring-SIS state tree, soundness analysis, and the dependency-ordered roadmap live on the PQ Chain docs site.