RNG Escrow
The RNG Escrow Account (rng_escrow.sol) is the staging point for collecting RNG Tokens at the start of each game, and properly distributing them when the game ends.
When players complete the Quick Start
steps, users are max approving RNG tokens to the RNG Escrow account using the RNG Gaming Solana Program (Smart Contract). This facilitates a smooth gaming experience.
The RNG Escrow Account is an EOA (Externally Owned Account).
At ANY TIME, players can revoke spending of RNG by the RNG Escrow Account, or reduce the spend limit amount. However, if the player attempts to join a game requiring a minimum RNG bet size larger than the amount the player has allowed, the player will not be allowed to join the game.

Last updated