# Unlocking Treasure Box

Although a portion of Treasure boxes can be opened with no condition, there are many Treasure boxes that can only be opened when certain conditions are met.

**Table: Treasure Box Conditions**

| **Condition**             | **Description**                                                                                          |
| ------------------------- | -------------------------------------------------------------------------------------------------------- |
| No condition              | Can be opened straight away                                                                              |
| Level of Watch            | Requires Watch to be at certain level and above                                                          |
| Key (at different levels) | Requires NFT key of certain level and above                                                              |
| Number of people          | Requires additional people to open together                                                              |
| Weather                   | Can only be opened under certain weather                                                                 |
| Time of the day           | Can only be opened during day/night                                                                      |
| Solving puzzles           | Requires a puzzle to be solved                                                                           |
| Type of pet               | Requires matched type of pet equipped while unlocking treasure box (fire, water, electricity, earth etc) |
| Special requirement       | Special requirements for special events such as the Heritage of the World Treasure Hunt                  |

There’s no limit on how many boxes a user can open over a day but there’s a 60 mins cooldown period after each *Treasure Box Opening Event* (TBOE).


---

# 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://whitepaper.seektoearn.com/adventure-go-whitepaper/game-fi-systems-seek-mode/unlocking-treasure-box.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.
