> For the complete documentation index, see [llms.txt](https://docs.remonster.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.remonster.world/play-guide/open-beta/pvp/prize-ranked-match.md).

# Prize Ranked Match

A special Ranked Match will be held, with rewards varying according to the result of consecutive wins.

The following Rules will be added to the Ranked Matches.

* Players can challenge by consuming one tournament ticket.
* The maximum number of battles will be 3 ( players can advance to the next round at their own time).
* The prize Ranked Match ends when the contestant loses.
* The Monster can be changed for each match.
* Rewards and scores vary depending on the number of consecutive wins in a set of Ranked Matches.

<figure><img src="/files/BlW5tXNaEQiY1gLsN5Dx" alt=""><figcaption></figcaption></figure>

1. Current cycle
2. Period of the current cycle
3. Current cycle's Ranked Match Score and Ranking
4. This week's Ranked Match Rankings and Daily Score Earned
5. Consume one Tournament Ticket to start a Prize Ranked Match
6. Changes in rewards due to consecutive wins
7. Rank selection for Ranked Match\
   -Higher ranks are released according to the current player rank.\
   -In addition, basic parameters and skill cost will be capped according to the rank set.
8. Start matching\
   -Effective when a prize Ranked Match is started by consuming a Tournament Ticket.

***

## After Tournament Ticket Consumption

<figure><img src="/files/Z2YubfNgCLb7U0aTHnXY" alt=""><figcaption></figcaption></figure>

1. Current Status
   1. Open: In a series of battles
   2. Complete: End after 3 consecutive wins
   3. Close: Ended with a lose
2. Current Winning Streak
3. Score Bonus for Winning Streak
4. Current Reward


---

# 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.remonster.world/play-guide/open-beta/pvp/prize-ranked-match.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.
