Original games on this site are provably fair: every result is derived from a server seed and your own client seed, so once a round starts nobody — including us — can change the outcome.
Below you can see and manage your current seeds. The server seed is shown to you only as a SHA-256 hash while it is in use; when you rotate it, the previous seed is revealed so you can recompute any result that was played under it. You can run the check with any Node.js runtime or online sandbox — just replace the values with the ones from the round you want to verify.
Slots, live roulette, blackjack, baccarat and game shows are supplied by third-party providers. Their outcomes come from the provider's certified random number generator or live studio, and they are not part of this seed system. The theoretical return (RTP) of each provider game is shown inside the game.
Your seeds
Client seed — a passphrase or random string chosen on your side. It is combined with the server seed to produce each result. You can change it whenever you like; press Save to apply a new one.
This field is required
Server seed — generated by us before you play and shown here only as its SHA-256 hash, which commits us to that seed in advance. Press Generate to rotate it: a new server seed (and new hash) takes over, and the seed you were using is revealed in the table below.
To verify, hash the revealed seed with SHA-256 and compare the result with the hash that was displayed while it was active. If they match, the seed was not changed after your bets were placed.
This field is required
Example: the script below prints the SHA-256 hash of a seed. Replace the value with a revealed seed from the table and compare the output to the hash shown at the time.
var sha256 = require('sha256');
var seed = 'f0c82c85ba6ef5cbba7406db81ee5451a1a795120e335116dc637d34a105e6e6';
function fair_getHash256(seed){
return sha256(seed);
}
console.log('Hashed: ' + fair_getHash256(seed));
The table lists your last server seeds. The active seed is shown hashed; rotated seeds are shown in full. "Bets" is the nonce — how many rounds were played with that seed.
Id
Server Seed
Bets
Created At
No data found




