# Fusion

Players can fuse their pets into a new pet with a different rarity level, thus fusion is one of the most important mechanics of the Pethereum metaverse. When two pets enter the fusion chamber, a new pet emerges and inherits the physical traits of parent pets but the parent pets disappear forever. Since all pets have a rarity level based on their physical traits, the result of the fusion can be a pet with better stats or lesser stats. This result is solely based on the physical traits of parent pets because a new physical trait cannot be generated with the fusion.

![](/files/DmHiKI9FUT34oGc0lCU1)

Calculation of fusion’s chances is simple since all the physical traits (hair, ear, eye, mouth, tail, feet, color, second color, body shape, pattern) have a rarity level and this rarity level will determine the result of the fusion. The dominance of a physical trait is based on the rarity level of the two fused parts. You can see fusion calculation below.

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


---

# 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://whitepaper.pethereum.io/gameplay/fusion.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.
