Quickstart
Get a provable verdict from the API in five minutes.
How it works
PROPOSE → VERIFY → SETTLE and the ALLOW / BLOCK / ESCALATE verdict.
Provable by anyone
Hash-chained, signed in hardware, anchored onchain.
API reference
POST /api/v1/intent — verify an action against an intent.The model
1
PROPOSE
Your agent builds an action from your intent.
2
VERIFY
Chance checks the action against the intent and returns a verdict — with reasoning — before anything executes.
3
SETTLE
Only a passing verdict clears. Fail-closed: a failed check executes nothing.
Why it’s different
Any model can say “looks fine.” Chance produces a verdict you can prove:- Tamper-evident — the full decision is hash-chained; change one byte and it shows.
- Attested — signed by a key that only exists inside hardware-isolated, attested code.
- Permanent — anchored to a public blockchain; the record outlives our servers.
- Independently verifiable — anyone can recompute every check themselves, trusting no one.
