# Win Streak

The **Win Streak** feature tracks your consecutive wins in [Ranking Match](/eternals_world/gomoku/ranking-match.md), providing exciting bonuses to boost your Ranking Points.

* **Milestone Bonuses:** Achieve consecutive wins to get bonus Ranking Points.
* **Modes:** Bonuses apply to both [**Classic Mode**](/eternals_world/gomoku/game-modes.md#classic-mode) and [**Eternians Mode**](/eternals_world/gomoku/game-modes.md#eternians-mode) modes.
* **Leaderboard Advantage:** The more you win consecutively, the higher the bonus percentage, giving you a competitive edge on the Leaderboard.

***

### How It Works

1. **Starting Point:**
   * Players begin with a **Win Streak** of **0**.
2. **Increasing Your Streak:**
   * Winning a Ranking Match increases your streak by **1**.
3. **Resetting the Streak:**
   * Losing a match resets both your Win Streak and the bonus to **0**.

***

### Win Streak Bonuses

<figure><img src="/files/A6B17s1gfA3vbkkQ4KEi" alt="" width="375"><figcaption></figcaption></figure>

The table below outlines the bonus percentages based on your current streak:

| **Win Streak** | **Bonus**     |
| -------------- | ------------- |
| 2              | **5%**        |
| 3              | **10%**       |
| 4              | **15%**       |
| 5+             | **20% (Max)** |

**Note:**

* The **maximum bonus** is capped at **20%**, even if your streak exceeds 5 wins.
* The streak bonus resets with the start of a new season, as all players' Mastery levels are refreshed.

***

Happy gaming and good luck building your Win Streak! 🎮


---

# 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://docs.eternals.game/eternals_world/gomoku/gomoku-win-streak.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.
