> For the complete documentation index, see [llms.txt](https://docs.animeoshi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.animeoshi.com/community-and-rewards/oshi-points-and-leaderboard.md).

# Oshi Points & Leaderboard

## In one sentence

Oshi Points are the reward points an AnimeOshi user earns for rating episodes, writing reviews, completing challenges, and participating in the community, and the Leaderboard is the ranked list of users by the Oshi Points they have accumulated.

## Overview

Oshi Points are AnimeOshi's gamification layer, a single running score that rewards the activity that makes the platform useful, above all, keeping your Oshi Diary by rating and reviewing the episodes you watch. They exist to recognize the fans who do the work of building credible per-episode signals and to give returning fans a visible measure of their contribution on the platform. The Leaderboard turns those points into standings, ranking users against one another on profiles and on each anime's detail page.

## Details

### How you earn Oshi Points

You earn Oshi Points through participation on the platform. The leaderboard runs on your reputation points; the more you contribute, the higher you climb.

Point-earning actions include, but are not limited to:

* Rating episodes (the core activity); earn points for your score, your rating, and any attributes, tags, or reviews you add.
* Writing Episode Reviews and Series Reviews.
* Completing challenges, such as the Weekly Rating Challenge.
* Participating in the community and campaigns, fan art, comments, polls, playlists, and guild activity.
* Referring a friend to join AnimeOshi.

**Point values**

| Action                      | Points |
| --------------------------- | ------ |
| Sign up                     | 25     |
| **Rating: Series or Anime** |        |
| Star rating                 | 10     |
| Leave a text review         | 10     |
| Attribute tagging           | 5      |
| Verification Success        | 10     |
| **Watchlist**               |        |
| Mark Completed              | 20     |
| Status Update               | \~2    |
| Import                      | 20     |
| **Social**                  |        |
| Comment                     | 7      |
| Upvotes                     | 1      |

**Penalties:** deletes and flagged content deduct points.

### Where points and the Leaderboard appear

Oshi Points and the Leaderboard surface in a few consistent places:

| Surface                  | What you see                                                       |
| ------------------------ | ------------------------------------------------------------------ |
| **User profile**         | A user's total Oshi Points, shown alongside their stats and badges |
| **Anime detail sidebar** | An "Overall Ranking" panel listing the top users by Oshi Points    |

The points figure on a profile and the ranking in the sidebar draw on the same Oshi Points total.

### How the Leaderboard is ordered

The Leaderboard ranks users by their Oshi Points total; more points mean a higher position on the leaderboard. For certain campaigns, higher-ranked fans on the leaderboard have a chance to win exclusive prizes.

## FAQ

**Q: How do I earn Oshi Points on AnimeOshi?**

You earn Oshi Points by participating on the platform, such as rating episodes, writing Episode Reviews and Series Reviews, completing challenges or participating in campaigns, referring friends, and engaging with the community. The exact points awarded per action per campaign will be shared upfront.

**Q: What is the AnimeOshi Leaderboard?**

The Leaderboard is the ranked list of AnimeOshi users by Oshi Points. It appears on user profiles and in the "Overall Ranking" panel on each anime's detail sidebar.

**Q: Does the Leaderboard ever reset?**

The Leaderboard doesn't reset; it ranks users by total Oshi Points. On general series pages, it shows an all-time total. On seasonal campaign pages, it shows only the points earned during the campaign period to keep things fair.

**Q: What can I do with Oshi Points?**

Oshi Points primarily reflect your contribution and standing, and they determine your position on the Leaderboard. Over time, points will also unlock other rewards, which will be announced soon.

## Related pages

* [Genre Badges](/community-and-rewards/genre-badges.md)
* [Weekly Rating Challenge](broken://pages/TjXTxoUevo1uaY32b09P)
* [Following & Friends (Referral)](/community-and-rewards/following-and-friends.md)


---

# 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.animeoshi.com/community-and-rewards/oshi-points-and-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.
