QuantZK / Halborn Review Packet
Prepared for: Halborn (Rich + engineering)
Product: Verifiable API billing (billing_version: v2)
Production API: https://api.quantzk.com
Trust index: https://quantzk.com/trust
Repo baseline: main @ f67bf83
Packet version: 2026-05-28
Contact: Omar@quantzk.com
This folder is the scoped review package for Halborn. Read in order for a 30–60 minute technical session, or use individual sections as pre-read.
Packet contents
| # | Document | Purpose |
|---|---|---|
| 1 | One-page overview | Executive summary: what we built, what we need reviewed, known limitations |
| 2 | Production smoke evidence | Recorded production attest → verify → tamper run; artifact pins |
| 3 | Operational readiness | Release gates, perf budget, MPC status, deploy readiness |
| 4 | Trust surface scope | In-scope / out-of-scope, key files, reviewer questions |
| 5 | Pilot packet | Design-partner pilot: problem, workflow, integration, ROI |
| 6 | Architecture | Billing trust stack diagrams (Mermaid) |
Quick start (reviewer)
bash
# Source repository — available on request (Omar@quantzk.com)
# After access: checkout baseline f67bf83
# Release gate (15/15)
cd verifier-api
DATABASE_URL="postgresql://zkcaptcha:development@localhost:5432/zkcaptcha" \
REDIS_ENABLED="false" REDIS_DISABLED="true" NODE_ENV=test DB_SSL=false \
npm run test:billing-pilot
# Live health (no secret)
curl -sS https://api.quantzk.com/health | jq .
# Live smoke (secret on request)
API=https://api.quantzk.com VDI_ATTEST_SECRET=<secret> bash scripts/smoke-billing-phase2.shRelated documents
| Document | Access |
|---|---|
| External validation packet | Available on request — Omar@quantzk.com |
| Full pilot packet (PDF) | Available on request — Omar@quantzk.com |
| Trusted setup + MPC | /docs/trusted-setup-mpc |
| NCC review entry | /docs/ncc-review |
| Offline verifier | https://quantzk.com/protocol/verify.html |
Suggested call agenda (30 min)
- Overview (5 min) — §1 one-pager; two-call surface
- Live demo (10 min) — smoke script or
/vdi-billingUI - Trust surface scope (10 min) — §4 in/out of scope; Phase-2 binding + verifiable receipts track
- Q&A + next steps (5 min) — findings format; independent-host MPC path
