# $GG Token Mechanics

### How is $GG Earned and Deducted?

For a Won Battle:

* The base reward for a won battle is 75 $GG.
* For each player level, this reward increases by 2%.

For a Lost Battle:

* If you lose, 25 $GG is deducted from your balance.
* For each player level, this deduction increases by 1%.

| Level | Won Battle ($GG) | Lost Battle ($GG) | Total $GG to Next Level |
| ----- | ---------------- | ----------------- | ----------------------- |
| 1     | 75               | -25               | 1000                    |
| 2     | 76.5             | -24.75            | 1050                    |
| 3     | 78               | -24.5             | 1100                    |
| 4     | 79.5             | -24.25            | 1150                    |
| 5     | 81               | -24               | 1200                    |
| 6     | 82.5             | -23.75            | 1250                    |
| 7     | 84               | -23.5             | 1300                    |
| 8     | 85.5             | -23.25            | 1350                    |
| 9     | 87               | -23               | 1400                    |
| 10    | 88.5             | -22.75            | 1450                    |
| 11-20 | +1.5 per level   | -0.25 per level   | +50 per level           |
| 21-30 | +1.5 per level   | -0.25 per level   | +50 per level           |
| 31-40 | +1.5 per level   | -0.25 per level   | +50 per level           |
| 41-50 | +1.5 per level   | -0.25 per level   | +50 per level           |

Calculation of $GG for 20 games (50/50 win/loss ratio):

Won games: 10 games \* 75 $GG = 750 $GG\
Lost games: 10 games \* -25 $GG = -250 $GG\
Total: 750 $GG - 250 $GG = 500 $GG

Calculation of $GG for 30 games (50/50 win/loss ratio):

Won games: 15 games \* 82.5 $GG = 1237.5 $GG\
Lost games: 15 games \* -26.25 $GG = -393.75 $GG\
Total: 1237.5 $GG - 393.75 $GG = 843.75 $GG

### Conclusion

The $GG token mechanics encourage players to participate in more battles and level up, increasing their rewards and improving their results.


---

# 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://get-games.gitbook.io/get-games/cryptopump-battle/usdgg-token-mechanics.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.
