> For the complete documentation index, see [llms.txt](https://whitepaper.doublejump.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.doublejump.wtf/game-modes/wager-match.md).

# Wager Match

![](/files/UnvwUZlIKe8GZc6D6Bgq)

**Wager Matches** is the marque game mode in Double Jump, where periodic competitions are held with large prize pool rewards in $JUMP tokens. To participate, a player pays an entrance fee based on available tournaments for the chance to win and earn a large prize pool. Double Jump does not take any commission from Wager Matches.

### Tournament Rules <a href="#tournament-point-system-inside-points" id="tournament-point-system-inside-points"></a>

Each match consists of three (3) rounds, with points calculated in a system similar to Formula 1 / Mario Kart. Points are accumulated and rankings are determined at the end of three rounds, with the player of the highest point total deemed the winner.

Point Calculations below:

| **Place** | **Points** |
| --------- | ---------- |
| 1         | 25         |
| 2         | 18         |
| 3         | 15         |
| 4         | 12         |
| 5         | 10         |
| 6         | 8          |
| 7         | 6          |
| 8         | 4          |
| 9         | 2          |
| 10        | 1          |

No points are earned past 10th place.

### Entrance Fees and Prize Distribution

Wager Match tournaments are simply prize pool tournaments where a player pays a base entrance fee for a chance to win the prize pool. Entrance fee and Prize pool are always stable.

For 1 $JUMP tournament:

| **place** | **Prize Pool ($JUMP)** |
| --------- | ---------------------- |
| 1         | 5                      |
| 2         | 3                      |
| 3         | 2                      |

For 5 $JUMP tournament

| **place** | **Prize Pool ($JUMP)** |
| --------- | ---------------------- |
| 1         | 25                     |
| 2         | 15                     |
| 3         | 10                     |

For 25 $JUMP tournament

| **place** | **Prize Pool ($JUMP)** |
| --------- | ---------------------- |
| 1         | 125                    |
| 2         | 75                     |
| 3         | 50                     |

For 100 $JUMP tournament

| **place** | **Prize Pool ($JUMP)** |
| --------- | ---------------------- |
| 1         | 500                    |
| 2         | 300                    |
| 3         | 200                    |


---

# 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://whitepaper.doublejump.wtf/game-modes/wager-match.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.
