Everything you need to trade Polymarket cleanly.
Paper-first. Custody-free. Server-side guards on every state transition. Built for the trader who wants the alpha, not the babysitting.
Pure-function strategies
Write a strategy as a deterministic function: market snapshots in, Decision objects out. Test with the in-process simulator. Run the same code in paper or live.
Negative-risk on day one
Polymarket's negative-risk markets often quote at < $0.99 across exhaustive baskets. We detect those baskets and propose a synchronized buy of YES legs that sums to $1.00.
The server never signs
Live orders are built server-side as EIP-712 typed-data, returned to your browser, signed in your wallet, and relayed back. The platform holds zero keys. Period.
Every market, scored 0.0 to 1.0
Nightly LLM batch + heuristics score each market for UMA dispute risk. Strategies refuse markets above 0.3 by default. The score is exposed in the UI for every decision.
Always know what's drifting
Nightly P&L rollup per user, per strategy, per market. Hourly drift watcher flags strategies whose live behavior diverges from paper. Decision deep-dive explains each fill.
Bind as many as you want
Connect multiple Polygon wallets to one account. Pick the active wallet per session. SIWE proof of ownership on every binding.
Mirrors Polymarket's policy
We don't relax Polymarket's geo restrictions and we don't pretend to. Three modes — full, close-only, read-only — applied server-side.
Cross-venue arb. News reaction. Both with guards.
Phase 4 unlocks Polymarket ↔ Kalshi arbitrage with bring-your-own Kalshi RSA key (encrypted per-user). Phase 5 ships an event-reaction strategy under strict confidence-threshold + size cap + daily loss limit guards — the only path where AI sits in the decision loop.