development update. Parano1d meets the NIST PQC Category 1 threshold
when i posted the previous update, i described the Parano1d proof stack as GF(2^128). that remains the field used for committed traces, Poseidon2b and FROST-GKR, but it no longer describes the complete production security profile.
after that post i finished an end-to-end QROM analysis of the production verifier. the security game is acceptance of an invalid current state with a claimed valid history from genesis. it covers wallet authorization, the block relation, parent links, exact state writes, recursive verification and every proof on which the accepted terminal depends.
the analysis exposed a problem. security-critical algebraic challenges still lived in GF(2^128). that created a quantum ceiling which could not be removed by simply adding more FRI queries.
so i changed the consensus proof profile.
the launch profile keeps the bulk of proof construction over GF(2^128). committed traces, Poseidon2b executions and FROST-GKR relations remain in the fast binary field. Fiat-Shamir challenges, terminal claims and recursive region authentication now use GF(2^256). challenges are sampled from a trace-one affine set containing exactly 2^255 elements. one joint GF(2^256) transcript binds the three Link regions and six Block regions into the outer polynomial commitment batch.
the query geometry changed with it:
- wallet queries: 64 to 65 at rate 1/32
- History and BaseFold queries: 125 to 133 at rate 1/4
- wallet codeword length: unchanged
- History codeword lengths: 2^19 for B25 and 2^21 for B255
- transcript digest: 256 bits
- Poseidon2b: width 4, x^7, 8 full rounds and 58 partial rounds
the field extension is used only where challenge entropy affects the end-to-end bound. the committed trace remains GF(2^128), so the entire prover was not widened blindly. the final recursive path also combines the wide regions into one joint proof instead of duplicating the complete HistoryStep.
on a laptop with an Intel Core i7-1365U, isolated production B25 construction is 10.734 seconds at p50. this keeps the launch profile within reach of ordinary hardware while retaining the 15-second mean block target.
for the production profile:
- target FRI security: 128 bits
- provable Block and Tiwari FS-FRI security: 127 bits
- conjectured Block and Tiwari FS-FRI security: 127 bits
- NIST PQC category: Category 1
- dominant half-success gate-depth floor: 2^173.273866314232
the NIST Category 1 AES-128 reference is 2^170 in the same depth-aware resource model. the Parano1d production floor therefore has a margin of 3.273866314232 bits over that reference.
the complete ideal success bound inside the NIST resource envelope is 0.053364140323608411.
docs:
https://docs.parano1d.org/research:
https://lab.parano1d.org/Parano1d soundness certificate:
https://github.com/ignotusnemo/parano1d-soundnessthe public Parano1d network launches on
12 august 2026.the complete source tree will be public before launch.
① site:
https://parano1d.org