# Channel User Rankings

{% hint style="warning" %}
Channel rankings are live for top 500 popular channels based on this [dune query,](https://dune.com/queries/3422001/5745837) Here's a [sheet](https://docs.google.com/spreadsheets/d/1Hgv4hV0O0OgQ99Xx7NlHHF1DeRUgqTHPEtwEdm6CELs/edit#gid=0) with all the channels supported. We will be adding more support for all other channels soon.\
If you are a developer or a channel moderator looking to consume these rankings, [reach out](mailto:dharmi@karma3labs.com).
{% endhint %}

If you have gone through the [Ranking strategies for farcaster](/integrations/farcaster/ranking-strategies-on-farcaster.md), Channel user rankings are calculated in the same way as Global Ranking, with only two differences:

1. The Moderators are used as seed peers,
2. We only consider interactions between profiles who are active in that channel particularly and do not give importance to a user's global rank.

TLDR: We calculate a user ranking based on the seed peers interaction with other profiles. We use profile/cast engagement to generate the score - this includes users that have interacted with other users casts by way of either liking, replying, recasting or mentioning. Learn more, [here](/integrations/farcaster/ranking-strategies-on-farcaster.md).


---

# 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.openrank.com/integrations/farcaster/channel-user-rankings.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.
