Message
IN
From
Ignotus NemoOrdered by proof of work. Provable end-to-end
post-quantum soundness at NIST Category 1.
Bitcoin, Ethereum, Solana, Zcash, TRON, and most blockchains derive their current state from accumulated history. Some replay it directly, others shorten bootstrap with snapshots or checkpoints. Either way, a new verifier must reconstruct or inherit the path to the current state.
Parano1d separates state validity from historical replay. The live UTXO state is authenticated by a recursive proof from genesis to the present. Spent outputs release their slots, so storage follows live state rather than chain age.
Peers provide data, not authority. A node receives the live UTXO state, its matching terminal proof, and the latest 18-block reorg suffix. It authenticates the state, verifies the suffix, and joins the network as an independent full node. The procedure is the same in year one and year ten.
In Parano1d, each proof is built where the required information already exists. The network receives a verifiable result, not a computation to repeat.
Spending clears a slot. The allocator reuses empty positions before expanding the state. A segment becomes virtual again when its last UTXO is spent.
creation_id to an empty positionParano1d begins with 256 bits of secret entropy, not a public-key pair. The wallet proves knowledge of that secret without revealing it, and every spend produces a fresh zero-knowledge proof bound to the complete transaction.
A Parano1d wallet can generate a new master secret, import an existing one, or derive one from a private image. Photo Key reads the image locally, never uploads it, and keeps no copy. The same decoded pixels recreate the same 256-bit secret and every address derived from it. Change the pixels, and you get a different wallet.
A physical Tx8x2 page holds up to eight inputs and two outputs. PagedSpend joins up to 128 pages into one logical transaction. It can atomically spend up to 1,020 UTXOs and create up to 256 outputs with one txid, one fee, one authorization capsule, and one receipt.
Each HistoryStep proves the new block and verifies the preceding terminal within the same relation. The terminal changes with every block, but its size and verification work do not grow with chain height.
Parano1d is transparent while transactions pass through consensus: values, owners, and transactions are public. But consensus does not retain a permanent transaction graph. Long-term address tracking requires an external observer to record the stream continuously and store it independently.
When a payment confirms, the sender's wallet saves an exportable Merkle receipt. It carries the complete public payment data and a fixed-depth inclusion path. Any node verifies it against the canonical header. The historical block body is not required.
Addresses, wallet authorization, transactions, state, recursive history and PoW share one binary proof stack. FROST-GKR folds repeated Poseidon2b structure into shared Boolean hypercubes; FRI-Binius closes the relation without a trusted setup.
GF(2^128) · Fiat Shamir challenges: GF(2^256)One theorem covers wallet authorization, transaction validity, exact State transitions, recursive HistoryStep and the terminal State accepted by every node.
2^173.2738663142320.053364140323608411 < 1/2PoW chooses the order of already-proven transitions. The miner completes the nonce-independent block proof, freezes an immutable template, then searches only the 128-bit nonce.
A laptop can hold the complete live state and independently verify the entire L1. Miners choose block capacity that matches their proving power: faster hardware proves larger blocks; slower hardware proves smaller ones. Throughput adapts. Full verification remains universal.
Source code
The core repository remains private during the final preparation stage. The code for the upcoming release will be published before the public network launches.
Independent community
Independent software, services and other community-built resources.
01 / Native application
Install it like any desktop application. Create or restore one 256-bit secret, then use the wallet, private full node, Scope and miner without a terminal.
02 / Operators and miners
One archive. Three focused tools.
parano1dparano1d-cliparano1d-minerFor node operators, automation and a separate mining process. Each Core archive contains all three command-line binaries for its platform.
SHA256SUMS