Provably fair by VRF

Jungle Casino requires randomness for its games which it receives from an integrated Verifiable Random Function (VRF). A VRF is a Random Number Generator (RNG) that provides random outcomes which are verifiable on-chain. With a VRF, Jungle Casino is able to provide users provably fair outcomes that are impossible to have been tampered with. The Chainlink VRF is used for Polygon and BNB Chain mainnets. More information on how a VRF like Chainlink VRF works, can be found here. For information on how Jungle Casino uses VRFs with its contracts, please see the Architecture page.

VRF FEE

For VRFs to resolve RNG requests a lot of computation power is needed. Therefor, VRFs ask a fee to be paid for their efforts. The VRF fee is paid upfront by the user. Note that gas fees may seem high initially. This is because the VRF fee can only be calculated when the VRF request is made. A big portion of the VRF fee is refunded in the same transaction.The VRF is also described in the Architecture.

PENDING VRF REQUESTS

On their profile page a player can find "Pending VRF Requests". On very rare occasions the VRF request does not get resolved and the player's wager will be stuck in the game contract. After 100 blocks the player can click "Refund" to remove their wager from the game contract.

On September 5th 2022 Chainlink announced that the Chainlink VRF had received a GLI-19 compliance certification through BMM Testlabs. This meant the first compliance certification for a VRF in the blockchain gaming industry. BMM Testlabs is an independent, gaming certification lab.

Last updated