> For the complete documentation index, see [llms.txt](https://realgo.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://realgo.gitbook.io/whitepaper/meme-pet-system/pet-release-system.md).

# Pet Release System

#### **Pet Release System**

The **Pet Release System** allows players to set their captured pets free in exchange for valuable in-game resources.\
When a pet is released, the player will receive a certain amount of **Fragments**, which are essential materials used for **Pet Star-Up** (upgrading a pet’s star level).

**How It Works**

1. Players can select any pet they no longer need and choose the **“Set them free”** option.
2. Once confirmed, the pet will be permanently removed from the player’s inventory.
3. In return, players receive **Fragments** based on the pet’s rarity and level.

**Fragment Utility**

* **Star-Up Material:** Fragments are used to upgrade the star level of other pets, improving their attributes and overall battle power.
* **Progression Resource:** The Pet Release System ensures a sustainable in-game economy, encouraging players to capture, upgrade, and optimize their pet lineup.

**Key Notes**

* Released pets cannot be restored.
* Higher rarity pets yield higher rarity **Fragments**.
* Strategic release of surplus pets helps players grow stronger more efficiently.

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

**SSR** and **SR** pets **cannot be released**. **S**, **A**, and **B** grade pets can be released to obtain a **Star-Up Material** corresponding to their Rarity.

**Pet Release Material Table:**

| Pet Rarity | Item        | Quantity |
| ---------- | ----------- | -------- |
| B          | Star Badge  | 1        |
| A          | Star Crest  | 1        |
| S          | Star Emblem | 1        |

**Star Wings:** This item can only be obtained from **event drops** and **cannot be acquired through pet release**.


---

# 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://realgo.gitbook.io/whitepaper/meme-pet-system/pet-release-system.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.
