# The Trending Algorithm

The SunTools Trending Service uses a specific algorithm to determine the ranking of tokens within the platform. Here’s how it works:

1. **Top-3 Paid Slots:**
   * The top three positions are reserved for paid slots and are ranked based on the highest 24-hour trading volume. These tokens are given the most visibility.
2. **Top-10 Paid Slots:**
   * Following the top three, the next seven positions (making up the top ten) are also paid slots. These are similarly ranked by 24-hour trading volume, ensuring that tokens with higher activity are prioritized.
3. **Paid 'Any Position' Slots:**
   * Tokens that have paid for trending but didn’t secure a top-10 spot are ranked next. These tokens are also sorted by their 24-hour trading volume and placed after the top-10 slots.
4. **Free Slots:**
   * If there are any remaining slots after the paid positions have been filled, they are occupied by the top-performing SunPump tokens based on 24-hour trading volume. These tokens are featured without any payment, offering an opportunity for high-volume tokens to gain visibility.

This ranking system ensures that tokens with the most trading activity are highlighted, giving users a clear view of what’s trending in the market.


---

# Agent Instructions: 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://docs.suntools.tech/suntools-trending/the-trending-algorithm.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.
