> 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/telegram-bot.md).

# Telegram ecosystem

Same opportunities — when you’re not glued to the browser.

![Hub bot main menu](/files/8gryGuEnDWuNLqF8RVzP)

**Benefit:** trial, pay, VKEY, Pro group, and push alerts that respect *your* floors — without living in a browser tab.

## Three pieces

| Piece               | Where                                              | Job                                               |
| ------------------- | -------------------------------------------------- | ------------------------------------------------- |
| **Hub**             | [@voltarb\_pro\_bot](https://t.me/voltarb_pro_bot) | Trial, Pro, VKEY, group, guides, **referral 50%** |
| **Personal alerts** | [@voltarb\_bot](https://t.me/voltarb_bot)          | Push when *your* filters hit                      |
| **Mini App**        | [@VoltArbBot\_bot](https://t.me/VoltArbBot_bot)    | Terminal in Telegram                              |

Hub shows status like **Pro · N days**.

### Hub buttons you’ll actually use

| Button        | Does                                              |
| ------------- | ------------------------------------------------- |
| Pro / Renew   | Plans **$49 / $129 / $399** & pay                 |
| Key           | **VKEY** → [Account](https://voltarb.com/account) |
| Bot           | Jump to personal alerts                           |
| Group         | Pro invite                                        |
| Referral      | Affiliate — **50%** lifetime                      |
| Open Mini App | Phone terminal                                    |

Commands: `/start` `/pro` `/status` `/mykey` `/invite` `/ref` `/guides` `/help` …

## Alerts that don’t spam you

![Filter settings in Telegram](/files/KR79Xts5ff8a3QZzLLtt)

Set your own floor, e.g.:

```
Spread ≥ 4.0% · Vol ≥ 100K
```

Or stricter (15% / 50K) if you only want extremes. Pause/resume, blacklist, TradFi alerts have their own mins — see [TradFi](/voltarb-docs/english/tradfi.md).

**Always `/start` the personal bot** — otherwise DMs won’t arrive.

## CTAs

* Hub → [@voltarb\_pro\_bot](https://t.me/voltarb_pro_bot)
* Get Pro → [voltarb.com/pro](https://voltarb.com/pro)
* Mini App → [Mini App docs](/voltarb-docs/english/mini-app.md)

→ [Pro](/voltarb-docs/english/pro.md) · [VKEY](/voltarb-docs/english/web-key.md) · [Payments](/voltarb-docs/english/payments.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/telegram-bot.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.
