> For the complete documentation index, see [llms.txt](https://zoppels-organization.gitbook.io/zoppel-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zoppels-organization.gitbook.io/zoppel-whitepaper/game-and-gameplay/the-legend-of-furiax/meta-game/chest.md).

# Chest

Each chest can have different levels of rarity:

Bronze;

Silver;

Gold;

Platinum.

When a chest is collected, it is automatically placed in one of the slots designated for chest opening available on the Chest screen.

If the slots are all full, a message will be shown at the beginning of the game warning the player that he or she cannot collect chests without freeing a slot first.&#x20;

The rarity ivlevel of the chest determines the amount of rewards the player will find in it and the amount of time it will take to open it.

**Details**

Chests can contain:

Soft currency;

Hard currency common;

Hard currency rare;

XP points;

magnet powerup;

shield powerup;

bomb powerup;

double shot powerup;

equipment shards;

larvae of Furiex


---

# 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:

```
GET https://zoppels-organization.gitbook.io/zoppel-whitepaper/game-and-gameplay/the-legend-of-furiax/meta-game/chest.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.
