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

# Mini App

In-Telegram trading terminal — [@VoltArbBot\_bot](https://t.me/VoltArbBot_bot).

Also: [voltarb.com/telegram-mini-app](https://voltarb.com/telegram-mini-app) · hub **Open Mini App**.

## Why it exists

Web Terminal is the deepest workstation. Mini App removes the excuse “I only have Telegram open.”

## Header & filters (as in UI)

* **PRO** / **DEMO** badges
* Live route count (e.g. `166 routes · live`)
* Spread chips: 0.5% · 1% · 2% · 3% · 5% · 7% · 10%
* Tabs: Futures / Blocked / Sort by Spread or Funding

## Tabs

| Tab           | Value                                                  |
| ------------- | ------------------------------------------------------ |
| **Routes**    | Cards with Buy/Sell venues, volumes, Open Demo / Trade |
| **Tracker**   | Any coin + Buy/Sell books                              |
| **Positions** | Demo / Live positions                                  |
| **P\&L**      | Stats / share                                          |
| **Settings**  | ★ alerts, Learn, Demo/Live                             |

## D/W blocked

If a route shows **D/W blocked**, the Mini App will refuse trade actions even when the % looks great — same philosophy as the web D/W column.

## Demo vs Live

| Mode             | What happens                                  |
| ---------------- | --------------------------------------------- |
| **Demo**         | Paper balance — learn without keys            |
| **Live**         | Real futures hedges using **your** API keys   |
| **Auto-Execute** | Only in Live when keys exist on **both** legs |

Public web scanner does **not** need API keys to *view* opportunities.

## Related

[Telegram](/voltarb-docs/english/telegram-bot.md) · [Opportunity Tracker](/voltarb-docs/english/opportunity-tracker.md) · [Ecosystem](/voltarb-docs/english/ecosystem.md)


---

# 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://voltarb.gitbook.io/voltarb-docs/english/mini-app.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.
