Stake Plinko Verifier
Verify every pin direction and the final bucket for any row count and risk level.
loading verifier…
How Plinko works. How to verify it.
Middle buckets dominate: on 16 rows there are 12,870 paths to the centre and a single path to each edge (1 in 65,536).
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⁴. Plinko 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 Plinko result generated?
One float per row: ≥ 0.5 goes right, else left. Bucket = number of rights. P(bucket k) = C(rows, k) / 2^rows. Payout = table[risk][rows][bucket].
What do I enter to verify a Plinko bet?
The revealed server seed, your client seed, the bet's nonce, and the options you played with. Middle buckets dominate: on 16 rows there are 12,870 paths to the centre and a single path to each edge (1 in 65,536).
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.