TAKING AUGUST ENGAGEMENTS

← back to all work

Titus — a productized low-latency trading system for Polymarket

2026 · sole architect · Bun / TypeScript / NATS / Polygon · client-deployed

What it is: a complete trading operation in software — market data, execution, settlement, strategy, remote control, and operations tooling — built so that one person (including a non-technical operator) can run market-making strategies on Polymarket safely.

The problem

Polymarket pays liquidity providers through a rewards program: keep double-sided resting depth near the mid, earn payouts. Capturing that yield profitably is harder than it sounds. Resting orders risk getting filled — turning a rewards trade into a directional loss. Eligibility depends on live book conditions. Execution must be fast enough to pull quotes before adverse flow hits. And every on-chain leg — CTF split/merge/redeem, Safe signing, token approvals — is a place where a denomination or nonce error is a direct loss of funds.

Most traders and funds want the yield and the data without building low-latency infrastructure, credential handling, and CTF plumbing themselves. Titus packages all of it.

Architecture

The system is a set of processes joined by NATS. A publisher turns Polymarket's CLOB WebSocket into a normalized market-data stream; an executor holds the signing key and handles order placement plus CTF settlement through Polymarket's relayer. Strategy apps hold no credentials at all — only parameters and a public wallet address — and talk to the system through an SDK. That separation is the core trust property: a strategy bug, or even a malicious strategy config, cannot touch keys or move funds outside the executor's guarded paths.

A strict hot-path discipline governs every per-market-update code path: no async on the hot path, no allocations in loops, no logging, circuit breakers instead of throws. Money math uses branded integer units — no floats anywhere near funds.

Hard problems solved

Proof

The system is deployed for a client and runs live. Performance depends on strategy parameters and capital; live trading results are available on request — I'd rather walk you through real numbers on a call than put unverifiable claims on a page.

Titus data platform → core repo private — code walkthrough on a call SafeWord custody guard (Polygonscan) →

Want this for your book or your product? A strategy build on this stack is a fixed-scope engagement, not a research project.

Book 30 minutes