AIR
Proof Lab
StartEcosystem
Explore (579)Live Systems (52)Pricing
Log InGet API Key✓ Verify It Yourself
Proven Data Lifecycle

Every system records what happened.
H33-Upstream proves it.

Related · tier-1 reading. For what a portable artifact actually is, see Portable Artifact.

From the moment data is created to the moment it is verified — every step is sealed, structured, and cryptographically attested. No trust required.

Event Something happens
Sealed Encrypted at creation
Computed Processed without decrypting
Attested Signed proof of what happened
Verified Anyone can check it

Something happens.

Get API Key Schedule Demo Read the Architecture

15 Capabilities. Four Layers.

Each capability is independently useful. Together they form the first system where truth at creation survives through computation, attestation, and verification — without ever requiring trust.

Layer 1 — Creation Truth Starts Here
01

Genesis-Sealed Attestation

Data never exists as plaintext outside the hardware-attested generation boundary. Encrypted at creation. No plaintext emitted.

02

Independent Key Hierarchies

Compute role vs verify role, structurally separated. Possession of one key hierarchy does not confer access to the other.

03

Data Provenance at Creation

Origin cryptographically bound at the moment of generation, before any processing, transmission, or storage occurs.

Layer 2 — Structure What It Means
04

Attested Claims Framework

Typed claims with semantic class (Fact, Event, Control, State), subject scope, issuability profile. 202-byte fixed serialization.

05

Negative Claims

Positively assert what was checked and found absent. Distinguishes "checked and not found" from "not checked." No other framework does this.

06

Schema Registry

Append-only, PQ-attested. Claims interpreted against the schema in effect at issuance time. Prevents retroactive reinterpretation.

07

Supersession Mechanics

7 typed relations: References, Supersedes, Corrects, Retracts, DerivesFrom, Aggregates, ScopesToFragmentRoot. Original preserved in the verifiable record.

08

Fragment Commitment

Merkle tree over artifact fragments with domain-separated leaf/node prefixes. Claims can target specific fragments of a document, not just the whole.

Layer 3 — Computation Without Exposure
09

Homomorphic Hash Evaluation

Compute SHA3-256 on encrypted data without decrypting. XOR = ciphertext addition (free). AND = programmable bootstrapping. Result threshold-decrypted. Data bits never exposed.

10

Dispatch-Execution Separation

What was planned vs what actually happened, committed independently. Divergence between dispatch and execution is itself detectable and verifiable.

11

Auto-Tagging AI SDK

Customer-trained FHE classifier. Customers define taxonomy, train model on their data. H33 runs encrypted inference, emits policy tags. Three confidence modes: hard classification, threshold proof, customer-decrypted. Human override and feedback loop for retraining.

Layer 4 — Verification Truth Survives
12

Deterministic Verification + Contested State

4-state machine: Valid, Invalid, Expired, Contested. Contested is a first-class terminal state, not forcibly resolved. Two conforming verifiers given identical inputs produce identical state.

13

Multi-Party Attestation DAG

Each node is an H33-74 commitment. Each edge references prior node's execution_root. Cross-party verification without accessing other parties' systems.

14

Dispute and Correction Model

Amendment, Reversal, Disputed, SettledDispute. Disputed nodes suspend downstream processing. All corrections are themselves PQ-attested.

15

Long-Duration Custody Attestation

30+ year custody chains. Periodic on-chain balance verification. Discrepancies auto-generate DISPUTED claims. Fully reconstructable from blockchain + attestation primitives.

16

Zero-Knowledge Redemption Bonus

ZK-STARK proof (no trusted setup) proving: valid instrument, not previously redeemed, not disputed, past maturity, authorized holder. Reveals only instrument ID and redemption amount. Not holder identity.

Proof, not trust. Every capability produces independently verifiable output. No capability requires access to another party's internal systems. No capability requires trust in H33.

Encrypted Classification. Customer-Trained. Zero Plaintext.

H33 does not use a general-purpose LLM to read customer documents. Customers define the taxonomy. H33 converts documents into encrypted feature vectors, evaluates a compact customer-specific classifier under FHE, and emits policy tags.

Customer defines taxonomy
Trains classifier on their data
Deploys weights to H33
Documents enter encrypted
CKKS inference on ciphertext
H33-74 attested
Policy tags emitted
Human override available
Corrections retrain model

Three Confidence Modes

Hard Classification (Default)

Document matched: CLIENT_PII

No score. No probability. A binary, attested tag. The system never sees the document.

Threshold Proof

Score > threshold: TRUE

TFHE proves the classification score exceeded the threshold. The score itself is never revealed.

Customer Decrypt

Encrypted vector returned

The encrypted feature vector is returned to the customer. Only the customer's key can decrypt. H33 never holds the result.

