# Game Mechanics

1. Random number generation determines the scenarios on the backend.&#x20;
2. Scenario representation is sent to the user in the form of a GIF.
3. After the game, users can place the next bet or exit, with options to place the same bet, double it, or halve it.&#x20;
4. If players cannot place a bet due to insufficient funds, they can earn OP by inviting referrals or completing tasks.&#x20;

Several games are already available in the bot, and more games can be added unlimitedly based on the same principle.

<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://owners-casino.gitbook.io/oco-whitepaper/what-is-online-casino-owners/how-online-casino-owners-works/game-mechanics.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.
