# Smart Contracts

XBetNow Token deploys several smart contracts to facilitate betting and gaming operations on the platform. These smart contracts include:

* **Token Contract**: Implements the ERC-20 standard, enabling the creation, transfer, and management of XBetNow Tokens.
* **Bet Contract**: Handles the execution of bets between participants, ensuring fair outcomes and automatically releasing winnings to the winners.
* **Game Contract**: Manages utility games, such as dice, roulette, and other chance-based games, ensuring provably fair results.
* **Bot Bet Contract**: Facilitates automated betting by allowing users to create and deploy betting bots, each with its strategies and risk management rules.


---

# 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://xbetnow.gitbook.io/xbetnow-whitepaper/smart-contracts.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.
