About this demo
A
live simulation: ~700 bots trading against the real platform — a Go event-sourced deterministic matching engine and double-entry ledger over Postgres, not a mockup. The exchange clears the full throughput shown above on
one small container — a single CPU core and 512 MB of RAM — the bots run on a separate machine, so this is the matching+ledger cost alone. And that’s
before any horizontal scaling (the design adds identical stateless nodes behind a load balancer). The REST + WebSocket API is open — the same one the bots use:
browse the API & try it live, or point your own bot at it.
Not convinced it's real? Open the
live integrity proof — the running binary reproving its determinism, conformance to the research oracle, and settlement balance on demand.