# Telegram Mini App Core Functionality

The Oriole Insights **Telegram Mini App** offers a simple and intuitive way to make price predictions directly from your mobile device.

<figure><img src="/files/TbmUXfogwPFRAoP0PXfh" alt=""><figcaption></figcaption></figure>

### Prediction tab

In the Mini App, users can make **UP/DOWN** votes, predicting whether a cryptocurrency's price will **rise or fall** over the next 5 days.

#### **How to predict:**

1. **Choose a crypto** - The Mini App presents **250+ Crypto Projects**, showing price trends and statistics. **Swipe sideways** to skip one of them.
2. **Choose a direction** - Swipe **UP or DOWN** to predict the price trend for the next 5 days (or tap buttons).
3. **ORI cost per prediction** - Each prediction requires **2.5 ORI**, deducted from your balance.
4. **Track your progress** - Predictions appear in the "**Ongoing"** tab, where users can monitor performance.

<figure><img src="/files/56YkEUagpm7ST37Qfbj9" alt=""><figcaption></figcaption></figure>

### Ongoing tab

Once a prediction is placed, it moves to the "**Ongoing"** tab. Here, users can monitor their active predictions and review essential details:

* **Total number of ongoing predictions.**
* **Entry price vs current price** for price predictions.
  * **Profit/Loss in ORI** (updated in real-time).
* **Prediction status** - New predictions activate at **00:30 UTC**. Results are determined right after **midnight UTC**.
* Users' reward is based on the prediction cost (**2.5 ORI**), reputation, and the ORI lost by incorrect predictions. Winners share the ORI from **incorrect predictions**, with rewards based on **contribution, reputation, and the total pool.**
* Filter prediction history by **All, Profit, Loss**, **Finished** to make it easy to analyze past performance.&#x20;

For detailed information about this type of market, go through the [UP\DOWN](/home/whitepaper/core-mechanics-and-reward-system-of-oriole-insights/up-down-prediction-market.md) documentation page.


---

# 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://docs.orioleinsights.io/home/whitepaper/telegram-mini-app/telegram-mini-app-core-functionality.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.
