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

# Telegram

<figure><img src="/files/4MztxP8b5KYo2qGXxBB4" alt=""><figcaption></figcaption></figure>

## Get started

1. Join our [Telegram Mini-App](https://t.me/entity_spacerace_bot/entity_spacerace?startapp=eyJhIjoiSjFaUktCQVREWCJ9) to earn more Astro Credits and bonus prizes.
2. Connect your Telegram account to the Space Race [here](https://spacerace.entity.global/account-settings).&#x20;

## Telegram troubleshooting

1. Unable to connect your account? Try the following steps using your current browser and not the Telegram integrated browser:
2. Disconnect all connections with Telegram.
3. Log in on the [Space Race website](https://spacerace.entity.global/) and leave the page open.
4. Click [here](https://oauth.telegram.org/auth?bot_id=8164032191\&origin=https://spacerace.entity.global/oauth/telegram/callback\&request_access=true\&return_to=https://spacerace.entity.global/oauth/telegram/callback) to connect your Telegram. This will either redirect back to the Space Race or close directly.&#x20;
5. If your Telegram is not yet connected, click [the link](https://oauth.telegram.org/auth?bot_id=8164032191\&origin=https://spacerace.entity.global/oauth/telegram/callback\&request_access=true\&return_to=https://spacerace.entity.global/oauth/telegram/callback) again.&#x20;

{% hint style="info" %}
If your Telegram does not immediately connect, try waiting a moment and reloading the page. You may have to log out and log back in, but eventually the account should appear as connected.&#x20;
{% endhint %}

## Prediction Game

The Prediction Game can be played from the Games section of the Mini-App.

{% hint style="success" %}
The goal is to predict if a specific token will go up or down in price. Each round lasts for one minute and is divided into three 20-second intervals.
{% endhint %}

1. Select which token you want to predict.
2. Select how many Astro Credits to bet.
3. Predict the price movement for each of the next 20-second intervals.&#x20;

If your prediction matches at least 2 of the 3 intervals correctly, you win double your bet. If not, you lose your bet. Good luck!


---

# 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://entity.gitbook.io/entity/space-race/telegram.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.
