Polyflip
  • πŸ‘ΎWelcome to Polyflip!
  • 🎰Polyflip Games
    • πŸͺ™Coinflip Guide
    • πŸš€Crash Guide
    • πŸ”΄Roulette Guide
    • 🎲Dice Guide
    • πŸ’°Games fees
  • πŸ”§TRANSPARENCE & SECURITY
    • βš–οΈProvably Fair
    • πŸ’»Contracts
    • πŸ”“Privacy Policy
  • πŸ”²Polyflip NFT
    • πŸ‘‰What is an NFT?
    • πŸ’ΈHolder's reward distribution
  • πŸ”§HELP
    • ❓FAQ
    • ⛓️Polygon Blockchain
    • 🦊Metamask
      • Get Metamask
      • Learn to use Metamask
  • πŸ”—Official Links
    • 🌐Polyflip Website
    • 🐦Twitter
    • πŸ‘ΎDiscord
    • 🌊Opensea
    • πŸ’¬Blog
  • INFO
    • Disclaimer
  • Repository
    • πŸ“„Whitepaper
    • πŸ“„Whitepaper V2
    • πŸ›£οΈRoadmap 2022
    • πŸ“ˆOur Vision
Powered by GitBook
On this page
  1. TRANSPARENCE & SECURITY

Provably Fair

PreviousGames feesNextContracts

Last updated 4 months ago

Polyflip smart contract communicates with an off-chain service which ensures the randomness of the results and prevents the system from being exploited and hacked. In order to ensure transparency and unbiased randomness within the games, we need access to a secure random number generator (RNG) that any user could independently audit. However, RNG solutions for smart contracts require several security considerations to prevent manipulation and ensure system integrity. For instance, RNG solutions derived from blockchain data like block hashes can be exploited by miners/validators, while off-chain RNG solutions derived from off-chain APIs are opaque and don’t provide users with definitive proof about the integrity of the process.

After reviewing various solutions, we selected Chainlink VRF because it’s based on cutting-edge academic research, supported by a time-tested oracle network, and secured through the generation and on-chain verification of cryptographic proofs that prove the integrity of each random number supplied to smart contracts.

works by combining block data that is still unknown when the request is made with the oracle node’s pre-committed private key to generate both a random number and a cryptographic proof.

The Polyflip smart contract will only accept the random number input if it has a valid cryptographic proof, and the cryptographic proof can only be generated if the VRF process is tamper-proof. This provides our users with automated and verifiable assurances directly on-chain that the randomness underlying Polyflip’s games is provably fair and was not tampered with by the oracle, outside entities, or the Polyflip team. At these links you can check by yourself and explore everything in matter of VRF (Verifiable source of randomness) and RNG (Random number generation for smart contracts):

πŸ”§
βš–οΈ
https://chain.link/chainlink-vrf
https://polyflip.medium.com/polyflip-integrates-chainlink-vrf-to-help-power-verifiably-random-games-16aaa2a12661
https://twitter.com/Smart_Contract/status/1496922881342816258
powered by Chainlink
Chainlink VRF
Chainlink integration official tweet