> 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/genre-badges.md).

# Genre Badges

## In one sentence

Genre Badges are tiered achievements awarded to an AnimeOshi user for rating and reviewing episodes within a given genre, displayed on the user's profile and advancing through three tiers — **Awakened, Evolved, and Apex** — as the user builds up activity in that genre.

## Overview

Genre Badges are AnimeOshi's way of recognizing depth, not just volume. They reward a user for engaging within a specific genre rather than across the catalogue at large. Each episode a user rates and reviews adds a signal to that anime's primary genre, and as those signals accumulate, the genre's badge climbs through its tiers. A badge appears on the user's profile and communicates both which genres a user has invested in and how far. The Genre Badge system is still being built out, so some specifics below remain provisional.

## Details

### How Genre Badges work

A Genre Badge is tied to a single genre and reflects how much you have rated and reviewed within it. Every anime has one **primary genre**, and each episode you rate and review contributes **+1 signal** toward that anime's primary genre. Signals are cumulative per genre; there is **no daily cap**, and they steadily build your badge for that genre over time. A badge therefore communicates both *which* genre you have invested in and *how far*. Earned badges are displayed on your profile alongside your other achievements and stats.

### Tiers

Genre Badges progress through **three tiers**, each unlocked at a cumulative signal threshold for that genre. Higher tiers represent more rating and review activity within the genre. Once a tier is unlocked, it is **permanent**.

| Tier         | Signals required |
| ------------ | ---------------- |
| **Awakened** | 15               |
| **Evolved**  | 100              |
| **Apex**     | 1,000            |

For example, a user who has reviewed 11 episodes whose primary genre is Shonen sees progress of `11 / 15` toward the Awakened tier, with UI copy such as *"4 more signals to unlock Awakened Shonen Crest."*

### Where badges appear

Genre Badges live in a dedicated Crests area on your profile. You can **pin up to 3–5** badges to feature them, and the rest remain viewable. Each badge shows its current tier, and a progress bar toward the next tier while it is still locked.

### Status

The Genre Badge tier structure is defined: three tiers (Awakened / Evolved / Apex) at 15 / 100 / 1,000 cumulative signals, earned at +1 signal per episode rated and reviewed against an anime's primary genre, permanent once unlocked. The system is still being built, so the final set of genres with badges and the exact rating-vs-review signal rule may still change and should be treated as provisional until launch.

## FAQ

**Q: What are Genre Badges on AnimeOshi?**

Genre Badges are tiered achievements you earn for rating and reviewing episodes within a specific genre. They display on your profile and advance through three tiers as you build up activity in that genre.

**Q: How do I earn a Genre Badge?**

By rating and reviewing episodes. Every anime has one primary genre, and each episode you rate and review adds one signal toward that genre's badge. Signals are cumulative with no daily cap, so the more you rate and review in a genre, the higher its badge climbs.

**Q: What are the badge tiers called?**

There are three tiers, unlocked at cumulative signal thresholds for the genre: **Awakened** (15 signals), **Evolved** (100 signals), and **Apex** (1,000 signals). Once a tier is unlocked, it is permanent.

**Q: Are Genre Badges live yet?**

The system is still being built out. The design and tier structure are set based on genre-scoped, three-tier achievements shown on your profile, but the final set of genres with badges and some earning details may still change before launch.

## Related pages

* [Oshi Points & Leaderboard](/community-and-rewards/oshi-points-and-leaderboard.md)
* [AnimeOshi Terminology / Glossary](/about-animeoshi/glossary.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/genre-badges.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.
