Polyquidity is an algorithmic trading infrastructure for prediction markets. We build real-time data ingestion pipelines, advanced signal engines, and automated execution systems designed to uncover edge.
As part of the Polymarket Builder Program, Polyquidity focuses on enhancing the modern trading desk through strategy automation, quantitative signals, backtesting, and optimization frameworks that allow traders to design, test, and deploy profitable strategies.
Microservices-driven trading infrastructure
Real-time data from Binance, Chainlink, Polymarket. Ticks, orderbooks, market snapshots.
Build strategies in the UI — define entry and exit rules, save them, and attach as many as you need per account.
Order placement on Polymarket CLOB. Paper and live modes, pricing and sizing per account.
Optuna walk-forward optimization. Writes tuned parameters to Redis for Signals.
WebSocket + REST hub. Fans out Redis to browser clients, accounts CRUD, PnL history.
Live data demo — BTC 5min · WebSocket + REST
feed:{token}:tick (price ticks), feed:{token}:market:{frame} (full snapshot per frame, e.g. 5min/15min), feed:{token}:book, feed:{token}:klines. Below: live snapshot and tape for BTC 5min.
Production-grade infrastructure for algorithmic prediction market trading
Microservices-driven ingestion pipeline. WebSocket streams, orderbook snapshots, and market event capture with sub-second latency.
Create strategies from the UI. Configure rules and parameters, save them, and link multiple strategies per account for parallel signal generation.
Bayesian hyperparameter tuning. Optuna-powered optimization across multi-dimensional strategy spaces with distributed execution.
Order routing with smart execution. Position limits, drawdown controls, and real-time P&L tracking with automated circuit breakers.
End-to-end pipeline from market data to execution
Market data ingestion (Binance, Chainlink, Polymarket)
User-crafted strategies (multiple per account)
Order execution (Polymarket CLOB)
Optuna parameter tuning
System health aggregation
WebSocket + REST API