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

# Games

{% hint style="info" %}
SMOL games will be migrated to HYPE, but will not be available until sometime after launch. Updates will be provided as SMOL games become available.
{% endhint %}

HYPE uses Chainlink's [Verifiable Random Function](https://docs.chain.link/vrf/v2/introduction/) (VRF) to provide a provably fair and verifiable random number generator (RNG) that enables the HYPE game contracts to access random values without compromising security or usability.

HYPE will have 4 games:

* [Coin Flip](/games/coin-flip.md) - Pick heads or tails for a true 50/50 wager.
* [Dice](/games/dice.md) - Select the side of the dice you think the roll will land on.
* [Battles ](/games/battles.md)- Choose your stakes and go head to head with another player for any ERC-20 token.
* [Over / Under](/games/over-under.md) - Pick a number between 2 and 99 and choose if a randomly generated number will be over or under your chosen number.&#x20;

Each game has a deflationary aspect in that when a player loses, 100% of their wager is **burned**, however, if a player wins, the total **minted** HYPE winnings is slightly less than the odds of the game.

* [Coin Flip ](/games/coin-flip.md)- 95% of wagered amount
* [Dice](/games/dice.md) - 500% of wagered amount
* [Battles](/games/battles.md) - 95% of battle wager
* [Over / Under](/games/over-under.md) - Payout varies based on number chosen and overall odds of winning


---

# 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.hyperbolicprotocol.com/games.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.
