Confianza

Comprobablemente justo

Nuestros Originals no te piden confiar en la casa — cada resultado se puede verificar de forma independiente con nada más que una calculadora SHA-256.

1. The server commits first
Before you place a single bet, the server generates a secret server seed and shows you its SHA-256 hash. That hash is a commitment: it locks the seed in place, but reveals nothing about it. You can see it any time in the Fairness panel inside every Originals game.
2. You control the client seed
Your seed pair also contains a client seed — up to 64 characters that you can set to anything you like. Because you choose it (and can change it whenever you rotate), the server cannot know the full input to a round in advance, so it cannot pick outcomes.
3. Every round is one hash
Each round is resolved from SHA-256(serverSeed:clientSeed:nonce). The nonce starts at 1 on a fresh pair and increases by exactly one per round, so every round on the same pair has a unique, predictable input. The first 4 bytes of the hash become a uniform number between 0 and 1 that decides the result.
4. Rotate to reveal and verify
Rotating your seed pair retires the current server seed and reveals it, alongside the hash that committed to it and the number of rounds it played. Hash the revealed seed with any SHA-256 tool: it must equal the committed hash, proving the seed never changed after your bets. Then recompute any past round from serverSeed:clientSeed:nonce and check it matches what you were paid on.

La fórmula

El resultado crudo de una ronda se deriva así:

hash   = SHA-256( serverSeed + ":" + clientSeed + ":" + nonce )
result = first 8 hex chars of hash, as an integer, ÷ 2³²   →  0 ≤ result < 1

Cada juego traduce ese número uniforme a su propio espacio de resultados — una tirada de dados, el lado de una moneda, la posición de un rodillo. La correspondencia es fija y está publicada en las reglas de cada juego, así que el mismo triple siempre produce el mismo resultado.

Dónde encontrar tus semillas

Abrí cualquier juego de Originals y tocá el botón Juego justo debajo del área de juego. El panel muestra el hash de tu semilla del servidor activa, tu semilla de cliente editable y el nonce actual — y el botón Rotar semillas, que revela la semilla del servidor anterior para verificarla. Tu par de semillas aplica a toda la cuenta: el mismo par cubre todos los juegos de Originals hasta que lo rotes.

Jugá los OriginalsVolver al casino

Provably fair verification applies to Originales CheFortuna, which run on the seed-pair scheme described above. Third-party provider games are certified by their own studios and regulators.