> For the complete documentation index, see [llms.txt](https://docs.pinky.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pinky.finance/important/pinky-finance-trends.md).

# Pinky Finance Trends

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

Pinky Finance offers each project the opportunity to gain visibility on our platform. Our launchpad showcases the top 10 projects **currently trending**, with their positions dynamically shifting based on token performance and fundraising success.

The trending bar operates through a sophisticated algorithm designed to ensure equitable trending, while also possessing the capability to identify and exclude projects attempting to manipulate the algorithm.

Several trending metrics are outlined below:

* **Buy Volume**: Projects with higher buy volumes in their presale pool are more likely to trend.
* **KYC + Audit**: Projects bearing KYC and Audit badges receive higher priority compared to those lacking these credentials.
* **SAFU**: Projects with SAFU badges enjoy the highest priority in trending.
* **VERIFIED**: Projects revealing additional information will receive added points in trending.

{% hint style="info" %}
Tip: To enhance your prospects of trending, consider combining the above metrics. However, please be aware that these factors do not guarantee a trending position; the algorithm assesses project popularity and adjusts accordingly.
{% endhint %}

Lastly, we strongly advise project owners against paying external entities for "Pinky Finance Trends" services, as they are likely to be fraudulent. Our intelligent algorithm identifies deceitful trending activities and blacklists implicated projects. Thus, adhering to our aforementioned tips is the most prudent approach.

{% hint style="info" %}
Note: Once again, Pinky Finance Trending is provided free of charge. If individuals approach you regarding payment for Pinky Finance Trending services, they are undoubtedly scammers. We encourage you to report and block such instances.
{% endhint %}


---

# 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://docs.pinky.finance/important/pinky-finance-trends.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.
