← /catalog
Crash · 97.20% RTP

Rocket Rush X

Hyper-crash with multiplier ladder

Multiplayer crash game with a multiplier ladder, cash-out cascade, and provably fair RNG. Tier-1 certified.

Rocket Rush X key art
rocket-rush-x.cartridge
RTP
97.20%
Volatility
High
Min bet
0.10
Max bet
1,000.00
Max win
10,000× stake
Aspect
16:9
Per-game SDK

Integration path

  1. 01
    Request launch URL
    Mint a per-player session token through your operator console.
  2. 02
    Embed the game
    Drop the SDK into your client and pass the container selector.
  3. 03
    Wire the wallet
    Handle debit/credit callbacks on your secure wallet endpoint.
  4. 04
    Test in sandbox
    Use the demo URL with the operator=demo flag — no real wallet required.
  5. 05
    Go live
    Switch operator_id to production, flip license to live in the console.
launch-rocket-rush-x.ts
<!-- 1. Mint a session JWT on your server (signed with your operator secret) -->
<!-- 2. Embed the game in an iframe -->
<iframe
  src="https://rocketrushx.app/embed?operator=OP_123&token=JWT&currency=USDC&lang=en&return_url=https://casino.example/lobby"
  allow="autoplay; fullscreen"
  style="width:100%;aspect-ratio:16/9;border:0"
></iframe>

<!-- 3. Implement the Wallet API on your backend -->
// POST /wallet/bet   { player_id, round_id, txn_id, amount, currency }
// POST /wallet/win   { player_id, round_id, txn_id, amount, currency }
// POST /wallet/refund{ player_id, round_id, txn_id }
// GET  /wallet/balance?player_id=...
//
// All requests signed: X-Signature: HMAC_SHA256(secret, timestamp + "." + body)
// Idempotency-Key header required on bet/win/refund.
Launch URL
https://rocketrushx.app/embed?operator={OPERATOR_ID}&token={SESSION_JWT}&currency=USDC&lang=en&return_url={RETURN_URL}
Wallet endpoint
POST {OPERATOR_BASE}/wallet/{bet|win|refund} · GET /balance · HMAC-SHA256 signed
Currencies
USDCUSDTBTCETHEURUSD
Languages
enesptdefrja
Jurisdictions
CuraçaoAnjouanCosta Rica
Resources

Everything else lives in the game's own docs

White-label params, wallet contract, postMessage events, fraud rules, commercials and payout terms are maintained inside the game itself — one source of truth, never out of sync.

Game-side docs

Integration kit & spec

Postman collection, OpenAPI, signing helpers, sample wallet server, white-label params, fraud rules.

Platform side

What OperatorPort handles

Licensing, API keys, per-game revenue share, GGR reporting and payouts.