# Pet System

Pets can be obtained through Gacha boxes or via crafting (cost: 50 shards). Pets can be levelled up by using the “pet food” item, which can be obtained via the referral system. Levelling up a pet will increase their gold multiplier.

### Pet Types

* **Common**: Ratatoskr
* **Epic**: Gryphon
* **Legendary**: Cerberus

<figure><img src="/files/o1ojEtu8kAtJxtxlDiEF" alt=""><figcaption><p>Left to right: Cerberus, Ratatoskr, Gryphon</p></figcaption></figure>

| Pet Level | Exp Required | Shards Required |
| :-------: | :----------: | :-------------: |
|     1     |      300     |        0        |
|     2     |      840     |        4        |
|     3     |     1,572    |        8        |
|     4     |     2,650    |        12       |
|     5     |     4,349    |        16       |
|     6     |     7,168    |        20       |
|     7     |    12,003    |        24       |
|     8     |    20,466    |        28       |
|     9     |    35,459    |        32       |
|     10    |    62,207    |        36       |

{% hint style="info" %}
**\*Note:** The values in the table are just examples - final values are yet to be determined.
{% 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://bountytemple.gitbook.io/whitepaper-v1/gameplay/pet-system.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.
