The round engine under every game.
One real-time core powers the whole portfolio. Operators integrate once; players get a single source of truth streamed at 60fps. Here is how it is built.
Deterministic, observable, fast.
- Deterministic round engine — outcomes are committed pre-round and broadcast over WebSocket to every client simultaneously, so there is one truth and no client-side advantage.
- Seamless wallet — debit/credit against your wallet in real time with idempotent settlement and a per-round ledger.
- Edge-delivered client — a sub-200KB game shell that loads instantly on 3G and feels native on mobile.
- Full observability — per-round ledger, replay, and live dashboards for your risk and compliance teams.
// Launch any Clutch game with one call
const clutch = Clutch.init({
operator: 'acme-gaming',
token: playerSessionToken,
currency: 'USD',
});
clutch.launch('ascent', { mount: '#game' });
clutch.on('round.settled', (r) => {
// r.multiplier, r.payout, r.hash, r.seed
ledger.record(r);
});
Boring where it counts.
Multi-region by design
Autoscaling round engine across regions, health-checked and self-healing, architected for 99.99% uptime with graceful degradation.
Encrypted & isolated
TLS in transit, encryption at rest, per-operator isolation, least-privilege access and signed webhooks. Secrets never touch the client.
Auditable by default
Every round is logged immutably with its seed, hash and settlement — a complete, replayable trail for your auditors and regulators.
Idempotent settlement
Wallet calls are idempotent and reconciled continuously, so a dropped connection never double-charges or double-pays.
Real-time at 60fps
A single deterministic stream keeps every player’s screen in lockstep — no divergence, no disputes.
Risk controls
Configurable max exposure, bet limits and velocity checks, with live dashboards for your risk desk.
From signed contract to live in 7 days.
- 01 Sandbox keys & docs the same day
- 02 Wire the seamless-wallet endpoint
- 03 Drop in the game shell, test in demo mode
- 04 Certification pack & go live
What you get on day one
- REST + WebSocket API reference
- Seamless-wallet spec & test harness
- Demo-mode sandbox with fake funds
- A named integration engineer
Read the docs with us.
Book a technical walkthrough and we’ll share the API reference and a sandbox key.