Server Authority
The server owns bet validation, RNG, settlement, and ledger writes.
The server owns bet validation, RNG, settlement, and ledger writes.
Every game has pre-round, bet, lock, animation, result, proof, and reset states.
Each round stores seed commitments, algorithm version, result JSON, and verification data.
Round history, bet history, payouts, and audit IDs are visible to players and admins.
Table limits, responsible-play state, and KYC restrictions are enforced before bet placement.
Reconnect and failed-state handling prevent lost bets or client-side settlement errors.
Before betting starts, the server publishes a hash of the secret server seed.
The server seed, client seed, and nonce create the round output through a documented algorithm.
After the round, the server reveals the seed so the result can be checked.
Players can open a proof page with round ID, seed hash, nonce, result, and game version.
Mines should use verified PHP wallet balance, server-side results, locked bets, ledger settlement, KYC, AML, and responsible-play enforcement before live wagering is enabled.