# $100 KOTH Daily Leaderboard

**King of the Hill (KOTH)** features two parallel leaderboards that reward players based on **Winning Streak** and **Trophy Earned**.

Each leaderboard has its own reward logic, giving players multiple ways to win.

### Leaderboard Types

#### 1. Highest Winning Streak Leaderboard

This leaderboard rewards the player who achieves the **longest King of the Hill streak**.

**How it works:**

* Rankings are based on the **highest streak achieved**.
* Only **one winner** is selected.
* If multiple players share the same highest streak, the winner is determined by:
  * **Total trophies earned** (higher trophies wins).

**Reward:**

* **1st place:** $30

***

#### 2. Trophy Leaderboard

This leaderboard works similarly to Daily Rush and rewards players based on **total trophies earned**.

**How it works:**

* Rankings are based on **total trophies earned**.
* The **top 3 players** are rewarded.

**Rewards:**

* **1st place:** $35
* **2nd place:** $21
* **3rd place:** $14

Total prize pool: **$70**

***

### Key Notes

* Both leaderboards run in parallel.
* A player can qualify for rewards on **both** **leaderboard**.
* In edge cases (such as ties), the team will review and resolve accordingly.


---

# 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://crypto-fantasy-league-1.gitbook.io/crypto-fantasy-league-docs/ongoing-campaign/usd100-koth-daily-leaderboard.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.
