# Rewards for Streak of Victories

**Consecutive Win Rewards System**

When a player achieves a streak of consecutive victories, they can earn special rewards. These rewards are distributed according to the following scheme:

* **After 5 consecutive victories:** 1 Cypher Box
* **After 10 consecutive victories:** 2 Cypher Boxes
* **After 15 consecutive victories:** 3 Cypher Boxes
* **After 20 consecutive victories:** 3 Cypher Boxes
* **After 30 consecutive victories:** 4 Cypher Boxes
* **After 40 consecutive victories:** 4 Cypher Boxes
* **After 50 consecutive victories:** 5 Cypher Boxes

Once a player surpasses 50 consecutive victories, the win count stops until the next day.

**Streak Validity Across All Games**

The win streaks are valid across all games collectively, allowing players to maintain their streak even when switching between different games. This system encourages players to maintain high performance across various games, promoting diversification and exploration of the platform's full range of gaming options.


---

# 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://whitepaper-34.gitbook.io/rivalrumble/domestic-economy/rewards-for-streak-of-victories.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.
