> For the complete documentation index, see [llms.txt](https://docs.moonbears.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moonbears.xyz/licensing-and-fairness.md).

# Licensing and Fairness

{*REDACTED*} will be functioning on a Curacao Gaming License.

The license will be provided by the Malta Gaming Authority and will be registered shortly after VIP passes mint.

## Providers

Currently projected providers are as follows:

* AvatarUX
* Big Time Gaming
* ELK studios
* Gamomat
* Hacksaw
* NetEnt
* Nolimit City
* Play N Go
* Pragmatic Play
* Push Gaming
* Quickspin
* Red Tiger
* ReelKingdom
* Relax Gaming
* Thunderkick
* Yggdrasil

These providers will include most slots and live games that are currently out there.

## Provably Fair Technology

When you open the game page the server generates a secret and a seed and reveals its hash (using HMAC SHA256 algorithm). The server secret represents a randomly shuffled card deck. The server seed is a cryptographically secure random alpha-numeric string.

The hash of these 2 strings helps to ensure that the result is not altered after you choose the bet amount. After the game is finished the server secret and the server seed are revealed, so you can easily calculate and verify the hash.

When you play a game you can pass an extra custom string - client seed (if it's not specified a random number is automatically generated by your browser). The server will then calculate another hash using the server secret, the server seed, and the client seed.

In the event of a card game, the last 5 chars of this hash (representing a hexadecimal value) will be converted to an integer. The result number will be divided by 52 (number of cards in the deck) and N cards will be cut (moved from the top to the bottom of the deck), where N is the remainder of the division. Because the client seed can not be predicted by the server the number of cards cut from the initial deck is completely random and hence you can be sure that the game result is fair.

Similar approaches apply to the other original games.

Fairness for live games, slots, and sportsbooks will be handled by the relevant provider.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.moonbears.xyz/licensing-and-fairness.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
