# 🗺️ Geocaches

**Treasure Reward System:**

| Treasure Type | Difficulty / 10 | Deterministic Rewards | Probabilistic Rewards |
| ------------- | --------------- | --------------------- | --------------------- |
| Common        | 1-3             | 1 Loot Pack           | Common Loot Packs     |
| Rare          | 4-6             | 2 Loot Packs          | Rare Loot Packs       |
| Epic          | 7-9             | 3 Loot Packs          | Epic Loot Packs       |
| Legendary     | 10              | 4 Loot Packs          | Legendary Loot Packs  |

**Loot Packs and Probabilities:**

*Note: Probabilities are based on the content percentages for each loot pack.*

**Common Loot Pack:**

* Common: 80%
* Uncommon: 15%
* Rare: 4%
* Epic: 1%

**Rare Loot Pack:**

* Common: 65%
* Uncommon: 20%
* Rare: 10%
* Epic: 5%

**Epic Loot Pack:**

* Common: 50%
* Uncommon: 25%
* Rare: 20%
* Epic: 5%

**Legendary Loot Pack:**

* Common: 40%
* Uncommon: 30%
* Rare: 20%
* Epic: 10%

**Content of Each Loot Pack:**

*Note: The content percentages are derived from the probabilistic rewards of each loot pack.*

{% hint style="info" %}
**Difficulty:** Can be defined by how hard it will be to find the treasure, can be lowered through various factors that comes from the NFT perks/level. The [luck](/game-fi-elements/wishbones.md#wishbone-traits) perk increases the percentage of each loot type.
{% endhint %}


---

# 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.geocachingo.com/game-fi-elements/geocaches.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.
