AIR
Proof Lab
StartEcosystem
Explore (579)Live Systems (52)Pricing
Log InGet API Key✓ Verify It Yourself
H33
h33-attestation · v0.1.0 · released 2026-06-04

Post-Quantum Portable Attestation.

An independently verifiable artifact that survives the originating system.

The v0.1 Portability Verifier release proved a third party could independently reproduce a SACRED state_id from an enterprise bundle. This release closes the loop: the issuer produces a signed tda_v1 attestation (the canonical Trustless Decision Attestation category). The attestation verifier confirms the attestation, the bundle, and the Portability Verifier binary all agree. No H33 contact at any step. "Portable Object → Independent Verifier → Independent Reproduction. You have that for bundles. Now you have it for attestations." — Eric, June 4 2026

What this is

A Trustless Decision Attestation is a portable, post-quantum evidence artifact that H33-74 produces — a signed tda_v1 receipt binding a decision, its bundle, and the verifier version, so any third party can re-verify it offline against its schema and hashes, trusting no one.

Why this exists. Evidence that only its originating system can confirm is not evidence. The attestation exists so proof of what happened survives the system that produced it — reproducible by an outside party years later with no H33 contact.

What it is NOT. The attestation is the evidence, not the verdict. It does not render the independent verdict (that is Verification), it does not monitor operations (that is HATS), and it does not make the governance decision (that is Agent-008). H33-74 produces the artifact; Verification renders the verdict on it.

Constitutional invariants this release embodies

Q0 — Who bears risk? Never H33. This release bears attestation accuracy + issuance determinism + verifier correctness.

Q0.5 — Who owns the decision? Always the owner. The attestation verifier surfaces structural verdicts. It never judges decisions.

Determinism — Eric LOCKED: identical bundle + decision set + verifier version + signing key → byte-identical canonical payload (excluding issued_at_ms + signatures). Tested in the harness; passes.

v0.1.0 release

h33-issue-attestation-v0.1.0-aarch64-apple-darwin
size903,424 bytes  ·  sha3-256132eb65f9193a7ba6e86f01badea68501ec0bf4c16262b4e7c1e312e19c3e254
Issuer ⬇
h33-verify-attestation-v0.1.0-aarch64-apple-darwin
size804,448 bytes  ·  sha3-256bc45c6b83d16fd29e2f08f95fb25ad8391f45e3ca1a1c696db660e29ccd0bc77
Attestation Verifier ⬇
{ }
sample-attestation-claim-84711.tda_v1.json
a real signed attestation against the canonical-continuity tenant · 2 decisions · 51 KB
Sample ⬇
sample-verify-output.txt
what the verifier prints when you run it against the sample — captured PASS output
Output ⬇
release_manifest.json
all hashes · build environment · what v0.1 proves · v0.2 deferrals
Manifest ⬇
README.md
quick-start · determinism harness · the six verifier checks · honest v0.1 caveats
README ⬇

The three-artifact loop, end to end

A third party needs three downloads. Each comes from a different surface; together they prove agreement without H33.

1 · Bundle
Enterprise portability bundle
2 · Attestation
Signed tda_v1 JSON
From this page (sample) or issued by your own copy of the issuer binary
3 · Portability Verifier
The canonical-replay binary

Run the loop

chmod +x h33-verify-attestation-v0.1.0-aarch64-apple-darwin
chmod +x h33-independent-canonical-replay-v0.1.0-aarch64-apple-darwin

./h33-verify-attestation-v0.1.0-aarch64-apple-darwin \
    --attestation sample-attestation-claim-84711.tda_v1.json \
    --bundle tenant_insurance_claim_44962d9b-25f5-5622-bd9a-98d5580bb8a2_enterprise_bundle.tar.gz \
    --verifier-binary h33-independent-canonical-replay-v0.1.0-aarch64-apple-darwin
Expected output — six checks + replay verdicts
  • ✓ Issuer fingerprint internally consistent
  • ✓ Canonical payload hash matches declared value
  • ✓ All 3 PQ signatures verify (ML-DSA-65 · FALCON-512 · SLH-DSA-128f)
  • ✓ Bundle hash anchor matches
  • ✓ Portability Verifier binary hash anchor matches
  • ✓ Each attested decision replays to its SACRED state_id
  • → OVERALL: PASS ✓ — bundle + attestation + portability verifier all agree. No H33 contact required.

When to use an attestation — and when not to

Use it when
  • You need portable, offline-verifiable proof that a decision happened and survives infrastructure or the passage of time.
  • An outside party (regulator, auditor, counterparty) must confirm the record without trusting — or contacting — H33.
  • Evidence must remain re-verifiable for years, after keys rotate or the originating system is gone.
Reach for the adjacent owner instead when
  • You need the independent verdict rendered on the evidence — that is Verification. H33-74 hands it the artifact; Verification decides pass/fail.
  • You need continuous operational monitoring or recording of a live control — that is HATS.
  • You need the governance decision itself made or authority preserved — that is Agent-008.

Frequently asked questions

What exactly is this attestation?

It is the portable evidence artifact that H33-74 produces: a signed tda_v1 receipt that binds a decision, its bundle, and the verifier version into a self-contained record. Anyone holding it can re-check it offline against its schema and hashes. It is the proof-of-what-happened, not a claim you have to take on faith.

What does the attestation NOT do?

It does not render the independent verdict — that is Verification. It does not monitor or record live operations — that is HATS. It does not make the governance decision or preserve authority — that is Agent-008. H33-74 produces the evidence; the verdict on that evidence is a separate act by Verification.

How is this different from Verification?

H33-74 produces the attestation; Verification independently renders the verdict on it. The attestation verifier and Portability Verifier binaries confirm the artifact is internally consistent and reproduces its SACRED state; the final judgement of whether the evidence should be trusted is Verification's role, on a separate axis.

How is it independently verified?

Offline, by anyone, trusting no one. Download the open attestation verifier, the bundle, and the Portability Verifier binary, and run the six checks on an air-gapped machine. The SHA3-256 canonical payload hash and the three PQ signatures (ML-DSA-65, FALCON-512, SLH-DSA-128f — all external NIST-track standards H33 implements) are re-checked against the artifact. Any tampered byte makes the checks fail, so the result is tamper-evident, not something you take on trust.

Owner & boundaries

Honest v0.2 deferrals