Hephaestus – Slot Model Demo

Press spin to request a result from the Python model.


  

  

Provably Fair Verification


How to Verify These Results

This demo uses a provably‑fair random number system. Every result shown above can be independently reproduced and verified.

Base Game Spins

  1. Take the server seed (revealed after play).
  2. Combine it with the client seed and the nonce.
  3. Build the following string:
  4. server_seed : client_seed : nonce
  5. Hash the string using SHA‑256.
  6. The hash deterministically produces the exact grid shown.

Free Spins (Bonus Game)

  1. Use the same server seed and client seed.
  2. Use the trigger nonce (the spin that started the bonus).
  3. Append the bonus spin index.
  4. Build the following string:
  5. server_seed : client_seed : FS : trigger_nonce : step_index
  6. Hash with SHA‑256 for each free spin.

Because the server seed is fixed before play and revealed later, outcomes cannot be modified after results are known.

Server Seed Reveal