# VIP Packages

Players can subscribe to **VIP Packages** to unlock enhanced capabilities and increase their efficiency in-game. Starting from VIP 0 (default), users have 10 energy and limited functionality. Upgrading to higher VIP tiers grants powerful benefits.

| **VIP Tier** | **Energy** | **Regen Time (min)** | **Collection Range (m)** | **Price (TON)** |
| ------------ | ---------- | -------------------- | ------------------------ | --------------- |
| VIP 1        | 15         | 55                   | 100                      | 3               |
| VIP 2        | 20         | 50                   | 150                      | 5               |
| VIP 3        | 25         | 45                   | 200                      | 10              |
| VIP 4        | 30         | 40                   | 250                      | 15              |
| VIP 5        | 35         | 35                   | 300                      | 30              |
| VIP 6        | 40         | 30                   | 350                      | 50              |
| VIP 7        | 45         | 25                   | 400                      | 100             |
| VIP 8        | 50         | 20                   | 450                      | 150             |
| VIP 9        | 55         | 15                   | 500                      | 200             |
| VIP 10       | 60         | 10                   | 600                      | 300             |

🧠 **Default (VIP 0)**:

* Energy: 10
* Regen Time: 60 minutes
* Collection Range: 50 meters


---

# 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/vip-packages.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.
