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

Why Chain Migration Shouldn't Exist

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

Moving assets from chain to chain is a big topic in RWAs and tokenization. Once you separate the asset from the evidence, most of the migration work disappears.

The asset may move. The evidence remains.

Imagine a fund, company, or government spends five years operating on a blockchain. Over that time, the stuff that accumulates is enormous: tokenized real-world assets, audit trails, AI decisions, ownership records, governance actions, operational history.

Then things break. Cryptography ages. Fees rise. Performance lags. A better chain emerges. With quantum on the horizon, the chain you trusted yesterday may not be the chain you can trust in five years. That blockchain is now a liability and it is time to leave it.

Migration typically means rebuilding infrastructure, reissuing assets on the new chain, and figuring out how to preserve years of history. The last part is usually the hardest, and most projects either skip it or accept that the new chain inherits no provenance from the old one.

Assets live on chains. Evidence lives in H33-74. The evidence of what happened was never on the chain. It was anchored to one. When the chain has to change, the evidence does not have to migrate, because it was never bound to the chain in the first place.
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 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. That is precisely why chain migration, as an evidence problem, should not exist.

What actually moves

The asset moves. The token contract on the old chain is replaced by a new token contract on the new chain. That is normal blockchain work, and it is unavoidable.

The evidence does not move. Every proof that was ever produced — one for every approval, transfer, compliance check, governance action, AI decision — continues to exist independently. It was never the chain's record. The chain only held an anchor pointing to it. Add a new anchor on the new chain for the entire historical record at once (or multiple anchors in any way you want) and you are done.

The traditional answer versus the H33-74 answer

Traditional
Rebuild infrastructure. Reissue assets. Reconstruct history if you can. Hope auditors accept the new chain's record as canonical going forward.
H33-74
Reissue assets on the new chain. Post a single batched anchor on the new chain covering the entire historical receipt corpus. Operate the new chain. Old evidence is unchanged. New evidence anchors to the new chain.

What survives the migration

The quantum case

When the cryptography that secured the old chain breaks, the post-quantum evidence anchored to it does not break with it. Each proof is signed under a three-family post-quantum scheme (ML-DSA-65, FALCON-512, SLH-DSA-128f). The chain is compromised. The proof is post-quantum. Re-anchor on a chain whose signature scheme you still trust and continue.

How re-anchoring actually works

The disciplined operational pattern uses batched anchoring. You compute a single cryptographic commitment over the receipts you want re-anchored. Could be all of them at once. Could be by year. Could be by asset. Could be a continuous rolling batch. You post that commitment in one transaction on the new chain. Verifying any individual receipt requires the receipt plus a short proof that it belongs to the commitment.

This is the same pattern that has anchored hundreds of millions of timestamps to Bitcoin since 2016 (OpenTimestamps), applied to operational evidence and extended with post-quantum signatures. One transaction on the new chain can anchor an entire historical corpus.

Cost of re-anchoring an entire history: one transaction on the new chain, plus per-receipt proof storage (off-chain). The cost does not scale linearly with corpus size.

The bigger principle

Chain migration is a problem because the chain has been treated as the place where evidence lives. Once evidence is treated as a first-class object that exists independently, the chain becomes infrastructure. Migration becomes a routine operational event, not an existential project.

If the evidence is not chain-dependent, the blockchain becomes replaceable.

Stated precisely: what differs between blockchains are their operational and integration characteristics — fees, performance, cryptographic posture, jurisdiction. The H33-74 primitive and its cryptographic properties remain unchanged. 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.

What H33-74 does not do

H33-74 produces and anchors the portable proof primitive that makes chain migration a non-event for evidence. It does not monitor systems for control drift (that is HATS), it does not render the pass/fail verdict on an attestation (an independent verifier does — see Verification), and it does not govern agents or preserve decision authority (that is Agent-008).

Frequently asked

Does migrating to another chain change the proof?
No. 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. Every receipt is unchanged; you simply add a new anchor.
Is the trust from the chain or from H33-74?
From H33-74. Each proof is signed under three independent post-quantum families and verified with an open verifier. The chain held only an anchor pointing to the receipt — never the source of the proof or the trust.
Can I move a receipt to another chain?
Yes, and it is not a migration in the traditional sense. Post one batched anchor on the new chain covering the historical corpus; the receipts themselves do not move and the primitive is unchanged.
What if the old chain's cryptography is broken by a quantum computer?
The post-quantum evidence anchored to it does not break. Each proof is signed under ML-DSA-65, FALCON-512, and SLH-DSA-128f. Re-anchor on a chain whose signature scheme you still trust and continue.

See how H33-74 stays portable

Read the next concept: how to operate before you have picked a chain at all.

Start Without a Chain H33-74 Overview

Related