Stake Wheel Verifier
Verify the landing segment for any wheel size and risk, with the payout tables Stake publishes.
loading verifier…
How Wheel works. How to verify it.
One float per spin. Every combination of 10–50 segments and low/medium/high risk is a fixed table — reproduced here.
The byte stream behind every Original
Stake derives outcomes from HMAC-SHA256(key = server seed, message = clientSeed:nonce:round). Each round yields 32 bytes; a float is four bytes read as b₀/256 + b₁/256² + b₂/256³ + b₃/256⁴. Wheel reads as many floats as it needs, in order. The server seed is committed by hash before you set a client seed, so neither side can steer a result — read more on how seeds work.
Frequently asked
How is a Stake Wheel result generated?
segment = floor(float × segments). Payout = table[segments][risk][segment]. High risk pays one segment at segments × 0.99 and zero elsewhere.
What do I enter to verify a Wheel bet?
The revealed server seed, your client seed, the bet's nonce, and the options you played with. One float per spin. Every combination of 10–50 segments and low/medium/high risk is a fixed table — reproduced here.
Where do I find the server seed, client seed and nonce?
On Stake: Fairness (the shield icon) → Seeds. The active server seed is only shown as a hash; rotate the pair and the previous server seed is revealed in plain text. The client seed is yours (Stake generates one or you type it). The nonce is the bet number within that seed pair — every bet's detail popup shows it.
Does anything I paste leave my browser?
No. The HMAC-SHA256 is computed by your browser's WebCrypto API; this page makes no network requests with your seeds and has no analytics on the inputs.
Can this predict the next roll?
No — and nothing can. The next roll needs the unhashed server seed, which Stake only reveals after you rotate away from it. Anyone selling a predictor for Stake is running a scam. What you can do is verify every past roll, which is what this tool is for.
What if the result doesn't match Stake?
Check the three inputs first: the revealed (unhashed) server seed, the exact client seed active at the time, and the right nonce. If they are right and it still doesn't match, you have a reproducible discrepancy — keep the bet ID and seeds and raise it with Stake support.
Other games
The DiceStrats extension runs creator strategies on your own Stake account, with take-profit and stop-loss armed by default and a ⚙ Seeds panel that rotates to a client seed you choose. Free with promo code DICESTRATS.