{"version":1,"id":"quantus","title":"Quantus","summary":"Quantus is a Layer 1 blockchain project that implements post‑quantum cryptography, ZK aggregation, and PoW consensus to provide a quantum‑secure store‑of‑value and payments platform.","content":"**Quantus** is a post-quantum secure [Layer 1](https://iq.wiki/wiki/layer-1) [blockchain](https://iq.wiki/wiki/blockchain) that describes itself as \"quantum-secure encrypted money,\" built from the ground up to protect stored value against attacks by future quantum computers, and was founded by CEO and co-founder Yuvi Lightman, originating with the Heisenberg Inception milestone in December 2024. Rather than adding quantum defenses to an existing chain, the project uses a purpose-built architecture that adopts NIST-standardized post-quantum cryptography for signatures, key exchange, and [node](https://iq.wiki/wiki/node) communications, and pairs it with [zero-knowledge proof](https://iq.wiki/wiki/zero-knowledge-proofs-zkps) aggregation to keep transaction throughput high despite the larger size of quantum-resistant signatures.[\\[1\\]](#cite-id-rln8ysy7s3)​[\\[2\\]](#cite-id-a9lody01xf) \n\n## Overview\n\nQuantus's rationale rests on the argument that the cryptography securing every major [blockchain](https://iq.wiki/wiki/blockchain) will eventually be broken by a cryptographically relevant quantum computer. Traditional chains rely on the hardness of the discrete logarithm problem, and the project points to Shor's algorithm, which can solve that problem exponentially faster than classical computers and could allow an attacker to derive a private key from a public key.[\\[4\\]](#cite-id-x6om2j3nrt) The project's [whitepaper](https://iq.wiki/wiki/white-paper) cites an estimated requirement of roughly 2,000 logical qubits for an attacker to threaten typical blockchain asymmetric cryptography, while the home page presents a figure of 824 logical qubits as the number required to break Bitcoin.[\\[4\\]](#cite-id-x6om2j3nrt)​[\\[5\\]](#cite-id-hqcwa5qkr8) Quantus lists [Bitcoin](https://iq.wiki/wiki/bitcoin) and [Ethereum](https://iq.wiki/wiki/ethereum) (both using ECDSA-256) and [Solana](https://iq.wiki/wiki/solana) (using ED25519) as vulnerable to quantum attack.[\\[5\\]](#cite-id-hqcwa5qkr8)​\n\nThe [whitepaper](https://iq.wiki/wiki/white-paper) enumerates four categories of quantum threat: forging digital signatures by breaking elliptic-curve schemes such as [Bitcoin's](https://iq.wiki/wiki/bitcoin) secp256k1; forging false [zero-knowledge proofs](https://iq.wiki/wiki/zero-knowledge-proofs-zkps) so that invalid proofs appear valid and permit minting or state falsification; decrypting secret information in privacy protocols and [peer-to-peer](https://iq.wiki/wiki/peer-to-peer-trading-p2p) communications; and reversing hash functions, described as the least concerning threat. The first three stem from Shor's algorithm, while the last relates to Grover's algorithm, which provides a quadratic speedup for unstructured search and effectively halves symmetric-key security. Quantus notes that Grover's algorithm can be mitigated by doubling symmetric key sizes and characterizes it as impractical given its high qubit and gate requirements.[\\[4\\]](#cite-id-x6om2j3nrt)​\n\nA central part of the argument concerns what the project calls the migration crisis: even if existing chains adopt post-quantum cryptography, coordinating an upgrade would require agreement on migration timelines, potential coin seizure, block-size increases, and every holder moving their coins. The [whitepaper](https://iq.wiki/wiki/white-paper) estimates that between $250 billion and $500 billion worth of [Bitcoin](https://iq.wiki/wiki/bitcoin) is permanently inaccessible because of lost keys, deceased holders, or forgotten wallets, and argues that these unmigrated public keys form a public bounty for a quantum attacker. It states that \"the only technical solution requires a hard deadline that freezes unmigrated coins — a political impossibility,\" and presents building quantum security into a new chain from day one as the way to sidestep that problem.[\\[4\\]](#cite-id-x6om2j3nrt)​\n\n## Technology and Architecture\n\nQuantus is built on Substrate, the [blockchain](https://iq.wiki/wiki/blockchain) software development kit from Parity Technologies, a major contributor to [Ethereum](https://iq.wiki/wiki/ethereum) and the core development company behind [Polkadot](https://iq.wiki/wiki/polkadot). The project extends Substrate by adding support for post-quantum signature schemes, upgrading peer-to-peer networking security to be post-quantum, adding user-controlled transaction reversibility, and aligning database data types to field-element boundaries so they are friendly to zero-knowledge proving systems.[\\[4\\]](#cite-id-x6om2j3nrt) The project states that because its foundation is post-quantum from the start, no migration from an existing blockchain is required.[\\[2\\]](#cite-id-a9lody01xf)​\n\n### Post-Quantum Cryptography\n\nEvery transaction on the Quantus network is signed with ML-DSA-87, the highest-security parameter set of the Module-Lattice-based Digital Signature Algorithm (formerly CRYSTALS-Dilithium), standardized by NIST as FIPS 204 in 2024. The scheme's security rests on the hardness of the Learning With Errors and Short Integer Solution problems over module lattices, a class of problems the project says quantum computers cannot solve efficiently. ML-DSA-87 corresponds to NIST Security Level 5, equivalent to 256-bit classical and 128-bit quantum security. Quantus states that ML-DSA is being adopted by organizations including Cloudflare and Signal, and contrasts it with the ECDSA used by classical [blockchains](https://iq.wiki/wiki/blockchain), which it categorizes at NIST Level 1 and vulnerable to Shor's algorithm.[\\[2\\]](#cite-id-a9lody01xf)​[\\[4\\]](#cite-id-x6om2j3nrt)​\n\nThe [whitepaper](https://iq.wiki/wiki/white-paper) records that Quantus considered and rejected alternatives: FN-DSA (Falcon) was rejected for its implementation complexity involving floating-point operations, its lack of deterministic key generation, and its non-finalized status, while the hash-based SLH-DSA was rejected because its signatures exceed 17 KB. The project notes that crypto-agility is built into Substrate so signature schemes can be swapped later if needed.[\\[4\\]](#cite-id-x6om2j3nrt) Poseidon2 serves as the hash function throughout the system, chosen because it is algebraic over field elements and reduces the gate counts of SNARK and STARK proof circuits compared with SHA-256.[\\[1\\]](#cite-id-rln8ysy7s3)​[\\[4\\]](#cite-id-x6om2j3nrt)​\n\nNetworking is secured at the [peer-to-peer](https://iq.wiki/wiki/peer-to-peer-trading-p2p) layer using ML-DSA-87 signatures for peer identity and ML-KEM-768 — the Module-Lattice-based Key Encapsulation Mechanism (formerly CRYSTALS-Kyber), standardized as FIPS 203 — for transport encryption. Quantus extends the Noise handshake protocol used by libp2p with an additional key-encapsulation message to establish quantum-resistant shared secrets, so that, in the project's words, there is \"no weak point in the stack.\"[\\[4\\]](#cite-id-x6om2j3nrt)​[\\[2\\]](#cite-id-a9lody01xf) The project also names ML-KEM as securing peer links in its [CoinGecko](https://iq.wiki/wiki/coingecko) listing.[\\[3\\]](#cite-id-gg4hpy0cbo)​\n\n### Wormhole Addresses and ZK Scaling\n\nPost-quantum signatures are far larger than classical ones, which creates a scaling problem. The [whitepaper](https://iq.wiki/wiki/white-paper)'s comparison gives ML-DSA-87 a public key of 2,592 bytes, a private key of 4,896 bytes, and a signature of 4,627 bytes, against ECDSA's 32-byte keys and 65-byte signatures — signatures over 70 times larger and public keys more than 80 times larger. Without architectural changes, the project notes, such sizes would bloat transactions and cut throughput; it states that [Bitcoin](https://iq.wiki/wiki/bitcoin), for example, would have well under 1 TPS under post-quantum cryptography if its [block](https://iq.wiki/wiki/block) size were not increased.[\\[4\\]](#cite-id-x6om2j3nrt)​\n\nQuantus addresses this with \"[Wormhole](https://iq.wiki/wiki/wormhole) Addresses,\" an aggregated post-quantum signature scheme that uses [zero-knowledge proofs](https://iq.wiki/wiki/zero-knowledge-proofs-zkps) to move balance verification off-chain, so the chain verifies a single compact proof instead of many individual signatures. The scheme is built on the Plonky2 proving system — described as \"basically STARKs\" — with Poseidon2 as the commitment hash via the FRI protocol, and it reduces the amortized per-transaction storage to roughly 256 additional bytes.[\\[4\\]](#cite-id-x6om2j3nrt) A user can generate a provably unspendable address by double-hashing a salt concatenated with a secret; tokens sent there are effectively burned and can be re-minted without inflating supply. Each transfer creates a TransferProof storage object, double-spends are prevented by nullifiers, and the wallet generates a Merkle-Patricia-Trie storage proof from a recent [block](https://iq.wiki/wiki/block) header. Any party — client, miner, or third party — can aggregate multiple proofs through Plonky2 recursion into a tree of proofs, and the network verifies the aggregate by checking that the referenced block hash is on-chain and recent, that nullifiers are unique, and that the proof is valid.[\\[4\\]](#cite-id-x6om2j3nrt)​\n\nThe project cites recursive proofs completing in 170 milliseconds at about 100 KB per aggregated proof, and gives an example in which, with 5 MB blocks and all transactions to a single output, Wormhole Addresses could pack roughly 153,000 transactions into one block — a 223× improvement over the approximately 685 raw ML-DSA transactions that would otherwise fit.[\\[4\\]](#cite-id-x6om2j3nrt) The technology page repeats the 223× throughput claim and summarizes the result as \"thousands of transactions, one compact proof, verified on-chain.\"[\\[2\\]](#cite-id-a9lody01xf) Plonky2 was chosen because it is already audited, post-quantum, requires no trusted setup, offers efficient proving and verification and seamless aggregation, and has a Rust-native implementation compatible with Substrate's no-std environment. Quantus uses the Goldilocks field for both Poseidon2 and Plonky2, chosen because its order fits within an unsigned 64-bit integer for efficiency.[\\[4\\]](#cite-id-x6om2j3nrt) The documentation describes the Wormhole and ZK scaling subsystem as covering privacy-preserving addresses and proof aggregation targeting 3,800 TPS, while the home page advertises a throughput of 50 QTPS on the current network.[\\[1\\]](#cite-id-rln8ysy7s3)​[\\[5\\]](#cite-id-hqcwa5qkr8)​\n\n### Consensus and Mining\n\nQuantus uses [Proof-of-Work](https://iq.wiki/wiki/proof-of-work-pow) consensus, which it describes as the \"same battle-tested model as [Bitcoin](https://iq.wiki/wiki/bitcoin),\" with one change: SHA-256 is replaced by Poseidon2 so that the zero-knowledge infrastructure is native and efficient rather than \"bolted on.\" The [whitepaper](https://iq.wiki/wiki/white-paper) stresses this substitution is for zero-knowledge efficiency, not quantum security.[\\[2\\]](#cite-id-a9lody01xf)​[\\[4\\]](#cite-id-x6om2j3nrt) The documentation describes the consensus and [mining](https://iq.wiki/wiki/mining) subsystem in terms of lattice-based proof of work and mining economics, and lists an External Miner Protocol with a QUIC protocol specification for custom miner implementations, alongside a guide for setting up a [node](https://iq.wiki/wiki/node), starting mining, or running a non-mining full node.[\\[1\\]](#cite-id-rln8ysy7s3) The project has stated that the only way to obtain Quantus coins is to mine them.[\\[6\\]](#cite-id-qt7ib1cprb) For cross-chain connectivity, the documentation lists a [NEAR](https://iq.wiki/wiki/near-protocol) integration as a bridge and interoperability layer.[\\[1\\]](#cite-id-rln8ysy7s3)​\n\n## User Safety and Wealth Preservation\n\nQuantus positions a set of user-protection features as capabilities it claims do not exist elsewhere in [crypto](https://iq.wiki/wiki/cryptocurrency), aimed at guarding against theft, coercion, and user error such as \"wrench attacks,\" fat-fingered transactions, and lost funds.[\\[1\\]](#cite-id-rln8ysy7s3) These are enforced on-chain to preserve decentralization.\n\n* **Reversible transactions.** Senders can set a user-configurable time window during which they can cancel an outgoing transfer, implemented through a modified Substrate scheduler pallet using timestamps, with wallets displaying countdowns for both sender and recipient.[\\[4\\]](#cite-id-x6om2j3nrt)\n* **High-security accounts.** Any account can be upgraded so that all outgoing transfers carry mandatory reversal periods, during which a designated guardian — a [hardware wallet](https://iq.wiki/wiki/hardware-wallet), multisig, or trusted third party — can cancel a suspicious transaction and redirect the funds to the guardian. The upgrade is permanent once activated, and guardians can be chained, so a guardian may itself be a high-security account with its own guardian, forming composable hierarchies in which each guardian holds superior permissions over the account it protects.[\\[4\\]](#cite-id-x6om2j3nrt)\n* **Key recovery.** An account can specify a recovery address that can pull funds after a fixed delay, during which the owner can deny the recovery if they still hold the key — a mechanism the project describes as on-chain survivorship without courts or estates.[\\[4\\]](#cite-id-x6om2j3nrt)\n* **Check-phrases.** A cryptographically secure, human-readable checksum for addresses is produced by hashing an address into memorable words drawn from the BIP-39 mnemonic list, with a 50,000-iteration key derivation function to make rainbow-table attacks expensive; the project still recommends verifying every character for large transactions.[\\[4\\]](#cite-id-x6om2j3nrt)\n\nThe project also describes an unresolved research area it calls HD-Lattice, an effort to adapt hierarchical-deterministic wallet concepts to lattice schemes. It identifies two challenges: HMAC-SHA512 output cannot directly form a lattice private key, which Quantus works around by using that output as entropy to deterministically construct the key; and non-hardened key derivation, which normally relies on elliptic-curve addition absent in lattices, is described as an open research question.[\\[4\\]](#cite-id-x6om2j3nrt)​\n\n## Tokenomics\n\nQuantus has a maximum supply of 21,000,000 coins. Its [block reward](https://iq.wiki/wiki/block-reward) is set by the formula (max\\_supply − current\\_supply) / constant, with the constant chosen so that, absent burns, 99% of coins are emitted over roughly 30 years.[\\[4\\]](#cite-id-x6om2j3nrt) Private investors and the team are both subject to a four-year vesting schedule, while public-sale investors are fully liquid on day one; funds raised in the public sale are matched with tokens and used for liquidity across [decentralized exchanges](https://iq.wiki/wiki/decentralized-exchange), [centralized exchanges](https://iq.wiki/wiki/cex-centralized-exchange), and market makers. Investor allocations and liquidity are described as the only pre-mine, and if less than the maximum 10% is sold in the public sale, the liquidity tokens are reduced correspondingly and the remainder is emitted to miners through [block rewards](https://iq.wiki/wiki/block-reward). A portion of the block reward is directed to the company for approximately four years, yielding a de facto vesting of about 15% of total supply, after which token holders can vote to turn off, adjust, or redirect that portion.[\\[4\\]](#cite-id-x6om2j3nrt)​\n\nThe fee structure varies by transaction type. Standard transactions pay a fixed fee to miners. Reversed high-security transactions pay a 1% volume-based fee that is burned. ZK-aggregated transactions pay a 0.1% volume-based fee split evenly between miners and burning.[\\[4\\]](#cite-id-x6om2j3nrt)​\n\nThe project's ticker has been presented inconsistently across sources. Quantus's own account has stated the ticker is QTC and that it will be \"tradable soon,\" while [CoinGecko](https://iq.wiki/wiki/coingecko) lists the coin under the ticker QUAN and categorizes it as a Layer-1, [Proof-of-Work](https://iq.wiki/wiki/proof-of-work-pow), quantum-resistant asset; CoinGecko states that a price is not yet available and that QUAN is not currently tradable on its listed exchanges.[\\[6\\]](#cite-id-qt7ib1cprb)​[\\[3\\]](#cite-id-gg4hpy0cbo)​\n\n## Governance\n\nQuantus inherits [Polkadot](https://iq.wiki/wiki/polkadot)'s OpenGov framework through Substrate. Governance uses conviction voting, in which locking assets amplifies vote weight from 1× with no lock up to 6× at the maximum lockup, and proposals are sorted into multiple voting tracks called \"origins,\" each with its own approval thresholds, minimum deposits, preparation and enactment periods, and decision timelines. A Technical Collective — a curated group of technical experts — proposes, reviews, and whitelists urgent technical matters through a dedicated track.[\\[4\\]](#cite-id-x6om2j3nrt) The network launches in a deliberately minimal configuration, with only the Technical Collective track active for binding, high-privilege decisions such as protocol upgrades and parameter changes; the project plans to add a non-binding community vote track later and to phase binding governance over to a [DAO](https://iq.wiki/wiki/dao) when the company hands the network over.[\\[4\\]](#cite-id-x6om2j3nrt)​\n\nProtocol changes are delivered through Substrate's forkless runtime upgrades: an approved on-chain referendum triggers a WebAssembly runtime swap in a single [block](https://iq.wiki/wiki/block), without a [hard fork](https://iq.wiki/wiki/hard-fork). The project states that as community confidence grows, the power to change the runtime will be significantly reduced.[\\[4\\]](#cite-id-x6om2j3nrt) Implementation specifics across the protocol are delegated to a series of internal proposals referenced as QIP-0002, QIP-0004, QIP-0005, QIP-0006, QIP-0008, QIP-0009, and QIP-0011.[\\[4\\]](#cite-id-x6om2j3nrt)​\n\n## Development History and Roadmap\n\nThe [whitepaper](https://iq.wiki/wiki/white-paper), authored by Christopher Smith and classified as public, reached version v0.3.3 on March 21, 2026, with an earlier v0.3.1 published in January 2026. It states plainly that it is informational only and not an offer to sell or a solicitation of purchases.[\\[4\\]](#cite-id-x6om2j3nrt) The project's development has proceeded through a series of named milestones:\n\n* **Heisenberg Inception** (December 2024) — funding secured and Substrate chosen as the foundation.[\\[4\\]](#cite-id-x6om2j3nrt)\n* **Resonance Alpha** (July 2025) — public [testnet](https://iq.wiki/wiki/testnet) with Dilithium signatures and reversible transactions.[\\[4\\]](#cite-id-x6om2j3nrt)\n* **Schrödinger Beta** (October 2025) — feature-complete and ready for audit.[\\[4\\]](#cite-id-x6om2j3nrt)\n* **Dirac Beta** (November 2025) — Proof-of-Work changed to Poseidon2 and audit findings addressed.[\\[4\\]](#cite-id-x6om2j3nrt)\n* **Planck Beta** (January 2026) — high-security accounts, multisigs, [hardware wallet](https://iq.wiki/wiki/hardware-wallet) support, and zero-knowledge integration; the current [testnet](https://iq.wiki/wiki/testnet) is branded \"built on Planck testnet.\"[\\[4\\]](#cite-id-x6om2j3nrt)[\\[5\\]](#cite-id-hqcwa5qkr8)\n* **Bell Mainnet** (planned for Q2 2026) — is a roadmap target for [mainnet](https://iq.wiki/wiki/mainnet) launch, with the exact launch date not yet announced.[\\[4\\]](#cite-id-x6om2j3nrt)\n* **Fermi Upgrade** (Q4 2026) — zero-knowledge proof aggregation infrastructure.[\\[4\\]](#cite-id-x6om2j3nrt)\n\nThe project's weekly updates in mid-2026 recorded a run of incremental progress. In July 2026 it launched encrypted accounts in the wallet, offering local zero-knowledge proofs and private transfers, alongside runtime v0.8.0 with second-layer aggregation and Keystone clear signing; it also shipped a redesigned [block explorer](https://iq.wiki/wiki/block-explorer) at explorer.quantus.com with wormhole visibility, Subsquid indexing, and wallet version 1.5.7, and noted that its work had received coverage from Reuters. In August 2026 the project ran a public Immunefi bug bounty from August 12 to 24 and reported work on ML-DSA-65 alongside ML-DSA-87, security hardening, and Senoti high-availability and Keystone production designs.[\\[5\\]](#cite-id-hqcwa5qkr8) The [whitepaper](https://iq.wiki/wiki/white-paper)'s stated risks include implementation flaws in software logic, the possibility of flaws or backdoors in NIST's selected algorithms ML-DSA or ML-KEM, uncertainty in the quantum-computing timeline, and broader concerns around adoption, regulation, and crypto volatility.[\\[4\\]](#cite-id-x6om2j3nrt)​\n\n## Ecosystem and Community\n\nQuantus offers a wallet available in public beta for iOS and Android, distributed through the App Store and Google Play, which supports the project's encrypted accounts and local [zero-knowledge proof](https://iq.wiki/wiki/zero-knowledge-proofs-zkps)s.[\\[5\\]](#cite-id-hqcwa5qkr8) The documentation is organized into a four-layer reading guide: a roughly 10-minute architecture overview; deep dives of about 30 minutes each on post-quantum cryptography, QPoW consensus and [mining](https://iq.wiki/wiki/mining), wormhole and ZK scaling, and user safety; practical guides of about 15 minutes on mining and running a [node](https://iq.wiki/wiki/node); and a reference layer covering the repository map, [tokenomics](https://iq.wiki/wiki/tokenomics), audits, and roadmap. The documentation links to tools including the explorer, telemetry, and a faucet, as well as a GitHub organization, a research forum, and a Messari research report.[\\[1\\]](#cite-id-rln8ysy7s3)​\n\nThe project maintains community channels on Telegram, X, Instagram, and YouTube, publishes a blog, and offers the site in nine languages: English, Chinese, Korean, Bahasa Indonesia, Japanese, Russian, Spanish, German, and Hindi.[\\[5\\]](#cite-id-hqcwa5qkr8) It produces the QDAY Podcast, which had at least 23 episodes as of 2026; episode 23 featured [Alex Pruden](https://iq.wiki/wiki/alex-pruden) in \"Quantum and The Race to Upgrade,\" and episode 22 was titled \"[Curtis Yarvin](https://iq.wiki/wiki/curtis-yarvin): The Truth Is Hard To Find.\"[\\[5\\]](#cite-id-hqcwa5qkr8) The project's X account, , joined the platform in March 2025 and carries the bio \"Quantum Secure Encrypted Money.\"[\\[6\\]](#cite-id-qt7ib1cprb)​\n\n## Research and Public Advocacy\n\nQuantus has published research aimed at the broader crypto industry about quantum risk. In May 2026 it announced a report titled \"The State of Quantum: What Crypto Can't Afford to Ignore,\" describing the industry as \"on a collision course with quantum computing\" and assessing where the threat stands, its effects on crypto, and what the industry is and is not doing about it.[\\[6\\]](#cite-id-qt7ib1cprb) [CoinGecko](https://iq.wiki/wiki/coingecko) surfaced a related news item titled \"Quantus Report: Quantum Threat to $2T Crypto Assets, Urges Proactive Security.\"[\\[3\\]](#cite-id-gg4hpy0cbo)​\n\nThe project's leadership has also taken its argument to public events. Quantus stated that its CEO and co-founder, Yuvi Lightman, would speak at Quantum & Privacy Day on October 8 at the Tower Club in Singapore, where the project said he would make the case for private, post-quantum money built to scale.[\\[6\\]](#cite-id-qt7ib1cprb)​","categories":[{"id":"projects-and-protocols","title":"projects-and-protocols"}],"tags":[{"id":"Layer1"},{"id":"Infrastructure"},{"id":"Privacy"},{"id":"Payments"},{"id":"Bitcoin"}],"images":[{"id":"QmVCaBisz1QC8QRshbx2XwxQAVgFHmwLHWpUds9z32BDzy","type":"image/jpeg, image/png"}],"media":[{"id":"Qmb9qggkPtMCeX6eLNB1fU6tuhyV35BBotDAhu8YofnWPT","name":"Cópia de Design sem nome (9).png","source":"IPFS_IMG","thumbnail":"Qmb9qggkPtMCeX6eLNB1fU6tuhyV35BBotDAhu8YofnWPT","caption":""}],"metadata":[{"id":"rootdata_profile","value":"https://www.rootdata.com/Projects/detail/Quantus?k=MjU3MzY="},{"id":"website","value":"https://www.quantus.com/"},{"id":"twitter_profile","value":"https://x.com/QuantusNetwork"},{"id":"github_profile","value":"https://github.com/Quantus-Network"},{"id":"youtube_profile","value":"https://www.youtube.com/@QuantusNetwork"},{"id":"telegram_profile","value":"https://t.me/quantusnetwork"},{"id":"instagram_profile","value":"https://www.instagram.com/quantusnetwork/"},{"id":"references","value":"[{\"id\":\"rln8ysy7s3\",\"url\":\"https://docs.quantus.com/\",\"description\":\"Quantus documentation overview of the chain\",\"timestamp\":1789339397503},{\"id\":\"a9lody01xf\",\"url\":\"https://www.quantus.com/technology/\",\"description\":\"Quantus technology page describing PQC foundation\",\"timestamp\":1789339397503},{\"id\":\"gg4hpy0cbo\",\"url\":\"https://www.coingecko.com/en/coins/quantus\",\"description\":\"CoinGecko description of Quantus as a PoW Layer-1\",\"timestamp\":1789339397503},{\"id\":\"x6om2j3nrt\",\"url\":\"https://www.quantus.com/whitepaper/\",\"description\":\"Quantus whitepaper naming origin\",\"timestamp\":1789339397503},{\"id\":\"hqcwa5qkr8\",\"url\":\"https://www.quantus.com/\",\"description\":\"Quantus home page threat assessment\",\"timestamp\":1789339397503},{\"id\":\"qt7ib1cprb\",\"url\":\"https://x.com/QuantusNetwork\",\"description\":\"Quantus post that coins can only be mined\",\"timestamp\":1789339397503}]"},{"id":"previous_cid","value":"QmTUZDRWPWiXL67eAA7wS4YxKuDdi3qiGYivgaLakG7Gk6"},{"id":"commit-message","value":"Expand Quantus wiki by 39 words and add timeline"},{"id":"previous_cid","value":"QmTUZDRWPWiXL67eAA7wS4YxKuDdi3qiGYivgaLakG7Gk6"}],"events":[{"type":"CREATED","title":"Heisenberg Inception — Funding secured; Substrate chosen","date":"2024-12-01","description":"Project inception, funding secured and Substrate chosen as base.","link":null,"multiDateStart":null,"multiDateEnd":null,"id":"63deea9e-3a0f-4324-aa3d-eefdefc58637"},{"type":"DEFAULT","title":"Quantus X (Twitter) account joined","date":"2025-03-01","description":"Quantus joined the X (Twitter) platform.","link":null,"multiDateStart":null,"multiDateEnd":null,"id":"0e8b719e-d0f4-4e84-bf98-09c49790950a"},{"title":"Resonance Alpha public testnet","date":"2025-07-01","type":"DEFAULT","description":"Resonance Alpha public testnet launched with Dilithium signatures and reversible transactions.","link":"","country":"","continent":"","multiDateStart":null,"multiDateEnd":null,"id":"e8ad3ba0-34f1-4996-a6fe-e9c0831492ef"},{"title":"Schrödinger Beta","date":"2025-10-01","type":"DEFAULT","description":"Schrödinger Beta milestone reached; protocol feature-complete and ready for audit.","link":"","country":"","continent":"","multiDateStart":null,"multiDateEnd":null,"id":"c04bda30-8db0-4aad-b0b7-4e5ded0abdca"},{"title":"Dirac Beta","date":"2025-11-01","type":"DEFAULT","description":"Dirac Beta milestone; Proof-of-Work changed to Poseidon2 and audit findings addressed.","link":"","country":"","continent":"","multiDateStart":null,"multiDateEnd":null,"id":"c5ec773b-246e-4e07-9cb9-3b2ac555d187"},{"type":"DEFAULT","title":"Planck Beta (ZK integration, high‑security accounts)","date":"2026-01-01","description":"Planck testnet beta with ZK integration and high-security account features.","link":null,"multiDateStart":null,"multiDateEnd":null,"id":"db09dcdc-b7a1-469e-9e48-708069690a21"},{"type":"DEFAULT","title":"Quantus whitepaper v0.3.3 published","date":"2026-03-01","description":"Release of whitepaper version 0.3.3 on March 21, 2026.","link":"","multiDateStart":null,"multiDateEnd":null,"country":"","continent":"","id":"2206154c-6bee-48b9-986d-7665d3594e00"},{"type":"DEFAULT","title":"Bell Mainnet launch (roadmap)","date":"2026-04-01","description":"Roadmap item: Bell mainnet launch planned for Q2 2026.","link":"","multiDateStart":null,"multiDateEnd":null,"country":"","continent":"","id":"9e1b36cd-fc9b-4431-8af1-a80a5835a76b"},{"title":"Encrypted accounts and runtime v0.8.0","date":"2026-07-01","type":"DEFAULT","description":"Encrypted accounts launched in the wallet along with runtime v0.8.0, second-layer aggregation, Keystone clear signing, and a redesigned explorer.","link":"","country":"","continent":"","multiDateStart":null,"multiDateEnd":null,"id":"18b5e040-dee3-4610-908a-fb0d98aa462e"},{"type":"DEFAULT","title":"Weekly update: Public Immunefi bug bounty announced","date":"2026-08-01","description":"Public Immunefi bug bounty program ran from August 12 to August 24, 2026.","link":"","multiDateStart":null,"multiDateEnd":null,"country":"","continent":"","id":"1650a922-0276-4b2c-8965-fe68cc973f31"},{"title":"Public Immunefi bug bounty (Aug 12–24, 2026)","date":"2026-08-01","type":"DEFAULT","description":"Public Immunefi bug bounty program ran from August 12 to August 24, 2026.","link":"","country":"","continent":"","multiDateStart":null,"multiDateEnd":null,"id":"b3613cf3-6312-467d-af72-d9efb7b19598"},{"title":"Bell Mainnet launch","date":"2026-09-01","type":"DEFAULT","description":"Bell mainnet launch of the Quantus network.","link":"","country":"","continent":"","multiDateStart":null,"multiDateEnd":null,"id":"2811cdba-fdda-4e18-97d6-3c9a1ee29971"}],"linkedWikis":{"founders":[],"blockchains":[],"speakers":[]},"user":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"author":{"id":"0xd5893989b9952c6568a99F854795AcC5Ae480D56"},"language":"en","operator":{"id":"0xd5893989b9952c6568a99F854795AcC5Ae480D56"}}