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

# Creators

Indexify’s proprietary algorithm evaluates both **creators** and **stacks**, helping you discover who to follow and where to invest. The **Discover Page** and **Leaderboard** highlight top-performing creators and their activity.

#### **Discover Page – Top Creators**

* **Creator** → The creator’s name or handle
* **Combined PnL (%)** → The aggregate performance of all the creator’s Stacks over the **last 4 hours**
* **Followers** → The number of users following that creator

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

#### **Leaderboard – Creator Rankings**

Search and compare creators by key metrics:

* **Rank** → Creator’s position on the leaderboard
* **Creator** → Username or handle
* **Combined PnL (%)** → Aggregate performance of all the creator’s Stacks based on the **selected time interval**
* **Stacks Created** → Total number of Stacks launched
* **Points Earned** → Points accumulated through trading, creation, and engagement

<figure><img src="/files/qCHLSD7rgpUANXuIxcNS" alt="" width="563"><figcaption></figcaption></figure>

#### **User Profiles**

Clicking a creator’s profile lets you:

* **Follow the creator**
* **Browse their stacks**
* **Select a stack** directly to follow or invest in

<figure><img src="/files/qrnxZKGuUHvtK3nADPBu" alt="" width="563"><figcaption></figcaption></figure>

✅ **Tip**\
Following creators and stacks helps surface relevant updates and new investment opportunities in your Discover feed.


---

# 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://howto.indexify.finance/indexify/discover/creators.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.
