Verification layer

7/7 production scoreboard

Digital asset verification and blockchain verification for tokenized real-world assets. the cryptographic verify → proof → lookup loop behind the RWA verification app.

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. Target: /verification shows 7/7.