> For the complete documentation index, see [llms.txt](https://docs.pett.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pett.ai/overview/pettbro-graveyard.md).

# PettBro Graveyard

## 🖤 PettBro's Death

***

In the world of Pett.ai, safeguarding the well-being of your virtual buddies is paramount. However, if the nurturing and attention provided to your PettBro fall beneath a crucial level, it could face a tragic outcome - perishing! 👻

### ⚖️ Death **Conditions**

A PettBro's death occurs when **all** of the vital statistics drop top 0 points for an extreme and extended period of time.

1. **🚨 Critical State Trigger**

   PettBros won't perish instantly upon reaching these low stats. Instead, it enters a critical state, and a 48h countdown to potential death begins.<br>
2. 🕒 **Monitoring the Countdown**

   During this period, the system continuously monitors the PettBro’s stats and the time elapsed since entering the critical state.<br>
3. 💀 **Final Determination**

   If, after the specified timeframe, the PettBro's stats remain critically low, it enters the **Heaven State.**&#x20;

{% hint style="info" %}
*But wait…* All hope is not lost just yet… ⚰️
{% endhint %}

## 🌟 **Heaven State**

***

While the passing of a PettBro is undoubtedly a somber event, it doesn't necessarily mean farewell forever. Pett.ai offers you a time limited chance to bring your virtual companion back to life under certain conditions, requiring a considerable amount of in-game resources. These resources can include Tokens, XP, or even special consumable items designed for revival purposes.&#x20;

The exact requirements can vary throughout time. As it currently stands, the revival price is given **by the following function:**

$$
\text{Revive Price}\_{ETH} = 0.001 \times \left( 1.559 \times \left\lfloor \sqrt{\frac{xp}{100}} \right\rfloor \right)^{0.559}
$$

*where*

$$
\text{level} = \left\lfloor \sqrt{\frac{xp}{100}} \right\rfloor
$$

## 🪦 Graveyard State

***

Unfortunately, your PettBro can't be in the Heaven State forever. After 7 days have elapsed since entering the Heaven State, your PettBro will be officially deemed as deceased and will not be brought to life by any means, putting a definite end to your journey in Pett.ai. &#x20;

### 💽 Loot redistribution

After passing, in order to keep the community stronger, passing PettBro's in-game loot is distributed among fellow PettBros as a homage symbol for those who parted ways! This loot split goes as follows:

$$
\begin{align\*} \text{$AIP}&= \begin{cases} 50% \text{ : burned} \ 50% \text{ : community prizes } \end{cases} \ \text{$ETH}&= \begin{cases} 50% \text{ : Pett.ai R\&D }\ 50% \text{ : leaderboard distribution } \end{cases} \end{align\*}
$$


---

# 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.pett.ai/overview/pettbro-graveyard.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.
