> For the complete documentation index, see [llms.txt](https://docs.sacra.cc/sacra-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sacra.cc/sacra-whitepaper/game-overview/gameplay/map/treasury.md).

# Treasury

In the thrilling realm of our game, ascending through the ranks and reaching high levels is a formidable achievement. As a high-level player, you have the chance to unlock a unique feature that can significantly boost your in-game wealth — the Treasury.

The Treasury is an exclusive benefit for high-level players, where you gain access to extra rewards. The Treasury accumulates rewards from various in-game actions, making it a valuable asset for players at advanced stages of the game. It becomes available to heroes who have attained a level equal to or exceeding the last biome's level requirement.

For instance, if the game initially features four biomes, you'll become eligible for the Treasury when your hero reaches the 15th level. However, if the development team introduces additional 2 biomes in a future game season, you'll need to reach the 25th level to regain eligibility for the Treasury.

The Treasury serves as an incentive for your ongoing progress. It motivates high-level players to keep pushing the boundaries of their hero's abilities, explore new adventures, and take on more challenging quests. The more you achieve, the more you can potentially earn.

When your hero qualifies for the Treasury, you'll notice an icon adjacent to the "New Adventure" button on the Adventure Search page <img src="/files/fIFVjqjM4B8s7chzCokf" alt="" data-size="original">. By selecting this icon, you'll access a dedicated section where you can explore details about the Treasury and choose your preferred reward tokens


---

# 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://docs.sacra.cc/sacra-whitepaper/game-overview/gameplay/map/treasury.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.
