> For the complete documentation index, see [llms.txt](https://archer-bot.gitbook.io/archer.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://archer-bot.gitbook.io/archer.bot/what-you-can-do/predictions.md).

# Predictions

> **Status: not live yet.** Prediction markets are on Archer's near-term roadmap. This page outlines what we're building so the surface is documented as it ships.

## What Predictions Will Look Like in Archer

Prediction markets let you take a position on a real-world outcome (election results, sports outcomes, macro events, regulatory decisions) and earn if you're right. Today this means signing up at Polymarket or Kalshi separately, funding each platform individually, and managing claims after resolution by hand.

In Archer, you'll just say what you think:

* *"Bet $50 that the Fed cuts rates in June"*
* *"Take YES on the Solana ETF approval at any price under $0.65"*
* *"What are my open prediction positions?"*
* *"Claim my winnings on the election market"*
* *"Show me the most-traded political markets right now"*

Archer routes to the venue with the best odds and deepest liquidity, funds from your existing balance, places the position, and tracks resolution automatically. When a market settles, claims are surfaced in your dashboard or auto-claimed if you've enabled it.

## What We're Building Toward

* **Multi-venue.** Polymarket (Polygon-native), Kalshi (US-regulated), and emerging on-chain prediction protocols. Best price across all of them.
* **Market discovery.** *"What markets are open about the Fed?"* should return ranked, currently-trading markets with USD volumes and current odds.
* **Outcome tracking.** Open positions show in your portfolio with current mark-to-market value, resolution date, and the live odds.
* **Auto-claim.** Optional toggle: when a market resolves, winnings claim automatically to your wallet.
* **MCP tool surface.** `place_prediction`, `get_open_predictions`, `claim_prediction_winnings`, `search_prediction_markets`. Agents will be able to use prediction markets as a first-class action.

## Why It's Not Live Yet

Predictions add a few complications the current architecture doesn't yet handle:

1. **Long-lived positions with external resolution.** Unlike swaps, predictions sit open for weeks or months and settle based on real-world events. Tracking and claim flows are a separate primitive from one-shot transactions.
2. **Geographic compliance.** Kalshi is US-regulated; Polymarket has restricted jurisdictions. Archer needs to surface eligibility transparently.
3. **Market data quality.** Prediction markets have wide spreads and shallow books on long-tail topics. Quote freshness and slippage previews matter even more than for swaps.

We're working through these. Updates will land here as the surface ships.

If you're an active prediction-market user with opinions on venue priority or UX, reach out at [archerprotocol.com/contact](https://archerprotocol.com/contact).
