# Provably Fair

We will be using Chainlink VRF as our RNG provider, which is seen as the best-in-class RNG provider.&#x20;

Each game will have their house edge public and transparently displayed on screen, as well as a link to check the RNG. Our in-house games allows for us to customize house edge during promotional period, but it will always have a maximum of 5%.&#x20;

The winner’s fee portion that goes to development will be partially used to pay for the Chainlink VRF subscription.&#x20;

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://whitepaper.insanitybets.com/features/provably-fair.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
