Platform

A complete operating system for short-window prediction markets.

PolyPulse combines a C++23 execution core, live market-data fan-out, strategy persistence, a web cockpit, and PolyTron AI Advisor into one managed stack.

Execution Engine

Small, compiled, and built to stay hot.

The trading process is a single C++23 binary with paper/live parity, idempotent reconnects, reseed logic, and hard boundaries around sizing and timing.

Shared paper/live pathThe demo, paper sessions and live orders all exercise the same strategy code path.
Feed fan-outfeed_proxy keeps one upstream socket per venue and rebroadcasts to every bot with bounded queues.
Persistence firstOrders, fills, feature snapshots, strategy versions and run results persist to Postgres.
PolyPulse markets cockpit screenshot
Architecture

The data loop is simple by design.

Ingest, fan-out, execute, journal and command. Each layer has one job, so failures are easier to isolate and latency remains predictable.

01

Ingest

Venue streams and oracle state enter once.

02

Fan-out

Bounded queues distribute the firehose.

03

Execute

C++ bots scan windows and route orders.

04

Journal

Postgres captures fills and features.

05

Command

Cockpit and PolyTron read the same state.

Real cockpit screenshots

The cockpit is already built.

These are live product captures from the PolyPulse dashboard: overview, market charts, fleet control and strategy hot reload. No decorative mockups, no stock UI.

PolyPulse fleet screenshot
FleetPer-bot control cards with wallet state, model selection, history and start/stop actions.
PolyPulse overview screenshot
OverviewSession equity, performance, order stats, source P&L and tournament state in one operator view.
PolyPulse markets screenshot
MarketsCandles, active windows and the live edge strip for BTC, ETH, SOL and XRP.
PolyPulse strategy screenshot
StrategyAllow-listed configuration fields with save and hot-reload behavior.
Operator Surface

Everything important is visible and editable.

The cockpit exposes live fills, positions, market charts, fleet control, strategy hot reload and AI apply cards without exposing infrastructure internals.

Overview

Session equity, order stats, source P&L, tournament state and signal history.

Markets

Candles, active windows and live edge bars by symbol.

Fleet

Bot cards, model selectors, wallet state, history and start/stop controls.

Strategy

Range-validated safe knobs with save and hot-reload controls.

Logs

Unified event trail across engine, cockpit and AI Advisor decisions.

PolyTron

Apply cards and decision history from the embedded AI Advisor.

Put the engine in front of live books.

Launch a paper bot, open the cockpit, and watch how the system reads windows, proposes adjustments, and manages positions.