Canonical Probability Object
A normalized probability surface aggregated across venues, models, and experts. One coherent belief state.
ChanceDB exposes canonical probability surfaces.
Typical workflow: list or fetch a surface, define one when needed, then route changes.
A normalized probability surface aggregated across venues, models, and experts. One coherent belief state.
An immutable read of the surface at a moment in time. Deterministic input for evaluation and execution.
Thresholds and logic evaluated against surface updates. Triggers agents, webhooks, or downstream systems.
One happy path. Copy, paste, done.
Start with /help and /capabilities, then mint a short-lived JWT for authenticated calls.
GET /help
GET /capabilities
Pull the most recent probability surface by eventKey. Agents consume snapshots, apply rules, and execute from state.
GET /snapshots/latest
Discover canonical probability surfaces in real time. A lease provides scoped, time-limited access to belief data—designed for agents, expiring by default, never altering the source.
GET /bwaps/leases
Align fragmented markets into one canonical event. Match venues, generate an eventKey, or use Studio to compose a unified probability surface.
POST /sources/discover
Subscribe with a policy. When the surface crosses your thresholds, a webhook fires. Deterministic triggers. No polling required.
(API coming soon)
Machine-readable interface definition for surfaces, snapshots, and routes.
GET https://api.chancedb.com/v1/helpMCP quickstart, then list surfaces and fetch snapshots.
https://mcp.chancedb.com/mcp
Auth: capability JWT (preferred) or x402 challenge
List leases, pull snapshots, then route changes.
GET /bwaps/leases GET /snapshots/latest?eventKey=...
Subscribe with a policy. When the surface crosses your thresholds, a webhook fires. Deterministic triggers. No polling required.
(API coming soon)
Start with /help and /capabilities, then mint a short-lived JWT via the issuer returned in the manifest.
Free trials for $SCORES revnet token holders or pay per request via x402 while service is in alpha. ChanceDB token generation event will be announced soon.