H33-74 on Zcash

H33-74 on Zcash

How H33-74 receipts get anchored to Zcash, what the anchor records contain, and what verification looks like from a Zcash block explorer.

Zcash is one of H33-74's anchor surfaces, not its foundation. The receipt exists before the Zcash anchor and remains valid if the Zcash anchor is later supplemented or replaced on another chain. Zcash provides one independent notarization. H33-74 receipts can carry many.

How H33-74 anchors to Zcash

Each anchor is a Zcash transaction that commits to a receipt's cryptographic identity (or to a batched commitment covering many receipts). The anchor lives in Zcash's canonical ledger and is independently verifiable via any Zcash block explorer.

Anchor mechanism on Zcash

H33-74 anchors to Zcash by embedding the receipt's commitment in shielded transaction memos. The anchor record itself can be shielded so that the existence of the anchor is not visible to third parties without the viewing key. Selective disclosure allows specific parties (regulators, auditors, counterparties) to verify the anchor while keeping it opaque to others.

Chain parameters

Chain
Zcash
Finality
~75 minutes for 30 confirmations (Zcash recommends 30 for high-value transactions); shorter for routine notarization.
Anchor cost
Negligible per anchor transaction (fractions of a cent in ZEC).

What an H33-74 anchor record contains

What it does not contain: sensitive payload data. The receipt's content lives off-chain. The anchor only commits to its existence and identity.

When Zcash is the right anchor

Zcash is the right anchor when the existence of the anchor record itself needs to remain confidential, when regulated parties need selective disclosure rather than universal transparency, and when the operator wants privacy-preserving notarization for sensitive operational evidence. Particularly appropriate for compliance evidence in regulated industries where the fact that a compliance event occurred is itself sensitive.

The portability story

A receipt anchored on Zcash 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 Zcash 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 Zcash.

Verifying a Zcash anchor

A third-party verifier needs the H33-74 receipt, the Zcash 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.

See H33-74 on other chains

The same receipts that anchor to Zcash can anchor to any of the others.

One Receipt. Multiple Chains. H33-74 Overview

Related