Real World Example

Bond trade lifecycle — five parties, one chain of proof.

Issuer

Creates trade record

Signed
Exchange

Validates trade

Sealed
Clearinghouse

Clears trade

Attested
Custodian

Settles trade

Verified
Redemption

ZK proof of valid claim

Proven

Full chain proven. No trust required. Each party verifies its node and adjacent nodes without accessing the full workflow or any other party's internal systems.

The Contrast

What others do vs. what Upstream does.

Traditional Systems

  • Data → Process → Result → Trust Required
  • Logs describe what happened
  • Reconstruction happens after the fact
  • Evidence is documentation
  • Single point of failure

H33-Upstream

  • Data → Sealed → Computed → Attested → Verified
  • Proof demonstrates what happened
  • Attestation is continuous, not periodic
  • Evidence is mathematical
  • Three independent PQ families
Not logs. Not reconstruction. Proof.

H33 Products · Upstream Provenance

What H33-Upstream is

H33-Upstream is an upstream-provenance product. It proves that what upstream systems recorded actually happened — sealing data at creation and carrying an unbroken, independently checkable chain of proof from the first byte to the moment of verification. It owns the provenance-lifecycle workflow, the multi-party evidence experience, and the no-trust-required outcome. It does not own, redefine, or reimplement the encryption, proof, verification, or governance it relies on; it composes them.

The product boundary. H33-Upstream owns the upstream-provenance workflow and outcome. It uses H33 mechanisms for privacy, evidence, verification, and governance; it does not redefine or own those mechanisms.

USES FHE

Fully homomorphic encryption is what lets Upstream compute over sealed data without decrypting it, so provenance survives processing. Upstream consumes FHE; it does not define or implement it.

USES Verification

Verification is what lets any party independently confirm an attestation with no access to source data and no dependency on H33 — the pass/fail verdict. Upstream requests and surfaces that verdict; the verifying is owned elsewhere.

USES H33-74

H33-74 supplies the portable 74-byte post-quantum attestation that carries provenance forward as portable evidence. Upstream attaches these attestations; it does not produce the attestation primitive.

GOVERNED_BY Agent-008

Agent-008 governs any automated decisioning that acts on an Upstream attestation — preserving authority and preventing drift. Upstream is governed by it; it does not perform governance.

Replaceability test

If Upstream swapped a signature family or its confidential-computing technology, it would still be H33-Upstream: the provenance-lifecycle workflow and no-trust outcome are the product. Mechanisms are chosen, not owned.

Frequently Asked Questions

What is H33-Upstream?

H33-Upstream is an upstream-provenance product. It proves that what upstream systems recorded actually happened, sealing data at creation and carrying an unbroken, independently checkable chain of proof to the moment of verification. It owns the provenance-lifecycle workflow and outcome; it uses H33 mechanisms for privacy, evidence, verification, and governance rather than reimplementing them.

Which H33 mechanisms does H33-Upstream use, and what does it not own?

It USES FHE to compute over sealed data without decrypting it, USES Verification so any party can confirm an attestation with no dependency on H33, USES H33-74 for the portable 74-byte post-quantum attestation, and is GOVERNED_BY Agent-008 for automated decisioning on attestations. It composes these; it does not own or redefine them.

Can verification happen without H33?

Yes. Verification is fully independent: any party can check an attestation using the public verification protocol, with no dependency on H33 infrastructure and no access to source data. That independent verdict is owned by Verification, which Upstream uses.

Would it still be H33-Upstream if a mechanism were swapped?

Yes. If a signature family or the confidential-computing technology were replaced, it would still be H33-Upstream. The provenance-lifecycle workflow and no-trust outcome are what it owns. Mechanisms are chosen, not owned.

When to use H33-Upstream — and when not to

Use H33-Upstream when the problem is proving that upstream systems recorded what actually happened across a multi-party workflow, so downstream parties can trust the record without trusting the systems that produced it. The seal-at-creation, compute-without-decrypting, attestation, and independent-verification path are live; any figures shown are illustrative — verify current numbers on /benchmarks/.

When NOT to use it — use a neighbor instead. To prove the binaries and software supply chain running on your servers are clean, use Sentinel instead. To secure the API keys and secrets your services use, use H33-Gateway instead. To validate high-stakes documents (closings, claims, records), use H33-Vault instead.

If you want the mechanism, not the product. For the privacy mechanism itself, read FHE. For the proof/verdict layer, read Verification. For the portable attestation primitive, read H33-74.

Part of H33-Truth
This feeds the Provenance Continuity signal
H33-Upstream provenance commitments feed the Provenance Continuity signal. Origin bound at creation. Chain unbroken from first byte.
See H33-Truth →
Verify It Yourself