> For the complete documentation index, see [llms.txt](https://whitepaper.seektoearn.com/adventure-go-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.seektoearn.com/adventure-go-whitepaper/game-fi-systems-seek-mode/unlocking-treasure-box.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whitepaper.seektoearn.com/adventure-go-whitepaper/game-fi-systems-seek-mode/unlocking-treasure-box.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
