# In-game Authorization and Security

A Telegram bot is used for registering and exchanging tokens.

To simplify players' access to the world of cryptocurrencies and integration into the game, we have developed a special exchange bot. This bot automates the process of registration and management of cryptocurrency wallets, making the use of cryptocurrency simple and accessible for all participants.

**How the Bot Works:**

1. **Signing up:** Players register in the game in the usual way, using standard data.
2. **Wallet creation:** After registration, the bot automatically creates a wallet for each user.
3. **Token Crediting:** The bot credits an initial amount of game tokens to the user's wallet, allowing new players to start playing immediately without having to buy or exchange cryptocurrencies.
4. **Game Integration:** Tokens credited to wallets are synchronized with the in-game balance, allowing players to use them for in-game transactions, such as capturing territories.
5. **Token Cash-out:** Players can cash out their tokens from the game to external wallets at any time by following the bot's simple instructions.

**The Benefits of Using an Exchange Bot:**

* **Low entry threshold:** Streamlining the process of registering and using cryptocurrency lowers the barrier for new players.
* **Security:** The bot ensures safe storage and transfer of cryptocurrencies, minimizing risks for users.
* **Convenience:** Automating the process allows players to focus on the gameplay without being distracted by financial transactions.
* **Transparency:** All token transactions are fully transparent and traceable, increasing trust in the game.


---

# 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://ton-1.gitbook.io/gtm-white-paper-english/in-game-authorization-and-security.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.
