Internal engineering · not a public attestation
Verification layer status
Operator checklist for the verify → proof → lookup stack. For engineering and bootstrap diagnostics only — not third-party certification, compliance attestation, or a public verification product.
Loading verification layer…
Bootstrap checklist
1
Generate signing keys
Run node scripts/generate-abraxas-key.js. paste ABRAXAS_SIGNING_KEY and ABRAXAS_PUBLIC_KEY into Vercel.
2
Run Supabase migrations 042-045
authentication_proofs table + lot inventory. Paste SQL from supabase/migrations/ in Supabase SQL editor.
3
Bootstrap production
GET /api/verify/bootstrap for diagnostics. POST with Authorization: Bearer CRON_SECRET to seed lot inventory.
4
Confirm E2E
GET /api/verify/e2e. all steps green including proof-lookup-roundtrip. Use this page to track engineering checks.