H33-74 / Comparison

H33-74 vs OpenTimestamps

OpenTimestamps anchors timestamps to Bitcoin in batched commitments. H33-74 anchors operational evidence to any chain or no chain, with post-quantum signatures and full chain portability.

OpenTimestamps (OTS) is the de-facto open standard for blockchain timestamping. It has anchored hundreds of millions of timestamps to Bitcoin since 2016. It is reliable, well-understood, free to use, and the architectural pattern (batched Merkle root anchoring) is exactly the pattern H33-74 inherits.

So what does H33-74 do that OpenTimestamps does not?

OpenTimestamps says: when did this file exist? H33-74 says: what decision was made, by whom, under what policy, with what AI input, and what should an auditor be able to reconstruct three years later? The mechanism is similar. The scope is different.

What they share

What H33-74 adds

Post-quantum signatures

OTS receipts are SHA-256 hashes anchored to Bitcoin. They are timestamping receipts, not signed receipts. Their integrity rests on Bitcoin's SHA-256 and ECDSA, both of which are vulnerable to known quantum algorithms when sufficiently capable quantum computers exist. H33-74 receipts carry three independent post-quantum signatures (ML-DSA-65, FALCON-512, SLH-DSA-128f) on the receipt content itself, so the receipt's integrity is post-quantum even if the chain it was anchored to later becomes compromised.

Chain portability

OTS is structurally bound to Bitcoin. The receipt format, the batching mechanism, and the verification pipeline assume Bitcoin as the notarization chain. H33-74 receipts can be anchored to Bitcoin, Ethereum, Solana, Polygon zkEVM, Zcash, or any other chain that can hold a 32-byte commitment, and the same receipt can carry multiple chain anchors simultaneously.

Computation semantics

OTS attests to the existence of arbitrary file contents at a point in time. H33-74 attests to the result of a bounded computation (an AI decision, a compliance determination, a governance vote, a transfer authorization) with structured semantics that the verifier can interpret. The receipt does not just say "this file existed" — it says "this specific computation produced this specific result under this specific policy at this specific time."

Operational reconstruction

OTS proves a single timestamp. H33-74 receipts are designed to compose into operational histories. A collection of H33-74 receipts for a fund's five-year operation lets an auditor reconstruct what happened, in what order, under what authority. OTS does not have receipt-to-receipt linkage semantics.

Direct comparison

Anchor chain
OpenTimestamps: Bitcoin only. H33-74: any chain that can hold a 32-byte commitment, including multiple chains for the same receipt.
Signature scheme
OpenTimestamps: SHA-256 hash, no signature. H33-74: three-family PQ signature (ML-DSA-65 + FALCON-512 + SLH-DSA-128f) on the receipt itself.
Quantum risk
OpenTimestamps: dependent on Bitcoin's cryptographic survival. H33-74: receipt integrity is post-quantum independent of chain choice.
Receipt semantics
OpenTimestamps: file hash + timestamp. H33-74: structured computation receipt with intent, result, authority, policy reference.
Verification
Both: open-source verifier, no operator dependency. H33-74 verifier is chain-portable; OTS verifier requires Bitcoin chain.
Use case fit
OpenTimestamps: file timestamping, document notarization. H33-74: operational evidence, regulated workflows, AI governance, treasury, compliance audit trail.

When OpenTimestamps is the right choice

OpenTimestamps is great when you only need Bitcoin timestamping of file existence, when single-chain anchoring is sufficient, and when post-quantum survivability is not a near-term concern. It is mature, free, and battle-tested for document notarization.

When H33-74 is the right choice

H33-74 is great when the attested fact is more than file existence — a decision, an authorization, a compliance determination, an AI output. When the receipt needs to survive Bitcoin's eventual deprecation or compromise. When multi-chain notarization is operationally valuable. When post-quantum signatures are required for long audit horizons. When batched anchoring is needed for high-volume systems.

OTS and H33-74 are not direct substitutes. They share the batched-anchor pattern but they attest to different things. H33-74 is what OTS would look like if it had been designed for post-quantum operational evidence across multiple chains instead of for Bitcoin-anchored file timestamping.

See the chain-portable evidence story

The piece that makes H33-74 categorically different is chain portability. Read the centerpiece.

Chain Portability H33-74 Overview

Related