Back to Markets

Roadmap · Q2 2026

Product Roadmap

Building the simulation, automation, and research layer for serious prediction market traders.

PolySimulator started as a better way to paper trade prediction markets. It is becoming a full workflow stack for traders who want to practice, test, automate, and analyse strategies before risking capital.

Closed beta/50 traders/v1 · REST + WebSocket

S03 · Shipping now

The PolySimulator API.In closed beta now.

Our biggest product release to date. Built for traders who want to automate strategies, connect bots, and develop Polymarket-style workflows in simulation before deploying real capital.

  • Schema-aligned with Polymarket — build here, deploy there.
  • REST + WebSocket. Standard bearer auth, no wallet plumbing.
  • Practice, test, automate, and analyse strategies before risking capital.
polysim · beta
$ curl -X POST \
   https://api.polysimulator.com/v1/orders \
   -H "Authorization: Bearer $POLYSIM_KEY" \
   -d '{
     "market_id": "0x1234…abcd",
     "side": "BUY",
     "outcome": "Yes",
     "type": "LIMIT",
     "price": 0.38,
     "quantity": 100
   }'

{
  "order_id": "ord_8f2c…",
  "status": "FILLED",
  "filled_price": 0.378,
  "wallet": "sandbox",
  "filled_at": "2026-05-08T14:32:01Z"
}

sample · v1 endpoints, schema may shift before public release

Shipping now02 · In flight

Shipping now

Code merged or merging this cycle. Multi-wallet, notifications, and the API beta — the workflow primitives serious users have been asking for.

  1. Multi-wallet trading

    S01

    A main wallet for leaderboard participation and a sandbox wallet for experimentation. Cleaner workflow for serious traders, safer experimentation, real separation between conviction and research.

    Pro feature.

  2. Notifications and webhooks

    S02

    Telegram alerts, account notifications, trader tracking, and webhook-based workflows. Monitor positions, follow traders, react faster — wired into whatever automation stack you already run.

Next up03 · Designed, building

Next up

The research layer. Backtesting and analytics turn PolySimulator into the place strategies are validated before going live.

  1. Backtesting and replay trading

    N01

    Test ideas systematically, replay market behaviour day-by-day, and evaluate strategies before going live. The core step toward being the best environment for serious prediction market research and execution prep.

  2. Analytics for decision-making

    N02

    Validate ideas, understand performance, iterate faster across simulation, replay, and backtesting. The same surface area whether you are a hand-trader or running an algorithm.

Live01 · In production

Live now

The foundation. Realistic simulation and a public, social leaderboard — already in use by thousands of traders.

  1. Realistic market simulation

    L01

    Trade live Polymarket-connected markets in a paper-trading environment with realistic mechanics, including market and limit order behaviour, leaderboard competition, and public trader profiles.

  2. Leaderboard and community

    L02

    Public leaderboards, trader visibility, comments, and trade activity make PolySimulator useful not just as a simulator, but as a place to learn from other traders and discover how strategies perform in public.

Later this year04 · On the horizon

Later this year

On the runway. Engagement layers and a mobile companion — once the core trading and research stack is in place.

  1. Trading competitions

    F01

    Seasonal competitions and structured challenges for engagement, benchmarking, and discovery.

  2. iOS app

    F02

    Mobile companion for accessibility, notifications, and retention. Not a desktop replacement.

What stays the same

Practice, test, automate, analyse — before any real capital moves.

Everything we ship from here is shaped by that arc. If you have a strategy you want to validate, an agent you want to run, or a workflow you want to wire into Telegram or your own stack — this is the platform we are building it on.

Roadmap is a snapshot — scope, sequencing, and timing may shift.