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

# Shockwaves Telegram Games

With close to a billion users, Telegram is becoming powerful platform to deploy Web3 games, it can host high quality mobile games without requiring installation from the players. Moreover, a very large proportion of the blockchain users are already active on Telegram.

### Neuros Game Launcher

Neuros Game Launcher is a Telegram bot that grant access to Telegram games in order to keep the acquired players within our system and transfer them across games. There are currently two games on the launcher, Wall Patrol and First Waves, with more games in development.

Wall Patrol is a full 3D game on a large map where the player has to roll over waves of frontrunner robots before they reach a wall.

The Neuros Game Launcher can be accessed here:

<https://t.me/ShockwavesGaming_bot>

### Direct Neuros Utility

To keep the players engaged in the long run and balance tournaments, the number of games played per days is limited to 3 games. Players who connect their wallet have an additional 3 games they can play and those who have Neuros in their wallet can play up to 9 more games depending on how much Neuros they have in their wallet.

This creates a clear utility for the token without require direct transactions which would be less user friendly on mobile.

### Link with Shockwaves

Besides the utility directly generated for the Neuros, the Telegram games bring attention to the whole Shockwaves project and rewards given for tournaments include lootboxes and xNeuros that can used within the Shockwaves game. As such, it constitutes a key part of the pipeline to acquire long term players.


---

# 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://whitepaper.shockwaves.ai/telegram-games/shockwaves-telegram-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.
