What does provably fair mean?
It is a way to prove the casino did not tamper with the outcome. Before you bet you receive a hash of the server seed, you set your own client seed, and after the round the server reveals the full seed. Recomputing the result from the same inputs shows it was fixed in advance.
Why is the server seed hidden until later?
If the seed were known before the bet, outcomes could be computed ahead of time and played risk-free. So only its hash is published beforehand — the seed cannot be swapped after that without breaking the hash — and it is revealed when the seed is rotated.
How do I verify an older round?
Pick the round from the history on this page and it loads into the verifier: client seed, nonce and parameters fill themselves in. The server seed appears once its epoch has been rotated. If it has not, rotate your seed and the previous epoch becomes verifiable.
Do all games on Tonza work this way?
Five in-house games do: Coin Flip, Mines, Roulette, Plinko and Blackjack. Games from external studios use their own random number generators, certified by those studios, and are verified on their side rather than here.
What if the recomputed result does not match?
First check that the fields were not edited after loading the round and that the server seed belongs to that round — the page compares it by hash. If the mismatch persists, contact support with the round id: that is worth investigating.