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

# Public Channels

RayBot continuously develops new tools for both beginners and experienced market participants. As part of this work, we created a network of public Telegram channels.

In these channels, we demonstrate real-world use cases of RayBot, as well as offer custom solutions and data formats. Some of these cannot be provided directly to every user due to Telegram’s technical limitations, but they can be implemented and showcased through public channels.

The list of public channels will continue to expand as new tools and directions are launched.

### Public Channels List:

<details>

<summary><strong>KOLs Multi Buys</strong></summary>

**📊 What’s inside the channel:**

• Tracking buys from multiple KOL wallets\
• Alerts when 5 or 10 KOLs buy the same token\
• Minimum purchase: $50\
• KOL must hold at least 5%\
\
**🔗 Join here:** <https://t.me/kols_multi>

</details>

<details>

<summary><strong>Bags Fees</strong></summary>

📊 **What’s improved in BAGS alerts:**\
\
• Reduced alert noise for claim events\
• Only **1 claim > 1 SOL** per token within **24 hours**\
• **All claims > 10 SOL** are always shown\
• Claims from **GAS57fiBeJU6PhEcAej7haUmQ4fJHxMZJjrKyRBHP5h7** are excluded\
\
**🔗 Join here:** <https://t.me/bags_fees>

</details>

<details>

<summary><strong>Top Holders Multi Buys</strong></summary>

**🔗 Join here:**

</details>


---

# 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/public-channels.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.
