Trusted by 50,000+ players
4.8/5 User Rating
StakeSimAnalytics & Simulators
Free Tool · Client-Side Verification · No Data Sent to Server

Provably Fair Verifier

Verify any Stake.com bet using your server seed, client seed, and nonce. All calculations run locally in your browser — nothing is sent to our servers. Supports Crash, Dice, Limbo, Plinko, and Mines.

Select Game

Enter Seeds

SHA-256 Hasher

Hash any string with SHA-256. Use this to verify that Stake's server seed hash matches the seed they reveal after rotation.

Enter your seeds to verify

Paste your server seed, client seed, and nonce from Stake.com to independently verify any bet result. All calculations happen in your browser.

How Provably Fair Works

1
Before you bet: Stake generates a server seed and shows you its SHA-256 hash. You set your own client seed.
2
Each bet: The server seed + your client seed + nonce are combined via HMAC_SHA256 to generate the random outcome.
3
After rotating seeds: Stake reveals the server seed. You can now verify that every bet result matches the seed pair.
4
Verify: Use this tool to recalculate any game result from the seeds. If it matches, the game was fair.

Game Formulas

Crash/Limbo: max(1, (2^32 / (int+1)) * 0.99)
Dice: floor(float * 10001) / 100
Plinko: N floats, each <0.5=L, ≥0.5=R
Mines: float[i] * (25-i) → Fisher-Yates

What Is Provably Fair Gambling?

Provably fair is a cryptographic system that allows players to independently verify that a casino game result was not manipulated. Before any bets are placed, the casino commits to a server seed by publishing its SHA-256 hash. The player sets their own client seed, giving them influence over the random number generation.

After the player rotates their seeds, the unhashed server seed is revealed. Using the server seed, client seed, and nonce (bet number), anyone can recalculate the exact outcome of every bet using the HMAC_SHA256 algorithm. If the calculated result matches the actual result, the game was provably fair.

Why Use an Independent Verifier?

While Stake.com provides their own verification tool, using an independent third-party verifier like ours adds an extra layer of trust. Our tool runs entirely in your browser — no seeds are ever sent to our servers or any third party. The source code implements the exact same HMAC_SHA256 algorithm published by Stake, so you can verify your results with complete confidence and privacy.

Supported Games

CrashEdge: 1%

HMAC → uint32 → max(1, (2^32/(int+1)) * 0.99)

DiceEdge: 1%

HMAC → float → floor(float * 10001) / 100

LimboEdge: 1%

Same as Crash (different UI)

PlinkoEdge: 1%

N floats → binary path (L/R per row)

MinesEdge: 1-2%

24 floats → Fisher-Yates mine placement

Important: Provably fair proves that game results were not manipulated after the server seed was committed. It does not change the house edge or guarantee profits. The house always has a mathematical advantage. Please gamble responsibly.

Explore More