> For the complete documentation index, see [llms.txt](https://docs.raybot.app/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.raybot.app/start/getting-started/all-raybots.md).

# All RayBots

RayBot uses a network of individual bots to keep notification delivery fast and stable. This allows you to structure your data streams around different goals — whether it’s trading, whale tracking, NFTs, or group strategies.

### 👥 All bots fall into two categories:

<kbd>**/bots**</kbd> - use this command to get the current list of RayBot instances.

<details>

<summary>⚡️ <strong>FREE BOTS</strong> — available right after setup, great for basic use</summary>

🟢 @ray\_violet\_bot

🟢 @ray\_orange\_bot

🟢 @ray\_yellow\_bot

🟢 @ray\_lime\_bot

🟢 @ray\_bronze\_bot

🟢 @ray\_khaki\_bot

🟢 @ray\_olive\_bot

🟢 @ray\_gold\_bot

🟢 @ray\_green\_bot

🟢 @ray\_cyan\_bot

🟢 @ray\_aqua\_bot

🟢 @ray\_black\_bot

🟢 @ray\_azure\_bot

🟢 @ray\_red\_bot

🟢 @ray\_silver\_bot

🟢 @ray\_magenta\_bot

🟢 @ray\_blue\_bot

🟢 @ray\_purple\_bot

🟢 @solana\_notify\_bot

</details>

<details>

<summary>⚡️ <strong>PREMIUM BOTS</strong> — zero delay, handle high data volumes, ideal for PRO and WHALE users</summary>

🟢 @ray\_sapphire\_bot

🟢 @ray\_nephrite\_bot

🟢 @ray\_moonstone\_bot

🟢 @ray\_agate\_bot

🟢 @ray\_adamite\_bot

🟢 @ray\_emerald\_bot

🟢 @ray\_obsidian\_bot

🟢 @ray\_pearl\_bot

🟢 @ray\_diamond\_bot

🟢 @ray\_opal\_bot

🟢 @ray\_ruby\_bot

🟢 @ray\_onyx\_bot

🟢 @ray\_amber\_bot

🟢 @ray\_topaz\_bot

🟢 @ray\_quartz\_bot

</details>

***

### 📶 Each bot has a load indicator:

🟢 - stable performance\
🟡 - minor delays (on popular wallets)\
🔴 - high load, significant delays possible

> **🧩 Why do delays happen?**\
> Telegram limits message delivery: no more than 30 messages per second.\
> If 10,000+ users are tracking the same popular wallet, Telegram creates a queue during activity spikes — especially with high-traffic free bots.

💡 **Premium bots** work like isolated “servers” with lower load — so their notifications are faster and more reliable.

***

### 📌 How to switch to another bot:

<kbd>**/switch**</kbd> — type this command in the new bot\
You’ll see a list of your active bots — just select the one you need, and all your data will be transferred automatically.

> 🎥 ***Video example** — watch how to switch to another bot in under 1 minute*

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/9r2y17zhok>" %}


---

# 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://docs.raybot.app/start/getting-started/all-raybots.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.
