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

# The Feed

The SOL Bangers Only token feed is a curated feed of tokens on the SOLANA blockchain. To be included in the feed, our bot, using artificial intelligence, tags the token and once tagged a series of actions occurs including setting up listening bots for social mentions, “callers”, trendings, and alpha scans of the contract.  The bots then retrieve a myriad of on-chain information, performs a series of calculations, and publishes a metric report to the feed when certain basic criteria are met.

The feed is essentially a stream of potentially interesting tokens that the AI bot has classified using artificial intelligence.  The bot is occasionally retrained on an ever growing database of tokens.

Start a private conversation with our bot.  You can use the link below:

{% embed url="<https://t.me/solbangersfeed_bot?start={start_parameter}>" %}
SOLBANGERS Only Custom Feed Bot
{% endembed %}

Or, open a new chat and invite the bot.  The bot's username is: <https://t.me/solbangersfeed_bot>


---

# 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:

```
GET https://sol-bangers-only.gitbook.io/sol-bangers-only/the-feed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
