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

# FAQ

### What is VoltArb?

A cross-exchange market intelligence toolkit: scanner, Tracker, funding/fair price, Telegram alerts, Mini App — covering \~30 venues. See [Introduction](/voltarb-docs/english/readme.md).

### Is it a trading bot?

**No.** Analytics and alerts. The public web scanner/Tracker do **not** place orders for you.

### Does anything auto-trade?

Web: no. Mini App: optional Demo (paper) / Live (your API keys) — Auto-Execute only when you explicitly enable Live with keys on both legs.

### Can I use it free?

Yes. Free = scanner with **\~60s delay** + **3 Tracker views/day**. Pro = live + unlimited Tracker + Telegram alerts.

### Why Free delay?

So you learn the workflow. Live speed is the Pro product — when windows are short, latency *is* the edge.

### Why isn’t a high % enough?

Fees, slippage, closed D/W, short lifetime. That’s why [Tracker](/voltarb-docs/english/opportunity-tracker.md) and **lifetime** filters exist.

### Do I need Telegram?

Free on the web: **no**. Pro alerts / VKEY / group: **yes** — [@voltarb\_pro\_bot](https://t.me/voltarb_pro_bot).

### Exchange API keys?

Not for public scanner/Tracker. Mini App Live: keys you attach yourself. Never paste keys into random chats.

### Payment network?

**USDT BSC (BEP-20)** only. Plans **$49 / $129 / $399**. [Payments](/voltarb-docs/english/payments.md).

### Referral?

**50%** of every Pro payment from people you refer, lifetime — USDT BSC. `/ref` in the hub. [Pro](/voltarb-docs/english/pro.md).

### What is VKEY?

Link between Telegram and website subscription. Treat like a password. [Web key](/voltarb-docs/english/web-key.md).

### Stocks / oil / indices?

Yes — **TradFi** routes on crypto venues (tokenized / synthetic). Not the same as a cash broker. [TradFi](/voltarb-docs/english/tradfi.md).

### How many exchanges?

About **\~30** CEX/DEX venues in product filters today. Live list = the exchange filter in the Web Terminal. [Exchanges](/voltarb-docs/english/exchanges.md).

### Public API stream?

Not sold yet. [Roadmap](/voltarb-docs/english/roadmap.md).

### Does VoltArb guarantee profit?

**No.** It is a market-analysis toolkit. Trading can result in loss of capital.

### Support

Hub bot / [voltarb.com](https://voltarb.com). Payments: always send **tx hash**.


---

# 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/faq.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.
