> For the complete documentation index, see [llms.txt](https://playdarkro.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playdarkro.gitbook.io/wiki/weekly-rewards/mvp-ranking.md).

# MvP Ranking

### MvP Weekly Reward

* **Mode:** MvP Hunting in Normal Field
* **Ranking Reset:** Every Sunday at 00:00
* **Rewards:** Only the Top 10 players with the most kills each week get rewards
* **How to Claim:** Talk to the MvP Manager NPC in town and select "Claim Reward)"
* **Note:** Only MVP Kills in their respective field you will gain points

**Compete every week, reach the Top 3 to claim much more awesome rewards.**

<table><thead><tr><th width="101" align="center">Rank</th><th>Rewards</th></tr></thead><tbody><tr><td align="center">1</td><td>x15 Boss Card and<br>x1 Top 1 MvP Reward Box<br><strong>Contains:</strong><br>x1 7D VIP Ticket<br>x1 Noctis Costume Selection Box [7D]<br>x1 MvP Deity Title Card [7D]<br>x1 Gympass Box<br>x20 Gachapon Coupon [HG]<br>x15 Donation Tickets</td></tr><tr><td align="center">2</td><td>x10 Boss Card and<br>x1 Top 1 MvP Reward Box<br><strong>Contains:</strong><br>x1 7D VIP Ticket<br>x1 Norse Costume Selection Box [7D]<br>x1 Gympass Box<br>x15 Gachapon Coupon [HG]<br>x10 Donation Tickets</td></tr><tr><td align="center">3</td><td>x8 Boss Card and<br>x1 Top 3 MvP Reward Box<br><strong>Contains:</strong><br>x1 3D VIP Ticket<br>x1 Starwars Costume Selection Box [7D]<br>x1 Gympass Box<br>x10  Gachapon Coupon [HG]<br>x5 Donation Tickets</td></tr><tr><td align="center">4-6</td><td>x3 Boss Card</td></tr><tr><td align="center">7-10</td><td>x2 Boss Card</td></tr></tbody></table>

{% hint style="info" %}
Additional ranking-based reward systems will be introduced in future updates, including rewards for the Top 3 parties in Endless Tower and many more.
{% 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://playdarkro.gitbook.io/wiki/weekly-rewards/mvp-ranking.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.
