# Payout

<mark style="color:purple;">**In the event of a win**</mark>, the total payout is 172% (bet size + winnings) inclusive of [fees](/pepes-docs/game-mechanics/game-economy/10-fee.md).&#x20;

If the player chooses a $10 bet size and they win, they will receive a payout of $17.20 ($10 + $7.20).

<mark style="color:blue;">**In the event of a loss**</mark>, the payout is zero.&#x20;

<table><thead><tr><th width="171.66666666666669">Bet Size</th><th width="190">Winnings</th><th>Bet Size + Winnings = Payout</th></tr></thead><tbody><tr><td>$5</td><td>$3.60</td><td>$5 +$3.60 = <strong>$8.60</strong></td></tr><tr><td>$10</td><td>$7.20</td><td>$10 + $7.20 = <strong>$17.20</strong></td></tr><tr><td>$20</td><td>$14.40</td><td>$20 + $14.40 = <strong>$34.40</strong></td></tr><tr><td>$50</td><td>$36</td><td>$50 + $36 = <strong>$86</strong></td></tr><tr><td>$75</td><td>$54</td><td>$75 + $54 = <strong>$129</strong></td></tr><tr><td>$100</td><td>$72</td><td>$100 + $72 = <strong>$172</strong></td></tr></tbody></table>

<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://pepes-game.gitbook.io/pepes-docs/game-mechanics/payout.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.
