> For the complete documentation index, see [llms.txt](https://pepe-saga.gitbook.io/pepe-saga/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pepe-saga.gitbook.io/pepe-saga/production/game-overview/ranking-mode.md).

# Ranking Mode

## <mark style="color:green;">Mode Rule:</mark>

* Each round will take place within 15 minutes
* Players enter the round by buying turns (one round can participate in many turns)
* Summarize only the turn with the highest score in a round

## <mark style="color:green;">Formula:</mark>

* Summarize scoring
* Price: <mark style="color:green;background-color:green;">**fixed ($2/$PESA) $PESA/turn**</mark> (the amount will be converted to the amount of $PESA payable at the price at that time)

## <mark style="color:green;">Manage participating pools:</mark>

* 90% award to players (\*)
* 5% BURN
* 3% Sticker Pool
* 2% Platform

## <mark style="color:green;">(\*) Prize:</mark>

* Top 1: 20%
* Top 2: 15%
* Top 3: 10%
* Top 4-5: 5%
* Top 6-10: 3%
* Top 11-20: 2%
* Top 21-50: 0.5%

<mark style="background-color:yellow;">Note: Prizes will be counted after the round ends</mark>


---

# 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:

```
GET https://pepe-saga.gitbook.io/pepe-saga/production/game-overview/ranking-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
