Skip to main content

Quantos Technical Whitepaper

Post-Quantum Layer 1 Blockchain with Zero-Gas Execution and Cryptographic Cross-Chain Finality

Version 2.2 — July 2026

Abstract

Quantos is a Rust Layer 1 research and testnet codebase focused on post-quantum transaction authentication, DAG-based propagation, deterministic state execution, and cross-chain finality tooling. The repository contains an executable node, JSON-RPC services, storage, networking, a WASM/EVM execution layer, consensus components, SDKs, and experimental protocol modules.

The official Quantos-Labs/Quantos repository describes a PQC-native profile based on ML-DSA-65 (FIPS 204) for transaction/checkpoint signatures, ML-KEM-768 (FIPS 203) for KEM operations, a Rescue-Prime + STARK hash-based VRF, and SPHINCS+ support. The L1 dependency manifest uses pqcrypto-mldsa, pqcrypto-kyber, pqcrypto-sphincsplus, and Winterfell. This whitepaper follows that repository and does not import algorithm names from another local Quantos tree.

The repository contains the L1 node under L1/, wallet and SDK workspaces, bridges, L0 relayers, PQC-Guard contracts, privacy modules, application contracts, benchmarks, and documentation. This whitepaper distinguishes repository features from measured performance, deployed production guarantees, and future mainnet policy.

Status vocabulary

  • Implemented means the relevant code exists in the repository and has tests or an executable integration path.
  • Experimental means the module exists but its production integration, adversarial validation, or network deployment is incomplete.
  • Planned means the repository documents the design but does not contain the final mainnet implementation.
  • Target means a performance or economic objective that requires reproducible benchmark evidence.

Where this whitepaper and the source code differ, the source code and its tests govern. The repository's current authoritative scope is the Rust node under L1/, together with the explicitly included SDKs, contracts, bridges, privacy, PQC-Guard and L0 components.

Table of Contents

This whitepaper is organized into the following sections:

  1. Introduction
  2. Post-Quantum Cryptography
  3. Cryptographic Primitives Deep-Dive
  4. QuantumDAG Consensus
  5. DAG Structure & Ordering
  6. Committee Selection & VRF Rotation
  7. Advanced Consensus Mechanisms
  8. Performance
  9. Dynamic Sharding
  10. State Model & Accounts
  11. Virtual Machine & Smart Contracts
  12. Native Token Standards (QN-4/8/12)
  13. Storage Layer
  14. Mempool, MEV & Transaction Lifecycle
  15. STACC: Zero-Gas Execution
  16. Tokenomics & QTS Economics
  17. Staking, Delegation & Slashing
  18. Layer 0 Finality Hub
  19. PQC Key Migration
  20. PQC-Guard: Multi-VM Smart Account
  21. Sidechains
  22. Network Layer
  23. Data Availability & State Compression
  24. Security Model
  25. Application Ecosystem & Developer Tooling
  26. Governance
  27. Node Operation & Validator Requirements
  28. Comparison with Existing Chains
  29. Use Cases
  30. Roadmap
  31. Glossary
  32. References
  33. Conclusion