Everyone plays the same round. The entire price path of a round (every tick and the rug moment) comes from a random generator seeded with
HMAC-SHA256(serverSeed, clientSeed:round). There is no pre-planned rug point: every candle rugs with the same probability, no matter how high the price is.
The server seed is fixed before the round (you see its SHA-256 hash during the countdown and the seed itself after the rug).
The round's client seed is the client seeds of the first three players who placed a bet, joined with "|", so the server can only compute the price path after the countdown.
Enter server seed, client seed and round number. The calculation runs entirely in your browser.
Method: HMAC → 4 × 32 bit → seed for sfc32. Per tick: u = rng(), rug if u < q_tick,
otherwise logPrice += μ + σ · z with z from Box-Muller. μ = −ln(1−q) − σ²/2 − 0.0015 per candle, i.e. slightly below neutral (drift edge ≈ 0.15 % per candle).
Plus the instant rug: with probability 3 % (first random number after warm-up) the coin rugs immediately at 1.00×. There is no fee; max bet $10, max payout $100 per round.
Your balance, name and league belong to this wallet. Connect it on any device to continue.
Connect a Solana wallet to deposit, play and withdraw. No e-mail, no password – your wallet is your account.
Connecting only asks for a signature to prove it is your wallet. It never moves funds by itself.