Resolution API
A verdict, delivered like infrastructure.
Open a matter with one call. What comes back is a signed, machine-readable verdict — and behind it, a permanent public record anyone can inspect.
1 · Open the matter
POST /v1/matters
Authorization: Bearer <api_key>
{
"question": "Did the port reopen?",
"rules": "Resolution rules exactly as written at market opening…",
"resolution_deadline": "2026-09-10T23:59:00Z",
"evidence_cutoff": "2026-09-12T11:59:00Z",
"burden": "preponderance",
"verdicts": ["YES", "NO", "INDETERMINATE"],
"webhook_url": "https://market.example/settlement"
}201 Created
{
"matter_id": "TJC-2026-126",
"phase": "INTAKE",
"formal_question": "Whether the named facility was operationally
open — channel navigable, published procedure in force,
commercial traffic moving — as of the market deadline…",
"standard_fixed": true,
"public_record": "https://www.judgmentcompany.com/cases/TJC-2026-126"
}The response carries the formal restatement of your question and the fixed standard — set before any evidence is read, immutable once the docket is live.
2 · Receive the verdict
GET /v1/matters/TJC-2026-114/verdict
{
"verdict": "YES",
"confidence": 0.84,
"panel_split": "4-1",
"decided_at": "2026-07-23T09:41:00Z",
"record_url": "https://www.judgmentcompany.com/cases/TJC-2026-114",
"seal_hash": "a47c90b1f2e6d3a8…",
"review_status": "final"
}Who plugs in
Prediction markets
Route the markets you can't settle to a standing tribunal instead of a holder vote or a judgment call in-house. The verdict lands in your settlement layer by webhook.
Exchanges
Write the Tribunal into listing rules as the resolution authority for event-linked instruments, from issuance.
AI platforms
Anchor agents and models on contested facts with citable, machine-readable adjudications instead of ad hoc labels.
Social platforms
Attach a durable public record to a contested claim — a reasoned judgment with its evidence, not a moderation call.
Make the Tribunal your resolution authority.
Integration is one clause in your market rules and one webhook. Intake, standard, exhibits, judgment, record — that part is ours.