# Managing your Pet

<figure><img src="/files/WKTic3JsWtGFgp2rvHyU" alt=""><figcaption><p>Pet Points</p></figcaption></figure>

<figure><img src="/files/V1q0yKeggETsvKCwlgc1" alt=""><figcaption></figcaption></figure>

Your PixelPal will be your virtual companion that requires to be fed and played with. Every pet will have the following layers of progression:&#x20;

1. Time of Death&#x20;
2. Pet Points&#x20;
3. Pet Level&#x20;

You can feed your pet different types of food via accessing the shop. Each food item will output differing values of TOD and Pet Points.&#x20;

* Food items cannot be stored for future consumption (i.e. no inventory system). Buying >1 qty of food will be auto consumed by the pet. &#x20;

You can also harvest crops from your garden, which will give you TOD and Habitat Value and Pet Points (though scaled to be lower than purchased in the shop).&#x20;

<figure><img src="/files/2IymE3M3d3m2wbmMnPHC" alt=""><figcaption></figcaption></figure>

### Time of Death

Time of Death, or TOD, is the timer to which the pet will remain alive.&#x20;

1. Every pet will begin with a TOD of 1 day.&#x20;
2. The maximum TOD any pet can have is 3 days.
   * Consumption of additional items will not increase TOD beyond 3 days.
3. When TOD reaches 0, the pet will die but the NFT will not be burnt.
4. It is possible to kill a pet by overconsuming negative TOD items (e.g. soju, beer).&#x20;
5. Base layer progressions (i.e. pet points and levels) will not be impacted by TOD reaching 0.&#x20;
   * Users however cannot interact with game modules and shop modules when TOD is 0.&#x20;
   * Users can purchase revival potions to continue with their game progression.

### Pet Points&#x20;

Pet Points govern the user's placement in the leaderboard. Pet Points can be gained through consuming in-game food items or harvesting crops from the garden.&#x20;

### Pet Level

Every pet will have a level, which is governed by experience points (XP). Every 1 minute of pet survival time will output 1 XP. XP will not increase when the pet is dead (i.e. TOD = 0).&#x20;

* Levels 1 \~ 10 will require 300 XP to level up.&#x20;
* Level 10\~100 will require 700 XP to level up.&#x20;
* All pets will start at Lv.1 and max level will be capped at Lv.100 for season 1.&#x20;

Users will be able to earn rewards as they progress through the levels, though the rewards will be different based on whether a [user holds a PixelPass](/pixelpals-documentation-season-0/level-milestones.md) or not.


---

# 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://liquidx.gitbook.io/pixelpals-documentation-season-0/managing-your-pet.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.
