Provably Fair
No tampering, proven on-chain.
Random numbers are generated as Verifiable Random Functions (VRFs) and provided by the oracle service Gelato for the games on PepinoCasino. The random number is generated upon receiving the request from each game contract. The seed is created and broadcasted to the chain, resulting in the game.
Gamblers initiate the bet by approving the transaction.
The game's smart contract requests a random number (VRF) from the our providers ( Chainlink, Gelato ... ) smart contract.
Our providers creates an off-chain seed using the distributed VRF technology.
Our providers responds to the request, which prompts the Random contract to start the payout transaction of the bet.
Last updated