How H33-74 receipts get anchored to Polygon zkEVM, what the anchor records contain, and what verification looks like from a Polygon zkEVM block explorer.
Each anchor is a Polygon zkEVM transaction that commits to a receipt's cryptographic identity (or to a batched commitment covering many receipts). The anchor lives in Polygon zkEVM's canonical ledger and is independently verifiable via any Polygon zkEVM block explorer.
H33-74 anchors to Polygon zkEVM mainnet via EIP-1559 transactions with the receipt's 32-byte commitment (or batched Merkle root) embedded in calldata. The receipt's identity is committed to L2, and once the L2 batch is proven and posted to Ethereum L1, the anchor inherits L1-grade security.
What it does not contain: sensitive payload data. The receipt's content lives off-chain. The anchor only commits to its existence and identity.
Polygon zkEVM is the right anchor when EVM-compatible tooling is needed, when L1-grade settlement assurance is required but L1 gas costs are not, and when the operator wants the security inheritance of a zk-rollup. Particularly appropriate for RWA and tokenization use cases that need EVM interoperability without paying Ethereum mainnet costs per anchor.
A receipt anchored on Polygon zkEVM 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 Polygon zkEVM 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 Polygon zkEVM.
A third-party verifier needs the H33-74 receipt, the Polygon zkEVM 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 Polygon zkEVM can anchor to any of the others.
One Receipt. Multiple Chains. H33-74 Overview