• v1.0.0 a0b82acf7c

    ignotusnemo released this 2026-08-21 14:52:20 +00:00 | 58 commits to main since this release

    Parano1d is a proof-native Layer 1 ordered by proof of work. Provable end-to-end post-quantum soundness against the NIST PQC Category 1 resource envelope under the explicit premises stated below.

    Wallet authorization is a zero-knowledge proof with no public key or digital signature in the consensus path. The miner proves the transaction logic and exact state transition. Every recursive HistoryStep verifies the proof carried by its parent. A full node verifies those proofs and materializes the proven state writes instead of replaying transaction execution from genesis. The transparent recursive proof stack uses binary tower fields and requires no trusted setup.

    Proof of work only establishes canonical order among already proof-valid transitions. Compact headers remain permanent, while complete block bodies are removed after the recent reorganization window. Saved payment receipts remain independently verifiable against the transaction roots in permanent headers.

    Mainnet profile

    Parameter Value
    Genesis timestamp August 21, 2026, 16:00 UTC (1787328000)
    Genesis block ID 860e70453390bf815718e933aa4927167a13d098b0151391eefd722ee1add610
    Target block interval 20 seconds
    ASERT reference epoch / half-life 6 blocks / 120 seconds
    Median-time-past / future drift 11 headers / 120 seconds
    Hard finality / maximum reorganization 18 blocks / 17 blocks
    Recent block bodies / undo retention 18 blocks / 36 blocks
    Initial / maximum State domain 2^24 / 2^32 slots
    State segment 2^16 slots
    State expansion 75% occupancy, requiring 10 of 18 finalized headers
    Default / large proof class B25 (m=22) / B255 (m=24)
    Transaction page 8 inputs, 2 outputs, 323 bytes
    Maximum logical transaction 128 pages, 1,020 inputs, 256 outputs
    Maximum ordinary user pages per block 255
    Proof of work Poseidon2b, 128-bit nonce
    P2P / local RPC port 9600 / 9601

    The initial subsidy is 50 NOID with no premine. For the first three target-time years, 90% goes to miners, 5% to the O(1) Network Fund and 5% to Parano1d Lab. The subsidy halves when the State domain expands and has a permanent floor of 1 NOID.

    Mining unlocks at the genesis timestamp.

    Production proof and security profile

    Parameter Value
    Committed trace field GF(2^128)
    Wide challenge field / support GF(2^256) / 2^255
    Poseidon2b width 4, x^7, 8 full rounds, 58 partial rounds
    Wallet / History and BaseFold queries 65 / 133
    B25 codeword 2^19 at rate 1/4
    B255 codeword 2^21 at rate 1/4
    Target FRI security 128 bits
    Provable Block-Tiwari FS-FRI security 127 bits
    Conjectured Block-Tiwari FS-FRI security 127 bits
    Sequential ideal-QROM boundary 64.707407428576 bits
    Category 1 gate-depth floor 173.273866314232 bits
    Margin over the 2^170 reference 3.273866314232 bits

    Under the explicit fixed-Poseidon2b delta and coherent response-cost premises, the executable theorem establishes end-to-end post-quantum soundness for State validation from genesis against the NIST PQC Category 1 resource envelope. The theorem, premises and exact-arithmetic certificate are published in noid_soundness.

    Downloads

    GUI packages contain the wallet, full node and built-in CPU miner. Core archives contain the daemon, CLI and external miner. Release assets are provided for Linux x86-64, Linux ARM64, Windows x86-64, macOS Apple Silicon and macOS Intel.

    Documentation ·
    Research ·
    Source code

    Downloads