For judges
A verification map, not a pitch deck.
Every material claim below has a command or live URL beside it. The product asks to be inspected, not trusted.
Claims → proof
| claim | exact proof | live |
|---|---|---|
| ASP is publicly reachable | curl -fsS https://api.occestra.xyz/health | open |
| Machine manifest lists current tools, prices, jobs, styles and chain | curl -fsS https://api.occestra.xyz/.well-known/occestra.json | jq | open |
| Published rubric equals shipped code | npm test --workspace @occestra/tribunal | open |
| Live product counters are not inflated | curl -fsS https://api.occestra.xyz/stats | jq | open |
| A production seal verifies independently | node examples/verify-seal.mjs | open |
| Contract exists on X Layer mainnet | cast call 0x1653509df702b45d67b3eb12ca37de9f5fc21f08 'sealer()(address)' --rpc-url https://rpc.xlayer.tech | open |
| Async jobs survive restart and retries do not double-charge | npm test --workspace @occestra/mcp-server -- jobs.test.ts | open |
| Both visual themes and mobile routes are audited | AUDIT_BASE=https://occestra.xyz node apps/web/scripts/audit.mjs | open |
| The V2-6 checkpoint passes 418 automated tests | npm test | open |