Matching engine as a service

Your product lives between the bid and the ask. We run everything else.

Clobber is a hosted central limit order book. Create markets with a POST, accept orders in microseconds, stream fills over WebSocket. No exchange team required.

Engine, ledger and journal are built and measured. The REST API is next, and its full contract is already published.
WILL-IT-RAIN-BA · YES/NO demo book
PriceSizeTotal
spread0.02last 0.61
The API

An exchange in four calls.

Everything a venue needs: markets, accounts, orders, settlement. Deterministic matching, price-time priority, an internal ledger that always balances.

POST /markets

Create a market

Binary outcomes, currency pairs, or anything with a price. Tick size, fees and limits are yours to set.

POST /orders

Send orders

Limit, market, IOC, FOK. Idempotency keys built in. Matching in microseconds, measured on the engine core; durable acks in single-digit milliseconds at p99 is what the journal is built for.

WS /feed

Stream everything

Book deltas, trades and fills per account, sequenced so you never miss an event.

POST /resolve

Settle the outcome

Declare the result and every position settles atomically against the internal ledger.

 create → trade → settle
# 1. a market for anything
POST /v1/markets
{ "symbol": "WILL-IT-RAIN-BA",
  "kind": "binary",
  "tick_size": "0.01" }

# 2. a limit order
POST /v1/orders
{ "market": "WILL-IT-RAIN-BA",
  "side": "buy",
  "type": "limit",
  "price": "0.61",
  "qty": "250" }

# 3. fills, as they happen
WS wss://feed.clobberhq.com
← { "event": "fill", "px": "0.61",
    "qty": "250", "seq": 48210 }
Who builds on Clobber

Real order books, without the exchange team.

Anywhere users should trade against each other instead of against a house price.

Prediction markets

Event trading venues

Launch a CLOB-based prediction market in days. Binary contracts, probability pricing, atomic settlement on resolution.

Fan & community apps

Play-money markets

Let your audience predict with points or credits. Price discovery is the engagement loop; no real money, no licensing.

Marketplaces

Price discovery for anything

Game items, GPU hours, tickets, carbon credits. Replace fixed prices with a continuous double auction.

Pricing

Free until your users show up.

Prices for when it ships. Every tier goes through the same form for now.

Sandbox
$0
forever
  • Unlimited test markets
  • Full API + WebSocket feeds
  • Shared infrastructure
  • Community support
Request access
Production
$99
per month + usage
  • 10 live markets included
  • 1M orders/month, then $10 per extra million
  • 99.9% uptime SLA
  • Webhooks + email support
Go live
Dedicated
From $1,500
per month, annual plans available
  • Isolated engine, your region, hot standby
  • Unlimited markets and orders
  • 99.99% uptime SLA
  • Slack channel with the founder
Talk to us

Dedicated annual plans: 12 months upfront at a discount, with a data export guarantee written into the contract. Ask us.

Built to stay up

Boring numbers, on purpose.

A deterministic engine, every command journaled, replicas replaying the same log. Failover is a replay, not a fire drill. A public status page is on the way.

99.99%
Dedicated SLA target
< 10 ms
durable ack, p99 target
µs
matching, engine core, measured
0
ledger discrepancies, by design
Get in touch

Request early access.

We are picking design partners before general availability. If you are running a matching engine today, or about to start writing one, you will hear back within a day.

The book is open.

Bring your own product; we'll match the orders. Design partners shape what ships first.

Request early access