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

# Sentiment Tracking

As part of the PRO tier subscription service, token sentiment tracking automatically comes. &#x20;

Our bots monitor various publicly available sources, aggregate data and calculate metrics in real-time, and when certain conditions are met, subscribers are served an alert message.  Three other menus are also available:

* The New Hotness
* High Attention List
* Fast Movers List

<figure><img src="/files/gc1710HmeOLXMpeXsY7l" alt=""><figcaption><p>Buttons at the bottom of every token report</p></figcaption></figure>

All lists are monitored in real time and refreshed every 3 - 5 minutes, when you click the button for the list you're interested in, you receive the freshest data.

The New Hotness List is a list of tokens that have crossed the alert threshold in the last 60 minutes. &#x20;

The High Attention List is the Top 10 highest attention scores in the last 24 hours

<figure><img src="/files/cIsLe9lXARzL8g2JGwGP" alt=""><figcaption><p>The High Attention List:  Top 10 Highest Attention Scores in the last 24 hours</p></figcaption></figure>

The Fast Movers List is the top 10 tokens with the highest change in their attention score.  Higher the number, the faster the token is accumulating attention.

<figure><img src="/files/Lfe4jxWNcbwKwlAKF7lQ" alt=""><figcaption><p>The Fast Movers List:  the top 10 tokens with the fastest growing attention scores</p></figcaption></figure>


---

# 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/sentiment-tracking.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.
