NIST selected three post-quantum signature schemes — two of them are lattice-based, and NIST opened a separate process specifically to diversify beyond lattices. QWID runs that diversification in production today: Falcon-512 (lattice) and MAYO-5 (multivariate) as two independent mathematical families, either one retireable by on-chain vote without a hard fork.
Post-quantum cryptography requires large public keys — Falcon-512 public keys are 897 bytes and MAYO-5 public keys are 5,554 bytes. A naive implementation into a network like Ethereum would reduce block validation rates by 14×, making the chain impractical.
Two entirely different mathematical problems — if one is broken, the other still protects you.
Two post-quantum schemes from different mathematical families: Falcon-512 (lattice-based, NIST security level 1, sig <752 B) and MAYO-5 (multivariate, NIST security level 5, sig 964 B). Users choose which scheme signs each transaction — and a break in one family leaves the other standing.
A novel consensus mechanism combining PoW DDoS protection, Delegated PoS yields, and PoA scalability — producing a new block every 10 seconds.
Full Ethereum EVM compatibility with 13.7M gas per block. Existing Solidity contracts can migrate to QWID’s quantum-resistant environment with no code changes.
Public keys are embedded optionally in transactions — only on first use. Subsequent transactions carry no key overhead, enabling up to 5,000 TX per 10-second block with quantum-resistant signatures.
Protocol-level automated market maker (constant-product formula, like Uniswap) runs directly on the chain — cheaper, trustless, and safe from smart contract exploits. Minimum 1,000 QWD to stake.
Two on-chain oracles included at the protocol layer. PRICE Oracle provides decentralized QWD/USD rates. RAND Oracle generates verifiable random numbers for DeFi and GameFi — both completely free.
On-chain cryptographic governance runs every 60 blocks (~10 minutes). The community can pause compromised cryptographic schemes or upgrade to new PQC standards without halting the network.
Fixed maximum supply of 2,300,000,000 QWD. Block rewards decrease continuously as coins are mined — no fixed halving schedule, just natural perpetual deflation baked into the protocol.
A direct comparison of the features that matter for long-term security and utility.
| Feature | QWID | Ethereum | Bitcoin |
|---|---|---|---|
| Quantum Resistant | ✓ | ✗ | ✗ |
| Block Time | 10s | ~12s | ~10 min |
| Consensus | Proof-of-Synergy | Proof-of-Stake | Proof-of-Work |
| Smart Contracts | EVM Compatible | ✓ | Limited |
| Built-in DEX | ✓ | ✗ | ✗ |
| Price Oracle | Free on-chain | External paid | ✗ |
| Randomness Oracle | Free on-chain | External paid | ✗ |
| No Slashing | ✓ | ✗ | N/A |
| Escrow Account | Protocol-native | Smart contract only | ✗ |
| Multi-Signature Account | Protocol-native | Smart contract only | Limited (OP_CHECKMULTISIG) |
| Time to Finality | ~10s (1 block) | ~15 min | ~60 min |
| Max Supply | 2.3B QWD | Unlimited | 21M BTC |
| Environment | Low energy | Medium | High PoW |
A line-by-line review of 284 Go files across 45 packages, covering cryptography, consensus, transaction validation, network security, and state management. It enumerated 158 findings; all are remediated and code-verified, with 14 documented as deferred-by-design. This was an internal, AI-assisted review, not a third-party audit — the full report is published unedited so you can check the work yourself. An external audit is planned before mainnet.
Create quantum-resistant keypairs for both Falcon-512 and MAYO-5. The CLI generator derives them from a 24-word BIP-39 recovery phrase, shown once at creation, so the wallet can be restored on any machine.
Send QWD, deploy Solidity smart contracts, stake to a delegated node to earn rewards, or trade tokens via the protocol-level DEX — all in 10-second blocks.
Track blocks, transactions, accounts, and staking data in real time using the open-source blockchain explorer at explorer.qwid.org.
From initial research to public testnet — every milestone on the path to a quantum-resistant internet of value.
Survey of the NIST post-quantum signature candidates. Selection of Falcon-512 (lattice) and MAYO-5 (multivariate) as two schemes from independent mathematical families. Architecture design for optional in-transaction pubkey registration to address PQC key-size constraints.
Implementation of the single-chain architecture with optional in-transaction pubkey registration. Proof-of-Synergy consensus engine. RocksDB-based state management with prefixed key schema. P2P networking layer with custom TCP/IP stack.
Integration of the Ethereum Virtual Machine. EVM compatibility layer enabling Solidity contract deployment. Gas metering at 13.7M gas per block. Contract state persistence via RocksDB state trie.
Protocol-level DEX with constant-product AMM. PRICE Oracle providing decentralized QWD/USD rates. RAND Oracle for verifiable on-chain randomness. Staking system with 256 delegated accounts and 128 active validators.
On-chain governance voting system enabling cryptographic scheme upgrades without network downtime. Escrow account mechanism for delayed transactions. Multi-signature account support at the protocol level. No-slashing Proof-of-Synergy finalization.
Web UI wallet, Qt desktop wallet, and open-source blockchain explorer. JSON-RPC interface for wallet-node communication. Public repository released at github.com/qwid-org/qwid-node. WhitePaper v1.0 published.
Public testnet open to all validators and developers. Network stress testing, security audits, and community feedback integration. Bug bounty program. Faucet for testnet QWD distribution.
Genesis block creation. Initial supply of 230,000,000 QWD distributed. First 128 validator nodes activated. Block rewards begin at 41.4 QWD per block. The quantum-safe internet of value goes live.
"QWID sits at the intersection of cryptography, distributed systems, and chaotic-signal ML — a combination that requires a physicist who codes. That's a rare profile, and it's been my career."
Explore the open-source code, browse the live blockchain, or dive into the FAQ to learn how QWID is building the quantum-safe internet of value.