Bootstrap
Guest Player
Wager: 0.00 SOL | VIP: 0%

FAQ

Diceon is a provably fair, on-chain dice game built for speed and transparency. Every bet is verifiable, with outcomes generated using blockchain randomness - no hidden mechanics, no manipulation.

Every roll is processed fully on-chain through a Solana smart contract. Results are transparent, auditable, and immutable. You can verify any bet with the Solscan link provided.

Diceon uses a commit & reveal process inside the Solana program:
  • Commit: The program commits to a hidden server seed hash before any roll. This locks the outcome in advance.
  • Reveal: When you bet, the program combines the server seed with your player seed (from your wallet + bet details) to generate the roll.
  • Verify: After reveal, the server seed is published so anyone can hash it and confirm it matches the commit. No one - not even us - can alter the result.
In short: you bet → program commits → program reveals → result is provably fair.
🔧 For developers: seed formula
                      commit_hash = SHA256(server_seed)

                      roll_number = (u64::from_le_bytes(
                          SHA256(server_seed || player_seed)[..8].try_into().unwrap()
                      ) % 10000) / 100.0;
                    

server_seed is committed before any roll. player_seed comes from the wallet + bet context. The result is always between 0.00 and 99.99, fully verifiable on-chain.

Yes. Each roll links directly to Solscan, showing seeds, outcome, and payout. You can also hash the revealed server seed yourself to confirm it matches the earlier commit.

The minimum bet is 0.01 SOL and the maximum is 1 SOL. These limits keep bets responsible and liquidity balanced.

Diceon is non-custodial. Winnings go straight to your wallet after each win. Nothing to deposit or withdraw - you always control your funds.

No accounts needed. Diceon is wallet-native and non-custodial. Just connect your Solana wallet and play.

Currently only SOL is supported, taking advantage of Solana's speed and low fees. More tokens may be added later.

Diceon charges a flat 1% house edge to keep the game sustainable. Transaction costs on Solana are minimal.

Diceon was built by a small team of crypto builders, designers, and players - tired of rigged odds and black-box betting systems. It's made by players, for players.

Skelly is the spirit of Diceon - the Dice Shinigami. He watches over every roll, glowing green when fortune smiles and red when luck runs cold. He is our mascot, guide, and RNG reaper all in one. Skelly reminds us that on Diceon, fate is always on-chain, fair, and verifiable. 💀🎲