> For the complete documentation index, see [llms.txt](https://docs.oshi.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oshi.co/gate-2-campaign/leaderboard.md).

# Leaderboard

See where you stand. The leaderboard shows your real-time ranking based on your campaign contributions.

***

### Valor Leaderboard

The Valor Leaderboard is live during the GATE 2 campaign. It ranks supporters by total Valor Points, which reflect your campaign contributions ($1 = 100 Valor). This leaderboard shows who has contributed the most to GATE 2 and updates in real time as you earn points.

When the campaign ends, the Valor Leaderboard locks. Your final ranking and medal designation are preserved as a permanent record of your participation.

***

### Merit Leaderboard (coming soon)

A separate Merit Leaderboard will launch in the future alongside Oshi Membership Rewards and Merit Quests. It will rank supporters by total Merit Points earned through quests and community engagement, giving fans who may not be able to participate financially a meaningful way to support GATE 2 through oshikatsu: creating content, sharing the anime, engaging with the community, and celebrating the IP they love.

The Merit Leaderboard will feature seasonal rewards, though specifics are still in the planning phase. More details will be shared as development progresses.

***

### How rankings work

The Valor Leaderboard sorts supporters from highest to lowest points. If two supporters are tied with the same number of points, the person who reached that total first ranks higher (first-come, first-served).

The top 3 on the Valor Leaderboard receive special medal designations:

* **#1** Gold
* **#2** Silver
* **#3** Bronze

***

### What you see on the leaderboard

Each entry on the leaderboard displays:

* Rank position
* Username and profile avatar
* Current badge and star count
* Total Valor Points

You can find your own position on the leaderboard from your campaign dashboard.

***

### Live Contribution Tracker

Alongside the leaderboard, the campaign page features a live contribution tracker that shows overall campaign progress toward community milestones.

As total contributions grow, the tracker unlocks increasing levels of the Creator Reward Pool, which provides ongoing compensation directly to the individual creators behind GATE 2.

| Milestone  | Total Contributions | Creator Fund Unlocked (out of 5%) |
| ---------- | ------------------- | --------------------------------- |
| 1st Goal   | $250,000            | 2.5%                              |
| 2nd Goal   | $300,000            | 3%                                |
| 3rd Goal   | $350,000            | 3.5%                              |
| 4th Goal   | $400,000            | 4%                                |
| 5th Goal   | $450,000            | 4.5%                              |
| Final Goal | $500,000            | 5%                                |

The progress bar and milestones update in real time. Every contribution moves the tracker forward.

> Coupon vouchers used during contribution are not counted toward milestone totals.

***

**Related articles**

* [Valor & Merit Points](/gate-2-campaign/valor-and-merit-points.md): How the two point systems work
* [Merit Quests](/gate-2-campaign/merit-quests.md): Available quests and how to earn Merit
* [Creator Reward Pool](/start-here/creator-reward-pool.md): How creator compensation grows with the campaign
* [Understanding Ranks](/gate-2-campaign/understanding-ranks.md): The seven ranks and what each level unlocks

{% hint style="info" %}
**Still need help?** Join our [Discord](https://discord.gg/oshi) or email <support@oshi.co>
{% 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.oshi.co/gate-2-campaign/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.
