HOLONOMIX

Proof registry

Claims resolve to artifacts, scope, and verifier output.

Proof is organized as a receipt chain: measured artifact, SHA-256 manifest, ML-DSA-65 signature, verification path, and scope notes. Public preview materials show the verification workflow; sensitive corpora and full benchmark bundles are released through bounded diligence.

Public registry

Evidence status is visible before a call.

The decisive benchmark bundles are still gated when they include sensitive corpus, environment, or customer-diligence material. The schema, verifier pattern, and redacted proof bundle are public so reviewers can inspect the proof model first.

Evidencepublic statusfull bundlescope
HX-SDP 100M H100receipt preview publicfull proof pack gated100M · 100% R@10 · 20.4 ms p50
HX-Provenance samplepublic redacted bundledownloadablemanifest · schema · verifier skeleton · expected output
H100/B200 scale envelopepublic tablemethodology gated1B H100 / 2B B200 capacity rows
Embedding Atlaspublic calibration summaryrow artifacts gated71 classified rows · 5 physics compressed-certified
Vlasov-6D TSIresearch receipt previewfull diagnostics gatedphysics evidence; not HX-SDP product proof

Receipt chain

Hash, sign, verify.

Every proof pack follows the same path from measured artifact to independently verifiable receipt.

01

artifact

benchmark output + environment

02

manifest

SHA-256 hash set

03

signature

ML-DSA-65 / FIPS 204

04

verify

third-party script + receipt

SHA-256
manifest

artifact hash set and corpus commitment

ML-DSA-65
signature

FIPS 204 Category 3 post-quantum signing

hx.exact + hx.provenance
accepted schemas

HX-SDP exact + standalone HX-Provenance

Verification example

Proof includes commands, not just badges.

The public sample bundle includes a manifest, schema, verifier skeleton, and expected output. Full benchmark bundles add corpus commitments, raw run artifacts, environment details, and detached signatures.

verification sketch
curl -O https://holonomx.com/proof-preview/hx-provenance-sample.zip
unzip hx-provenance-sample.zip
cd hx-provenance-sample
python verify_receipt.py

# expected
# manifest_sha256: verified
# schema: hx.provenance.receipt/v1.1 accepted
# signature: ML-DSA-65 / FIPS 204 Category 3 verified
# arithmetic_contract: IEEE 754 accepted
# result: PASS

Production verification checks full artifact hashes and detached signatures. The sample verifier demonstrates structure only.

Diligence packet

What a full proof pack contains.

A full packet includes manifest, receipt, detached signature, verifier script, expected output, benchmark methodology, environment matrix, limitation list, and artifact-hash inventory.