# Winner Takes All

**"Winner Takes All"** is a high-stakes, high-reward game where only one player walks away with the entire prize pot—everyone else gets nothing. Each game can host **up to 10,000 players**, and the winner takes it all.

Some game tables will feature specific tokens from partner projects that have been integrated into the platform. This selection will continue to expand as more projects come onboard. Players will also have the option to compete for BNB.

To enter a game, each participant pays a buy-in fee, which varies depending on the table. The total prize pot is built from all players' buy-ins for that specific game.

Think of **"Winner Takes All"** as a limited-entry lottery, where each buy-in acts as a ticket—and there’s only one winner.

The exact odds of winning can be calculated as follows:

N = number of players

Odds = 1 / N

The amount of value one can win is calculated as follows:

N = Number of players

P = Prize pot

F = Percentage of service fee taken by platform (10% or 0.10)

Prize per player = P \* (1 - F)

<br>


---

# Agent Instructions: 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://docs.ape.church/games/player-vs-player/winner-takes-all.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.
