How H33-74 receipts get anchored to Bitcoin, what the anchor records contain, and what verification looks like from a Bitcoin block explorer.
Each anchor is a Bitcoin transaction that commits to a receipt's cryptographic identity (or to a batched commitment covering many receipts). The anchor lives in Bitcoin's canonical ledger and is independently verifiable via any Bitcoin block explorer.
H33-74 anchors to Bitcoin primarily via Taproot (BIP-341 P2TR), which provides witness-discounted commitment space and the strongest economic security for long-horizon evidence. OP_RETURN is supported as a fallback for tooling that does not yet handle Taproot.
What it does not contain: sensitive payload data. The receipt's content lives off-chain. The anchor only commits to its existence and identity.
Bitcoin is the right anchor when independent notarization needs to survive the longest possible time horizon, when economic security of the notarization matters more than per-anchor cost, and when audit-grade durability is required for regulatory or institutional use. Bitcoin's settlement assurance is the highest available; it makes the strongest single-chain anchor for evidence that must last decades.
A receipt anchored on Bitcoin can also be anchored on Bitcoin, Ethereum, Solana, Polygon zkEVM, Zcash, or any other chain H33-74 supports. The anchors are independent. Adding more anchors does not change the receipt. Removing one anchor (or having one chain become unavailable) does not invalidate the others.
If Bitcoin ever becomes inappropriate for an operator's use case (regulatory, performance, security, cost), the operator adds an anchor on a different chain and continues operating. The historical evidence does not have to migrate, because it was never bound to Bitcoin.
A third-party verifier needs the H33-74 receipt, the Bitcoin anchor transaction (or its hash), and the open-source H33 verifier. From those inputs:
None of those steps depends on H33's infrastructure. The verifier is open-source and the chain is public.
The same receipts that anchor to Bitcoin can anchor to any of the others.
One Receipt. Multiple Chains. H33-74 Overview