Proof Lab
StartEcosystem
Explore (579)Live Systems (52)Pricing
Log InGet API Key✓ Verify It Yourself
H33-74 / Flagship Concept

Mint Once. Anchor Anywhere.
Verify Forever.

Related · tier-1 reading. For what a portable artifact actually is, see Portable Artifact.

The receipt is created once and stays valid forever. Anchoring is a separate operation that can happen on any chain, at any time, repeated as needed. Verification works as long as the receipt exists and the verifier is preserved.

This is the operating model underneath every H33-74 deployment. Three operations, each independent, each playing one specific role.

Definition. H33-74 is the portable 74-byte post-quantum proof primitive — a 32-byte on-chain commitment plus a 42-byte off-chain receipt, signed under three independent NIST signature families (ML-DSA, FALCON, SLH-DSA). The proof and its verification come from that cryptography. A blockchain is one interchangeable anchoring substrate for the commitment — never the source of the proof or the trust.
Mint. Anchor. Verify. Three separate verbs. Three separate operations. Most attestation systems collapse them into one event tied to a single chain. H33-74 keeps them separate so each can scale, evolve, and survive independently.

Mint once

An H33-74 receipt is produced from the result of one bounded computation. The computation can be anything: an AI decision, a compliance determination, a governance vote, a transfer authorization, a KYC outcome, a FHE output, a tokenization action.

The receipt commits to the computation's result and signs it under three independent post-quantum families (ML-DSA-65, FALCON-512, SLH-DSA-128f). The signing happens once. The 74-byte receipt is fixed from that moment.

Anchor anywhere

Anchoring is the act of recording the receipt's existence to a public chain. It is optional, deferrable, and repeatable.

None of these choices affect the receipt itself. The receipt was minted before anchoring and remains the same regardless of which chains hold notarizations.

Verify forever

Verification requires only the receipt and the verifier tooling. The verifier is open-source, runnable without H33 infrastructure, and architected to survive H33 itself. (This is documented in H33-74 whitepaper and in the H33 verifier project on GitHub.)

A receipt remains verifiable as long as:

None of those requirements depend on a specific chain. A receipt anchored on a chain that is later deprecated remains verifiable because the chain anchor was independent notarization, not the proof itself.

Why this matters

Chain-coupled attestation (EAS, Verax, etc.)
Mint and anchor are the same event. Verify requires the host chain. Lose the chain, lose the proof.
Single-chain timestamping (OpenTimestamps)
Mint event = batched anchor. Verify requires Bitcoin chain. No flexibility on which chain notarizes.
H33-74
Mint, anchor, and verify are three independent operations. Receipts survive any single chain. Verifier survives H33.
Mint once. Anchor anywhere. Verify forever. The three operations are sized for institutional time horizons (decades), not application time horizons (one chain's lifetime).

What differs between chains — and what never does

What differs between blockchains are their operational and integration characteristics. The H33-74 primitive and its cryptographic properties remain unchanged. Fees, finality latency, anchor method (Taproot, PDA, calldata) and availability vary chain to chain; the receipt, its three post-quantum signatures, and the verification model do not.

Migrating from one blockchain to another changes the anchoring substrate and deployment environment. It does not change the H33-74 primitive, the cryptographic evidence, or the verification model. That is why "anchor anywhere" is a routine operation and not a re-issuance.

What H33-74 does not do

H33-74 produces and anchors the portable proof primitive. It is deliberately narrow:

H33-74 mints the receipt and lets you anchor it anywhere. Everything else is a separate, clearly-owned layer.

Concrete example: a five-year operation

A tokenized fund operates for five years on Ethereum. Every action produces an H33-74 receipt. Year one through year three, anchors go to Ethereum daily. Year three, the fund adds Bitcoin anchors weekly for high-value receipts. Year four, post-quantum considerations push the fund to add a third chain that uses PQ-secured consensus. Year five, the fund decides to migrate off Ethereum entirely.

Mint operations: unchanged. Receipts produced exactly the same way.

Anchor operations: evolved. Anchor set per receipt category shifted over time, additively. No anchor was retracted; new anchors were added.

Verify operations: unchanged. Every receipt produced in year one is still verifiable in year five using the same verifier with no migration needed.

See where this matters

Read why this model makes chain migration a routine operational event instead of an existential project.

Why Chain Migration Shouldn't Exist H33-74 Overview

Frequently asked

Does anchoring on a chain change the proof?
No. The proof is the signed 74-byte receipt. Anchoring records the receipt's 32-byte commitment on a public chain as independent notarization; it adds a timestamp witness but does not alter the receipt, its signatures, or what the verifier checks.
Is the trust from the chain or from H33-74?
From H33-74. Trust rests on the three post-quantum signatures over the receipt and an independent, open verifier — not on any blockchain. A chain provides an anchoring medium, never the proof.
Can I move a receipt to another chain?
Yes. Anchor the same receipt on any additional chain at any time; the primitive is unchanged. Migrating chains changes the anchoring substrate, not the H33-74 primitive, the cryptographic evidence, or the verification model.
Does minting require a chain at all?
No. A receipt is minted and fully signed before any anchoring. Anchoring is a separate, optional, deferrable operation — see Start Without a Chain and Delayed Anchoring.
What happens if a chain I anchored on disappears?
The receipt stays verifiable. The chain anchor was independent notarization, not the proof. Re-anchor the same unchanged receipt elsewhere.

Related