The third independent consumer of the substrate.
H33 evidence is consumed by three independent paths — TDA (Trustless Decision Attestation), Submission (Portable Regulatory Submission), and Audit Response — all derived from the same H33-74 receipts. All three converge on the same underlying bundle hash. External auditors verify offline using the Apache 2.0 verifier. No H33 contact required.
The three consumers
CROSS_CONSUMER_DISAGREEMENT. The convergence check is what makes the third-consumer story stronger than any individual artifact — same substrate, three independent verdicts, cryptographically reconciled.
Q0–Q5 question structure
Each question slot binds to a specific evidence path in the substrate and a specific verifier check code. The question TEXT is founder-locked content; the structural mapping below is independent of text and lives in /audit/questions/v0.1/manifest.json.
| Q | Theme | Evidence path(s) | Verifier checks |
|---|---|---|---|
| Q0 | authorized_holder_execution | $.decisions[0].authority_binding · $.authorities[0] | EC-3 |
| Q0.5 | constitutional_layer | $.authorities[0].scope_hash · $.decisions[0].policy_bind.policy_commitment_ns | EC-3 · EC-1 |
| Q1 | policy_committed_before_execution | $.decisions[0].policy_bind | EC-1 |
| Q2 | documented_pipeline_executed | $.decisions[0].pipeline_dag | EC-5 |
| Q3 | model_identity_at_decision_time | $.decisions[0].model_fingerprint | EC-2 |
| Q4 | evidence_citation_chain_to_corpus | $.corpus_pin · $.decisions[0].evidence_attestation.evidence_set · $.decisions[0].result_citation_bind.citation_set | EC-6 · EC-7 · EC-8 |
| Q5 | calibrated_abstention_attested | $.decisions[0].calibrated_abstention_bind | EC-4 |
Demo audit response
A scaffold audit response for the claim_84711 demo bundle is published. Verdict slot machinery is operational; question text awaits founder lock.
/audit/claim_84711/audit-response.json
$ curl -s https://h33.ai/audit/claim_84711/audit-response.json | jq '.responses[] | {question_id, verdict}'
When Q0–Q5 lock completes
Within 5 working days of the lock session per auditor-loop-prebuild-v0.1.md: question text published at /audit/questions/v0.1/Q*.txt; manifest digest pinned; auditor-loop service builds and publishes real audit responses (no longer scaffolds); verifier --mode audit-response ships under Schema Freeze Alpha-1 Amendment #4; smoke test extended to assert convergence on every demo bundle.