# Treasure Prediction

Treasure Prediction is a fast-paced mini-game where players predict whether Bitcoin's (BTC) price will increase, decrease, or remain the same within a 5-second round. Players can build winning streaks to multiply their rewards, with the ultimate goal of reaching a 10-win streak to claim the Jackpot. Separate leaderboards exist for Free Players and Premium Players

## **How It Works**

1. **Make a Prediction** – Players choose one of the following options before the timer expires:
   * **Increase/Tie (Moon)**: The BTC price rises or stays the same (change is less than 0.0001%).
   * **Decrease (Doom)**: The BTC price drops.
2. **Win Streak** – Each correct prediction increases the streak, reward the player's rewards based on the following structure:

   | **Winning Streak** | **Streak Points** |
   | ------------------ | ----------------- |
   | Win 1              | 1                 |
   | Win 2              | 2                 |
   | Win 3              | 4                 |
   | Win 4              | 8                 |
   | Win 5              | 16                |
   | Win 6              | 32                |
   | Win 7              | 64                |
   | Win 8              | 128               |
   | Win 9              | 256               |
   | Win 10             | 512               |
3. **Jackpot or Reset** –
   * If a player reaches a 10-win streak, they win the Jackpot and the streak resets.
   * If a player makes an incorrect prediction or does not make a selection within X seconds, their streak resets to 0.
4. **Play for Free or Purchase More Turns** –
   * **Free Plays:** Players receive 10 free plays daily (1 play regenerates every 48 minutes).
   * **Premium Plays:** Players can purchase additional turns using $MERGE tokens (10 chips per play).&#x20;

## **Rewards & Leaderboard**

Treasure Prediction offers multiple ways for players to earn rewards:

### Jackpot (Premium Players Only)

* The Jackpot is 5,500 chips at initial version and it will change for further improvements
* The first player to achieve a 10-win streak in a day wins the entire Jackpot.

### Leaderboard Competition

* Separate leaderboards exist for Free Players and Premium Players.
* If a Premium Player wins the Jackpot within 24 hours, the top 100 Premium Players will still share 80% of the prize pool.
* The remaining prize pool carries over to the next day, increasing the prize.

### Milestone Bonus

Milestone rewards are based on leaderboard placement, with separate rewards for Free and Premium Players:

* Free Players Leaderboard: Top 100 players on the Free leaderboard receive a rewards.
* Premium Players Leaderboard: Top 100 players receive a share of 80% of the Jackpot prize pool + Gacha tickets.

This ensures that both Free Players and Premium Players have fair competition and rewards suited to their tier.

## Deposits & Withdraw Rewards

#### Deposits

* Players need to buy chips in the deposit system to play.
* 1 turn = 10 chips.
* Chip rewards are added to the deposit when a player wins.

#### **Withdraw Rewards**

* Chips in the deposit system can be withdrawn after 48 hours.
* Players can convert chips back to $MERGE via the Withdraw function.
* Withdrawals are allowed once every 48 hours (no quantity limit).

Treasure Prediction is designed to offer an engaging and competitive experience, where quick decision-making and strategy can lead to significant rewards. With its win streak system, Jackpot prizes, and leaderboard competition, the game provides an exciting challenge for players looking to test their instincts and maximize their winnings.


---

# 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://about.mergepals.io/ecosystem/mini-games/treasure-prediction.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.
