How H33-74 receipts get anchored to Arbitrum One, what the anchor records contain, and what verification looks like from a Arbitrum One block explorer.
H33-74 anchors to Arbitrum One via EIP-1559 calldata commitments. As an optimistic rollup, Arbitrum settlement assurance inherits from Ethereum L1 once the batch is posted to L1.
What it does not contain: sensitive payload data. The receipt's content lives off-chain. The anchor only commits to its existence and identity.
Arbitrum One 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 an optimistic rollup. Particularly appropriate for DeFi-adjacent and RWA use cases that need EVM interoperability without paying Ethereum mainnet costs.
A receipt anchored on Arbitrum One 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 Arbitrum One 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 Arbitrum One.
A third-party verifier needs the H33-74 receipt, the Arbitrum One anchor transaction (or its hash), and the open-source H33 verifier. From those inputs:
The same receipts that anchor to Arbitrum One can anchor to any of the others.
One Receipt. Multiple Chains. H33-74 Overview