Back to the Pampago Casino homepage.
Almost everything a casino says about itself has to be taken on trust. Provably fair is the exception: it is a claim a player can test directly, in under a minute, with no special tools. That makes it worth understanding precisely — both how it works and where it stops working.
The three values
| Value | Who supplies it | What it is for |
|---|---|---|
| Server seed | The operator | The secret that determines the outcome. Its hash is published before the round; the seed itself is revealed after |
| Client seed | Your client, and you can usually change it | Stops the operator choosing a server seed tailored to you |
| Nonce | A counter | Distinguishes one round from the next within the same seed pair |
The published hash is the commitment. A cryptographic hash function turns the seed into a value that cannot practically be reversed, so publishing it in advance proves the operator knew the seed then, without revealing what it was.
Running the check
- Before playing, set your own client seed if the interface allows it. This is the step that makes the guarantee personal rather than generic.
- Play a round.
- Open that round in the history and choose the fairness option.
- The server seed, client seed and nonce are shown, along with the recomputed result.
- Hash the revealed server seed and compare it with the hash published beforehand.
If the two hashes match and the recomputed result equals what you saw, the round was fixed before your bet was visible. That is a real guarantee and a narrow one.
What the check does not cover
- The house edge. It lives in the payout table, not in the randomness. A verifiable game can be expensive.
- Your cash-out. In timed games the moment your exit was registered depends on the connection and the server, and that moment is outside the scheme.
- Whether the balance is payable. Verification is about the game, not about withdrawal terms or the operator’s solvency.
- The rest of the lobby. Studio-supplied slots almost never use this scheme; they rely on laboratory certification instead.
The honest summary: provably fair rules out one specific form of cheating — choosing the outcome after seeing the bet. It rules out nothing else, and a site that leans on the phrase as a general trust signal is overselling it.
The one action worth taking
Change the client seed before a session, then verify a single round. Doing it once tells you whether the interface actually implements the scheme or merely displays one, which is the only part of this that a badge cannot tell you. After that there is no need to check every round — the guarantee does not weaken with repetition.
For where the edge sits in a crash game specifically, see what provably fair proves in crash games.
Frequently asked questions
What is a server seed?
A secret value whose hash is published before the round and which is revealed after, so the result can be recomputed.
What does the client seed do?
It prevents the operator from choosing a server seed tailored to you. Changing it before a session strengthens the guarantee.
Does provably fair mean generous?
No. It says nothing about the house edge.
Can the check be faked?
Not the mathematics. A site can display an interface that does not implement the scheme, which is why verifying one round yourself matters.
Is it available on slots?
Rarely — it is standard on crash and dice, while studio slots rely on laboratory certification.