H33-74 / Flagship Concept

Mint Once. Anchor Anywhere.
Verify Forever.

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.

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).

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

Related