Provably fair · USDT, BTC, SOL
Wheel
A wheel of N segments; each segment pays its own published multiplier. Pick segment count and risk tier. The wheel spins, lands, and pays.
Play WheelAbout
Wheel is a single-spin game. Choose segment count (10/20/30/40/50) and risk (low / medium / high). The per-segment multiplier table is published before the spin; some segments may carry zero. The pointer settles into one segment.
How a round plays
- Pick segment count and risk tier. The per-segment multiplier table renders before the bet.
- Place your bet; the landing segment is computed from the seed pair + nonce.
- The wheel animates to the landing segment; payout is stake x that segment's multiplier.
Provably fair
- The landing segment is selected by HMAC-SHA256(server_seed, client_seed || nonce), modulo segment count.
- Server seed is committed before the round, revealed after you rotate.
- After rotation, the verifier reproduces the exact landing segment from your seed pair + nonce.
Every round is verifiable from a server seed (revealed after rotation), your client seed, and a per-round nonce. See how it works for the full construction.