> For the complete documentation index, see [llms.txt](https://alphascan.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alphascan.gitbook.io/docs/product-guide/influencer-leaderboard.md).

# Influencer Leaderboard

This page enables users to understand how prices behave after mentions by token threadoors (correlation is not necessarily causation as a reminder). As of now, this means mention of the $cashtag. We exclude cashtag mentions with negative sentiment.

<figure><img src="/files/CsB5F2ifKxMCCo9Ws0km" alt=""><figcaption></figcaption></figure>

To be specific, 'token performance' calculates the price of a token 1, 7, or 30 days after it was mentioned. This is NOT the last 30D performance from now into the past of all tokens mentioned but 30D onward after the token was mentioned

At the top, you can filter for accounts mentioning specific tokens only.

By default, everything is sorted by 7 days but you can sort by other time frames as well.

You can also expand on each account to see the breakdown by token and when exactly the mention was captured.

<figure><img src="/files/8L75F5pqsyzDRHn69V6T" alt=""><figcaption></figcaption></figure>

You can also filter for a specific token. This shows you only accounts that mentioned the token in the last 60 days. Mentions for the selected token are highlighted.

<figure><img src="/files/qkiHs3gJoLR1GpufCZiZ" alt=""><figcaption></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, and the optional `goal` query parameter:

```
GET https://alphascan.gitbook.io/docs/product-guide/influencer-leaderboard.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.
