H33 SELF-ATTESTATION · LIVE PUBLIC PAGE

H33 attests itself first under H33-PQ Verified.

A standard without an attested operator is a proposal. H33 is running the first self-attestation cycle against H33-PQ Verified, publishing evidence as it lands, and exposing verification commands so any third party can replay the result offline. This is the live page. Status, bundles, and pass/fail per pillar update every attestation cycle. No badge is claimed until all five pillars verify clean.

BOOTSTRAP CYCLE IN PROGRESS — BUNDLES PUBLISHING
Bootstrap Cycle
2026-Q2-001
Standard Version
H33-PQ Verified v1.0
Verifier Version
h33-verifier 0.1.0
Program Initiated
2026-06-09
Standard Coverage
Pillars Complete
2 / 5
Pillars In Progress
3 / 5
Independent Verification
Available
Public Artifacts
Available

Five Pillars · Five Bundles · One Verification Path

Each pillar produces one or more public artifacts and a public verification command. Anyone can replay the result without contact with H33.

Pillar 1 — Portable Evidence

Evidence artifacts that survive H33.

⚙ PREPARING

H33 produces portable evidence bundles for every regulated-domain decision. Each bundle is independently verifiable using the open-source h33-verifier CLI, without contact with the H33 runtime, the H33 cloud, or any participating subsystem.

claim_84711.bundle
Public sample evidence bundle (32-byte portable proof + lineage)
READY
h33-evidence-receipt-2026Q2.json
Quarterly receipt enumerating evidence-cycle artifact hashes
PUBLISHING
verify-evidence.sh
Public verification command — runs against any bundle
READY
Verify this pillar yourself
h33-verifier verify --bundle https://h33.ai/standards/post-quantum-verified/h33-self-attestation/bundles/evidence.bundle
Pillar 2 — Authority Preservation

Every action traces back to original human intent.

⚙ PREPARING

Every authority decision H33 makes carries a cryptographically provable lineage from the leaf action back to the root authorization. Ancestor constraints inherit downward; revocation propagates downward; intent is preserved across arbitrary delegation depth.

governance-lineage-2026Q2.bundle
Live governance lineage artifact from H33's internal authority graph
PUBLISHING
root-authority-proof.bundle
Root authority object + threshold PQ signatures
PUBLISHING
delegation-chain-sample.json
5-level delegation chain (Board → CEO → Finance → Procurement → Vendor Agent)
PUBLISHING
Verify this pillar yourself
h33-verifier verify-lineage --bundle https://h33.ai/standards/post-quantum-verified/h33-self-attestation/bundles/governance-lineage.bundle
Pillar 3 — Privacy Preservation

Sensitive computation happens on encrypted data.

⚙ PREPARING

H33 declares the data_access_mode for every sensitive computation. Where the declaration is encrypted, an independent FHE verifier confirms that no plaintext access occurred. Where the declaration is plaintext, the privacy posture is explicit and verifiable.

fhe-iq-cycle-attestation.bundle
FHE-IQ encrypted computation attestation for the current cycle
PUBLISHING
data-access-mode-declarations.json
Per-decision declarations of plaintext / encrypted / metadata-only access
PUBLISHING
encrypted-computation-receipt.bundle
Independent FHE verifier verdict on declaration conformance
PUBLISHING
Verify this pillar yourself
h33-verifier verify-privacy --bundle https://h33.ai/standards/post-quantum-verified/h33-self-attestation/bundles/privacy.bundle
Pillar 4 — Independent Verification

Anyone replays the result. Offline.

✓ VERIFIED

Every bundle on this page can be replayed by any third party using the open-source h33-verifier CLI. No contact with H33 required. No subsystem dependency. The verifier itself is reproducible from source under Apache-2.0.

h33-verifier (Apache-2.0)
Open-source CLI — reproducible build, offline replay
READY
conformance-vectors.json
Published conformance test vectors any implementation must pass
READY
verifier-fingerprint.txt
Verifier binary fingerprint (sha3-384) for the current cycle
READY
Verify this pillar yourself
curl -sSL https://h33.ai/verifier-cli/install.sh | bash
h33-verifier --version
h33-verifier verify-conformance
Pillar 5 — Post-Quantum Security

Triple-family PQ across the entire trust path.

✓ VERIFIED

Every cryptographic binding produced by H33 — root signature, delegation node signature, revocation signature, replay attestation — is signed under NIST-standardized post-quantum algorithms. Triple-family algorithm diversity (ML-DSA + SLH-DSA + FALCON) at the root level. NIST Level 1 through Level 5.

algorithms-in-use.json
Manifest: ML-DSA-44/65/87 · SLH-DSA-128f/192f/256s · FALCON-512/768/1024
READY
nist-level-coverage.json
NIST Security Levels 1, 3, and 5 supported across the trust path
READY
pq-verification-artifact.bundle
Sample triple-family signature verification artifact
READY
Verify this pillar yourself
h33-verifier verify-pq --bundle https://h33.ai/standards/post-quantum-verified/h33-self-attestation/bundles/pq.bundle --algorithms ml-dsa,slh-dsa,falcon
Verify the program in one command

One command. Five pillars. Offline.

The master verification command pulls every bundle from this page, runs every pillar's verification offline against the open h33-verifier, and prints PASS or FAIL per pillar. No contact with H33 is required at any step.

curl -sSL https://h33.ai/verifier-cli/install.sh | bash
h33-verifier attest \
  --target https://h33.ai/standards/post-quantum-verified/h33-self-attestation/ \
  --standard h33-pq-verified-v1.0 \
  --output report.json

Note: the master attest subcommand ships in h33-verifier 0.2.0 as part of this self-attestation program. The per-pillar verification commands above work today against h33-verifier 0.1.0.

Honesty Note · Current Cycle

This page reflects the actual state of H33's self-attestation cycle. Pillars 4 (Independent Verification) and 5 (Post-Quantum Security) have all artifacts ready and verifying clean. Pillars 1, 2, and 3 are in the publishing phase of the current cycle — some bundles are live, some are being assembled and signed under the H33 release keys. This page updates as bundles publish. The H33-PQ Verified homepage badge is withheld from h33.ai until all five pillars verify clean — a badge without proof is marketing, a badge with downloadable evidence is a demonstration.