> 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/queries-filtering-the-feed.md).

# Queries:  Filtering the Feed

The classification problem presented to the bot during training is fairly simple which allows for a broad inclusion into the feed.  This presents an opportunity for subscribers to customize the feed to their liking based on the various metrics served in the token reports.  Metrics may be filtered by less than, greater than, or in-between two values (inclusive of the values).

Various filterable fields include:

* Amount transferred from mint to LP creation
* Amount transferred from LP creation to burn
* Amount transferred from burn to reporting
* Tokens supply in pool at burn
* Burnpower (premium subscription)
* Sniped amount % (premium subscription)
* Time since LP creation (premium subscription)
* Other custom metrics will be added for premium subscription tier first and further evaluated for basic subscription tiers

A stacked collection of filters is called a Query.  Queries are your aggregated filters that describe a token type you're interested in and need to be named.  For a token to be included in a Query, it must meet all the conditions you provide.  Be mindful, the more specific your Query (i.e., the more conditions), the fewer tokens that may meet that criteria.  This may or may not be your intent.

For example, you can create a Query with the following criteria and call it "Early Bangers":

* Less than 5 minutes since trading started
* More than 15% of token supply in pool
* More than 60% of supply sniped
* Burnpower rating of more than 1,000

Every time a token meeting these criteria hits The Feed, it will be sent to your private bot chat.  All other tokens will not be sent.  You can have multiple queries, and call them differently so The Feed is customized to you liking.  They will all be sent to your private bot chat with the name of the query included as a header so you know which Query generated the result.&#x20;

We're adding new metrics frequently and the ability to filter each independently creates a customized token experience for each person.&#x20;


---

# 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/queries-filtering-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.
