<html >
   <head>
      <meta charset="utf-8">
      <style>
body,
.spm-email {
    font: 400 1rem / 1.5 "GB Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    overflow-y: hidden;
    color: var(--sds-color-text-neutral-primary, #2b2b2d);
    text-rendering: geometricprecision;
    -webkit-font-smoothing: antialiased;
    min-width: unset !important;
}

html[data-sds-mode="dark"] {
    background: none !important;
}

pre {
    word-break: initial;
    white-space: pre-wrap;
}

blockquote,
.spm-email blockquote {
    margin: 16px 0 0;
    padding: 16px 0 0;
    color: var(--sds-color-text-neutral-primary, #2b2b2d);
    border-top: 1px solid var(--sds-color-border-neutral-subtle, #6f6e6f);
}

.spm-quoted-email--title,
.spm-email .spm-quoted-email--title {
    width: auto;
    display: inline-block;
    margin-bottom: 16px;
    color: var(--sds-color-text-neutral-secondary, #575860);
    font-size: .875rem;
    line-height: 1.25rem;
}

.spm-email .spm-signature-block {
    margin-top: 24px;
}

.spm-signature-block p {
    margin: 0;
}

.spm-embedded-image:not([width], [style*="width"]) {
  max-inline-size: 100%;
  min-inline-size: 38px;
}

.spm-email hr,
hr {
    border: 0;
    height: 1px;
    background-color: var(--sds-color-border-inverted-minimal);
}
    
#iframeContentContainer {
    width: 100%; 
    padding-bottom: 18px;
}</style>
   </head>
   <body class="spm-email"><div style="font-family: Arial, Helvetica, sans-serif; font-size: 10.5pt;"><p>I built a system where every accepted state carries a recursive proof of valid execution from genesis. The implementation is public and the protocol is now running as a public testnet.</p><p>The proof system uses transparent recursion over binary tower fields. Transaction authorization is a zero knowledge proof of knowledge of a 256 bit address preimage. No public key or digital signature appears in the consensus authorization path.</p><p>Each block proves the current state transition and verifies the recursive proof carried by its parent. Proof of work only establishes canonical order among proof valid transitions.</p><div style="margin-top: 14px; margin-bottom: 14px;">A new node downloads the live state and permanent compact headers. It authenticates the transferred state using a recursive terminal instead of replaying transaction execution from genesis or trusting a checkpoint. Full block bodies are pruned once they leave the 18 block reorganization window. State validity verification is constant in chain height, although state transfer still scales with the live state.<br><br>The post quantum claim is end to end and applies to the complete verification path, not just to the cryptographic primitives used within it. It covers wallet authorization, state transitions, recursive verification and the complete path from genesis under one adversarial resource budget. The exact statement against the NIST PQC Category 1 resource envelope, including its fixed Poseidon2b quantum premises is encoded in the executable soundness model linked below.</div><p>Source and implementation:</p><p><a target="_blank" href="https://github.com/ignotusnemo/parano1d" rel="noopener noreferrer"><span><span>https://github.com/ignotusnemo/parano1d</span></span></a></p><p>Current public testnet release:</p><p><a target="_blank" href="https://github.com/ignotusnemo/parano1d/releases/tag/v2.1.0" rel="noopener noreferrer"><span><span>https://github.com/ignotusnemo/parano1d/releases/tag/v2.1.0</span></span></a></p><p>Source linked executable soundness certificate:</p><p><a target="_blank" href="https://github.com/ignotusnemo/parano1d/tree/v2.1.0/noid_soundness" rel="noopener noreferrer"><span><span>https://github.com/ignotusnemo/parano1d/tree/v2.1.0/noid_soundness</span></span></a></p><div style="margin-top: 14px; margin-bottom: 14px;"></div><br></div><div style="font-family: Arial, Helvetica, sans-serif; font-size: 10.5pt;" class="spm-empty-space">Ignotus</div><div class="spm-signature-block" style="font-size: 10.5pt; margin-top: 0px;" signatureid="1001305"><p>----</p><p><em>Sent securely from <a target="_blank" href="https://www.namecheap.com/hosting/email/?utm_source=def_email_sign&utm_medium=email&utm_campaign=def_email_sign" rel="noopener noreferrer">Private Email</a></em></p></div></body>
</html>