> For the complete documentation index, see [llms.txt](https://docs.champz.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.champz.world/currencies/earn-truffles/pvp-wager-jackpot.md).

# PvP Wager Jackpot

**Eligibility:**

* Players must wager more than 500 truffles in a PvP match to become eligible for the PvP Jackpot.

**Initial Jackpot:**

* The jackpot starts with a pool of 100,000 truffles.<br>

**Jackpot Growth:**

* For each eligible wager (wagers above 500 truffles), the jackpot increases by 3% of the wagered amount.

**Winning Mechanics:**

1. **Dice Roll:** After each eligible PvP match, dice are rolled to determine if the jackpot is won.
2. **Probability of Winning:** The odds of winning the jackpot increase:
   1. with the wagered amount in relation to the jackpot.&#x20;
   2. the size of the current jackpot. The base winning probability starts at the 100,000 initial truffle jackpot and increases as the jackpot grows.

**Distribution of Jackpot:**

* The jackpot can be won by either or both players in the match (the winner and the loser of the PvP match).
* **Winner's Share:** The player who wins the jackpot receives 80% of the total jackpot.
* **Loser's Share:** The other player receives 20% of the total jackpot.
* **Reset:** Once the jackpot is won, it resets to 100,000 truffles and the process starts again.

**In-Game Display:**

* Players can view the current total jackpot amount in-game.

<figure><img src="/files/0U2SgCOLUGm4e7wfeHsu" alt=""><figcaption></figcaption></figure>

**Example Scenario:**

1. **Match Setup:** Two players engage in a PvP match, each wagering 10,000 truffles.
2. **Jackpot Growth:** The jackpot increases by 3% of each 10,000 truffle wager, adding 600 truffles to the pool.
3. **Dice Roll:** After the match, dice are rolled to determine if the jackpot is won.
4. **Jackpot Win:** If the jackpot is won, the winner receives 80% of the total jackpot, and the loser receives 20%.

This feature adds an additional layer of excitement to PvP matches, giving players the chance to win big while battling their opponents.


---

# 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.champz.world/currencies/earn-truffles/pvp-wager-jackpot.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.
