Quantum Documentation
Production-grade post-quantum cryptography, an EVM-compatible L1 where PQ authorization is the default, a smart-account validator stack that brings ML-DSA to existing EVM chains, and a wallet that ties it all together.
| Layer | What it is | Audience |
|---|---|---|
| Quantum L1 | EVM-compatible Layer 1 blockchain. Reth execution, Commonware Simplex + Falcon consensus, native account abstraction with composite ML-DSA transactions. | Validators, dApp builders, infrastructure partners |
| PQ Wallet Layer | Self-custodial wallet with ML-DSA signing, Safe7579 smart accounts, Arbitrum ↔ Quantum bridge. Native Quantum wallet with MPC + TEE + Mithril threshold ML-DSA for institutions. | End users, custodians, integrators |
| PQ Smart Account | ERC-7579 validator module + Arbitrum Stylus ML-DSA-65 verifier. Drop-in PQ authorization for ERC-4337 smart accounts on existing EVM chains. | Wallet / AA developers |
| PQ Signer | Custodian-deployed ML-DSA signing co-processor. TEE + KMS design: ML-DSA key generation and signing run inside an AWS Nitro Enclave, gated by an attestation-bound KMS key policy. | Digital-asset custodians |
| post-quantum-packages | NIST PQ crypto libraries for TypeScript and Rust (ML-KEM, ML-DSA, SLH-DSA), shipped to npm and crates.io. | Crypto / app developers |
Start here: Why post-quantum, why now, How the pieces fit, and Threat model explain what we ship, who it protects, and what it does not.
Quick links
- Litepaper: Quantum L1 v0.9 summary
- npm:
pq-*packages — start withpq-oidandpq-key-encoder - crates.io: same names, same APIs
- Faucet: faucet.quantum.systems — testnet tokens
- GitHub: multivmlabs
- Website: quantum.systems
- Team: About
Status
This documentation reflects the current state of the published packages, the PQ validator stack, the wallet MVP, and the v0.9 Quantum L1 design.
- post-quantum-packages. Some packages are scaffolded (
v0.0.1) — only implemented packages are documented in detail. - PQ Smart Account. Proof of concept, end-to-end validated on a local Nitro devnode. Not audited. See Production limitations.
- Quantum Wallet. MVP. Roadmap in overview.
- Quantum L1. v0.9 working draft. Architecture and parameters subject to change based on benchmarks, audits, and ecosystem readiness. See Roadmap.