This repository tracks proposed and adopted changes to the Quantova protocol in the form of Quantova Improvement Proposals (QIPs), and it hosts the public roadmap.
Quantova is the post-quantum Layer 1 for institutional settlement. The network is currently on testnet, following multiple years of protocol development, ahead of a mainnet launch. The core architecture is already built, so at this stage there are deliberately few accepted proposals — this repository serves mainly as the public roadmap and as the home for proposals that mature toward mainnet.
- ROADMAP.md — where Quantova is today (testnet) and the path to mainnet.
- QIP-1 — what a QIP is and how the process works.
- qip-template.md — the template for new proposals.
- Proposal index — all QIPs and their status.
.
├── README.md # This file
├── ROADMAP.md # Public roadmap: testnet → mainnet
├── qip-template.md # Template for new QIPs
├── CONTRIBUTING.md # How to propose a QIP
├── LICENSE.md # License
├── proposals/ # The QIPs
│ ├── README.md # Index of all proposals + statuses
│ ├── qip-1.md # QIP purpose and guidelines (Meta, Living)
│ ├── qip-2.md # Deterministic slot leadership without a VRF (Core, Final)
│ └── qip-20.md # QRC20 fungible token standard (QRC, Final)
├── assets/ # Images/diagrams, organized as assets/qip-N/
└── .github/ # PR template
Core · Networking · Interface · QRC (application standards) · Meta · Informational. See QIP-1 for definitions and the status lifecycle.
- Website: https://quantova.org
- Developer documentation: https://quantova.org/static/pdfjs/web/viewer.html?file=/static/pdf/Gitbook-Quantova-Developer-Documentation.pdf#nameddest=cover&page=1&pagemode=bookmarks
© 2026 Quantova Inc. See LICENSE.md.