Is provably fair real, or just marketing?

It's a fair question — the term gets thrown around a lot. Here's the actual mechanism, how to verify a real round yourself, and the one thing it deliberately doesn't prove.

Published August 21, 2026 · RTP Lab

01 / The skepticism, addressed directly

"Provably fair" is a specific claim, not a vibe

Some players assume "provably fair" is just branding — a phrase that sounds rigorous without meaning anything checkable. That skepticism is reasonable in general, but it's aimed at the wrong target here: this specific claim has a concrete, three-step mechanism behind it that you can run yourself, using math that doesn't depend on trusting the platform's word for it.

02 / How it actually works

Three steps, in order

01

A hash, published first

Before the round opens, a server seed is run through a cryptographic hash function and that hash is shown to you. A hash is a one-way fingerprint — it locks in one exact value, but you can't work backward from it to guess the seed.

02

Your seed folds in

Your own client seed and a per-round nonce combine with the still-hidden server seed through public hashing math to produce the round's result.

03

Reveal, then verify

When you rotate your seed pair, the original server seed is finally revealed. Run the same public hash function on it yourself, and it matches the hash shown before the round — proving it wasn't swapped after the fact.

This is exactly why the outcome can't be predicted in advance and can't be adjusted after your bet lands — the hash locks in the value before either side knows the actual result, and the reveal step lets anyone catch a swap. Stake, BC.Game, Rainbet and Roobet all use some version of this seed-pair model, each with its own interface for the reveal step — the platform guides on each pillar hub walk through the specific steps for that exact platform.

03 / Try it on a real platform

A walkthrough, not just a description

Verifying a round on Stake, step by step
  1. 1Open Settings → Fairness on the account you played from. The current hashed server seed is shown there before you play.
  2. 2Play a round on any game — Mines, Crash, Plinko or Dice all use the same seed pair underneath.
  3. 3Rotate your seed pair (generates a new one for future rounds). This reveals the server seed that was actually used for the round you just played.
  4. 4Run the revealed seed through the same hash function shown in the fairness documentation. The result matches the hash that was displayed before you bet — confirming nothing was swapped.

The exact UI differs by platform — see the Stake Mines guide or any other platform guide across the toolkit for platform-specific screenshots and steps.

04 / What it doesn't prove

Fairness and payout size are separate questions

This is the part that trips people up: verifying that a round wasn't tampered with tells you nothing about which RTP figure is baked into the payout table itself. A provably-fair game can still run a low RTP — the hash just confirms the house isn't cheating on top of whatever edge it's already built in. Read what house edge actually means for the number that answers the "is this worth playing" question — provably fair only answers "was this specific round honest."

05 / FAQ

Quick answers

Can the platform see the result before I bet?

No — the server seed is generated and hashed before betting opens, and the actual result depends on your client seed and nonce too, which the platform doesn't control at hash-publication time.

Can I change my client seed?

Yes, on most platforms — changing it changes future results (since it feeds into the hash), which is itself a small piece of proof that your input genuinely matters to the outcome.

Does provably fair mean the game can't be predicted?

Correct in both directions — you can't predict it beforehand (the seed is hashed, not shown), and the platform can't adjust it afterward (you'd catch the mismatch on reveal).

Why doesn't every platform explain this clearly?

Some do better than others — see individual platform guides across the toolkit for how clearly each one documents its own fairness process.

06 / Read more

More from the blog

Every calculator on this site runs on the same provably-fair mechanics — try the live simulators and see the odds computed openly, right on the page.

See the full toolkit