Launch markets without building the operations stack
Outcome can focus on distribution, liquidity, and the trading experience while Risk Labs handles the resolution lifecycle.
Outcome owns the market and trading experience. Risk Labs handles rule validation, proposal review, and trusted resolution delivery.
Explore the integrationProduction infrastructure behind the resolution workflows used by Polymarket and Predict.fun.
Outcome gets a production-tested path from market definition to final payout—without assembling a separate market operations and resolution organization.
Outcome can focus on distribution, liquidity, and the trading experience while Risk Labs handles the resolution lifecycle.
Risk Labs checks formatting, resolution values, sources, dates, ambiguity, and market collisions before creation.
Lifecycle monitoring, proposal intake, review, and signed results arrive through one integration.
Outcome remains in control of its contracts, trading state, multisig, user experience, and payouts.
Every step has one responsible system. The lifecycle moves left to right from market creation to payout.
Send the question, sources, dates, resolution values, and metadata.
Rule checks, suggested improvements, canonical question ID.
Bind the question ID to the HyperEVM market and open trading.
A webhook tells Outcome the market can now be resolved.
New orders and matching stop before the resolution is published.
Submit the proposed resolution and start the review lifecycle.
AI agents test the proposed answer against the market rules and evidence, escalating ambiguity for extra review.
Was the reviewed proposal challenged?
The Outcome multisig records its decision on HyperEVM.
Read the final state and produce the signed settlement result.
Verify the signature, settle on HyperEVM, and pay users.
When the review window closes without a challenge, Risk Labs signs the reviewed result and sends the settled event to Outcome for verification and payout.
If challenged, Outcome's multisig records the decision on HyperEVM. Risk Labs reads that onchain result, signs it, and returns it to the same settlement path.
Outcome gets a simple API for creation and reconciliation, plus signed webhooks for every lifecycle transition.
POST /create/validateCheck rule format, resolution values, dates, sources, edge cases, and collisions. Return required changes and suggestions.
POST /create/submitCreate the canonical Risk Labs market from an approved validation attempt. Liveness and oracle reward are configurable.
GET /market/{identifier}Read or reconcile the latest metadata, lifecycle state, review status, and signed resolution.
resolution_readyPause trading before a resolution is published
proposedA proposed resolution was received; review has started
extended_reviewMore review time is required
disputedRoute the market into multisig arbitration
settledDeliver the final result and settlement signature
A unique event ID, current market state, and a request signature. Outcome verifies, deduplicates, durably records, and returns a fast 2xx. Failed deliveries are retried.
Outcome keeps control of the product and chain. Risk Labs runs the specialized resolution infrastructure behind it.
Follow live oracle requests in the Explorer or review the Risk Labs integration contracts and examples.
Accessing the docsOpen docs.3po.dev and enter the shared partner password provided by Risk Labs. If you do not have it, ask the Risk Labs team for access.
The leading design is for the Outcome multisig to record an arbitration decision on HyperEVM. Risk Labs reads and verifies that onchain state, then continues the normal signed settlement flow.
Open design workArbitration contract · finality requirement · event format · Risk Labs authentication and read path
Start with one market, prove the complete lifecycle, then scale the same integration across Outcome's market catalog.
Provision Outcome's API key, webhook destination, signer allowlist, and market-creation policy.
Validate, create, trade, resolve, and settle one market through the complete lifecycle.
Finalize the HyperEVM dispute bridge, then scale the same integration across Outcome's catalog.
The primary co-design work is the disputed-market bridge between Outcome's HyperEVM multisig and Risk Labs.