Chronos Quant
An options desk that reads its own volatility surface
Trading systems · Chronos Capital · 2025 — 2026
Sonification turned out to matter more than anyone expected. A trader watching one venue can hear the other eleven: each has a pitch, and a widening spread bends it. The desk asked for it as an experiment and would not give it up.
The renderer is deliberately dull in its architecture. One buffer, one shader, one draw call per surface. The interesting engineering is upstream, in the decision to never touch the DOM once the terminal has booted.
The challenge
Twelve venues, a live book on each, and a desk that had been reading exposure off eleven separate grids. The numbers were all there. What was missing was any way to see the shape they made — which is the only form in which a risk concentration announces itself before it becomes a loss.
The approach
The book is drawn as the surface it actually is: strike across, tenor into the screen, implied volatility as height. Ruled in world space so the grid compresses with distance and the eye reads depth without being told. Sixty thousand updates a second land as vertex data; nothing is rebuilt, nothing is re-laid-out, and the surface never stutters.


