Cox

What We Ship

Micro Execution Engine

A sub-megabyte execution engine that connects to major futures and crypto exchanges with single-digit-microsecond order entry. Ships as a single binary, configurable via TOML, and runs happily on a two-core VM. No JVM, no container orchestration, no ceremony.

🔀

Signal Router

A lightweight event bus that routes strategy signals to one or more execution endpoints with guaranteed ordering and exactly-once delivery. Supports FIX, WebSocket, and raw TCP out of the box and adds under 50 microseconds of overhead per hop.

💾

Tick Recorder

A zero-copy market data capture tool that writes normalized ticks to disk at wire speed. Replay any session with nanosecond-accurate timestamps for back-testing or audit. Storage footprint is 80 percent smaller than competing solutions thanks to a custom columnar compression format.

🖥️

CLI Dashboard

A terminal-native monitoring interface that displays P&L, positions, order status, and system health in a single pane. Runs over SSH, works on any terminal emulator, and uses less than 15 MB of memory. Perfect for headless servers and lean desks.

🔧

Config Compiler

A strategy configuration language and compiler that turns human-readable TOML definitions into optimized execution plans. Validates parameter ranges, exchange limits, and risk rules at compile time so errors surface before market open, not after.

🛡️

Drop-In Risk Gate

A standalone pre-trade risk proxy that sits between any execution engine and an exchange. Enforces position limits, notional caps, and rate throttles with sub-microsecond overhead. Deploy it in front of third-party systems without modifying a single line of their code.