# Hatch

Each player owns an egg that contains equipment. With each Hatch attempt, the egg will summon a random body part, which you can use to equip in your equipment slots.

<figure><img src="/files/97jZ3SgfVXbTaC9XioAM" alt="" width="375"><figcaption></figcaption></figure>

These pieces of equipment will increase three stats: Level, Attack (ATK), and Defense (DEF) for your character. Each Hatch costs 100 coins per attempt.

Equipment will vary in rarity, which is indicated by the color of the item.

<figure><img src="/files/eLI5kK8udedM44edveAn" alt="" width="375"><figcaption></figcaption></figure>

Each equipment slot can only hold one item. When you replace equipment in a slot, the old equipment will be removed.


---

# 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://ton-doc.roosterbattle.net/how-to-play/equipments/hatch.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.
