# Chest System Overview

**HuntFi** revolves around the discovery and unlocking of chests that vary in rarity and reward. Each chest offers a unique token reward, cooldown period, and drop rate.

| Chest Type     | Rate (%) | Token Reward | Cooldown   |
| -------------- | -------- | ------------ | ---------- |
| Bronze Chest   | 70       | 1–4 HUFI     | 20 minutes |
| Silver Chest   | 20       | 12–15 HUFI   | 1 hour     |
| Gold Chest     | 7        | 100–120 HUFI | 6 hours    |
| Platinum Chest | 2.5      | 250–300 HUFI | 12 hours   |
| Diamond Chest  | 0.5      | 600–800 HUFI | 24 hours   |

🔓 **The rarer the chest, the higher the reward—but the longer the wait.**


---

# 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://huntfi.gitbook.io/huntfi-docs/game-module/chest-system-overview.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.
