Skip to content

QuantZK Documentation

Verifiable Decision Infrastructure (VDI): cryptographic receipts any verifier can check offline.

Start here (billing wedge)

  1. Quick Startquantzk.billing.attest + verify in minutes
  2. API billing pilot — two HTTP calls (/attest + /verify)
  3. API billing production — keys, migrations, Phase-2 binding
  4. API Reference — billing attest/verify + auditor endpoints
  5. Live demo — quantzk.com/vdi-billing
  6. Revocation feed — api.quantzk.com/.well-known/vdi-billing-revocation.json
  7. Browser verifier — /protocol/verify.html (no issuer UI)

What is QuantZK?

Open protocol for machine-checkable decisions. Issue a signed attestation; verify with math, not log exports. No QuantZK servers required for verification.

Who is this for?

  • AI/ML Engineers, Prove your model followed fairness constraints without exposing weights
  • Compliance Teams, Review cryptographic evidence that encoded policy checks passed
  • Agent Developers, Build trust between autonomous agents without shared state
  • Platform Engineers, Add verifiable decision audit trails to any system
  • Regulators, Receive independently verifiable proofs instead of self-reported logs

Core Concepts

ConceptWhat it does
Decision AttestationA signed, portable proof that a decision followed rules
Verification7-step offline check using Groth16 ZK proofs + Ed25519 signatures
Verification ReceiptA signed record that verification occurred, enables trust propagation
Trusted Verifier SetA k-of-n quorum policy for accepting receipts
Verification ProfileSemantic agreement on what "verified" means (strict, standard, minimal)
Transparency LogAppend-only log that detects verifier equivocation
Policy ManifestA versioned, hashed set of constraints (e.g., Fair Lending, HIPAA)

Documentation

GuideDescription
Quick StartBilling attest + verify in minutes
API billing pilotLocal two-call integration runbook + pilot surface table
Billing pilot testsCanonical test:billing-pilot command (15/15)
External validation packetReviewer index — PRs, tests, hashes, deliverables
Operational readinessPilot packet CI gate + perf budget summary
apiBillingV2 trusted setupMPC ceremony + artifact rotation (pre-adversarial trust)
API billing productionProduction deploy, env, Phase-2
Core ConceptsDeep dive on attestations, receipts, trust
API ReferenceFull API for all packages
Enterprise WorkflowsLending, clinical, autonomous agent examples
Trust ModelReceipts, TVS, profiles, transparency
Security ModelThreat model, circuit governance
FAQCommon questions answered

The Key Commitment

If QuantZK disappeared tomorrow, attestations issued with embedded verification keys would still verify with the open-source verifier and pinned artifacts — subject to profile, revocation, and artifact availability assumptions.

Verification keys are embedded in attestations. The verifier is open source. The math doesn't change. This is infrastructure, not SaaS.

Verification keys are embedded in attestations. The verifier is open source.