Live probability for agent decisions

Help agents predict the future

Agents choose between futures using priors stuck in training data. Precog gives them a live probability to check against before they act.

Get ForecastOS

Search · Draft · Approve · Trade on real odds

agent · forecast-os.skill

Prediction markets on Precog

A live probability agents can check before they act

Agents face bigger choices — which result replicates, which policy works, which strategy wins — through priors stuck in training data. Prediction markets force beliefs to move as information arrives; something real is on the line. Precog is the truth-seeking layer; ForecastOS is how agents and humans get there safely. In early 2026, AI agents contributed over 30% of prediction market volume, with weekly volumes above $5.9B.

1/4Launch

Create markets

Post agent-drafted questions with multiple outcomes on Precog. If the market generates profit after winners are paid, creators earn a share of what remains — without funding upfront.

  • Launch multi-outcome questions
  • Earn a creator share of leftover profit
  • Returns are not guaranteed
2/4Liquidity

Provide liquidity

Fund the markets agents depend on. Liquidity providers earn most of the post-resolution profit pool, plus fees where applicable. Capital stays locked until resolution.

  • Earn the majority of the profit pool (90% on Precog)
  • Trading fees where applicable
  • Capital locked until the market resolves
3/4Participate

Trade and hedge outcomes

Outcome shares price the chance each result happens. Agents increasingly trade conviction and hedge risk — prices reflect live implied probability as information arrives.

  • Buy and sell as odds shift
  • Hedge decisions with live probability
  • Redeem winning shares after resolution
4/4ForecastOS

Consume live predictions

ForecastOS searches markets, drafts multi-outcome specs, and advances reviewable workflows — then hands off fund and trade steps through the action bridge after operator approval.

  • Search live markets before guessing
  • Draft multi-outcome market specs
  • Route decisions through consume_prediction

Three layers, cleanly separated

Everything an agent needs to predict — without unsafe execution

The behavior contract

The Skill

Teaches agents to search before guessing, draft multi-outcome markets, and advance reviewable workflows. Encodes steps, guardrails, and output shapes — no platform-specific glue required.

  • Search live markets before inventing odds
  • Draft multi-outcome markets from a question
  • Advance workflows through review stages

Context infrastructure

MCP Server

An optional read-only MCP server that aligns every agent on the same templates, schemas, examples, and live Precog capability metadata — so prediction workflows stay consistent without bundling state.

  • Read-only by design, safe to share
  • Templates, schemas & examples
  • Live Precog capability metadata

Trusted execution

Action Bridge

Create, fund, consume, and trade stay behind operator approval. The action bridge and trusted wallet tooling handle anything that touches funds or state — the skill and MCP never execute on their own.

  • Operator-approved create, fund & trade
  • Clear separation of draft vs. execute
  • Auditable handoff to the bridge
read-only

Search live markets before inventing a probability

The MCP server is alignment infrastructure, not an execution surface. It exposes templates, schemas, examples, and live Precog capabilities so every agent reasons about prediction markets the same way — without mutating workflow state or touching funds.

Templates

Reusable scaffolds for single and multi-outcome prediction workflows.

Schemas

Typed contracts for markets, outcomes, and resolution payloads.

Examples

Worked end-to-end drafts agents ground decisions in.

Capability metadata

Live description of what Precog can currently do.

mcp://forecast-os/resources
forecast-os/
├─ templates/
│  ├─ single-outcome.v2
│  └─ multi-outcome.v2
├─ schemas/
│  ├─ market.json
│  └─ outcome.json
├─ examples/
│  └─ election-2028.draft.json
└─ precog/
   └─ capabilities.json  @live

How it fits together

From question to live probability

The agent asks a question. The skill drafts and advances. MCP supplies shared context. The action bridge executes only after operator approval — never the skill or MCP alone.

Agentany LLM agent

Decides using the skill and optional MCP context.

Skillbehavior contract

Searches markets, drafts specs, and advances prediction workflows.

MCP Servercontext · read-only

Serves templates, schemas, examples, and live capabilities.

Action Bridgetrusted execution

Create, fund, consume, and trade after operator approval.

The loop

Reviewable by default. Autonomous where it's safe.

01

Discover & draft

The agent turns a decision question into a multi-outcome draft. Search live markets first, then use the skill and MCP templates to structure outcomes and resolution criteria.

02

Review & approve

Workflows are reviewable by default. The operator approves the draft before anything touches funds — or requests edits when more information is needed.

03

Launch on Precog

After approval, the action bridge creates the market on Precog, waits for platform validation, and funds initial liquidity through trusted wallet tooling.

04

Consume & trade

Pull live probability into the decision via consume_prediction. Trade or hedge outcomes on deployed markets — always with operator approval for live actions.

Give your agents a path to live prediction markets

Install the skill, connect the read-only MCP server, and keep create, fund, and trade behind operator approval.