> For the complete documentation index, see [llms.txt](https://litepaper.metamerge.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://litepaper.metamerge.xyz/gameplay/evolve/merge.md).

# Merge

***Merge two pets to create a single, higher-level pet.*** This feature provides an opportunity to strategically combine users' existing pets to create even stronger pets.

### **Condition**:&#x20;

Same [race](/gameplay/collecting-pets/pet-attributes.md#race) of pets with the same [sta](/gameplay/collecting-pets/pet-attributes.md#star-rating)[r-rating](/gameplay/collecting-pets/pet-attributes.md#star-rating) can be merged. After merging, the original pets are destroyed and a new pet is generated.&#x20;

When two pets have the same star-rating and are identical, both icons will flash, and an evolve button will appear on the pet viewing interface. Clicking on this button will trigger a confirmation window asking whether you want to proceed with the merging process.

To merge an NFT with a pet requires spending spMMM equal to the spMMM cost of minting that pet into an NFT.This process is equivalent to minting the pet into an NFT first; then, merging two NFTs afterward.

### Merge Path:

<table><thead><tr><th width="238">Target Pet</th><th width="240.33333333333331">Pets Needed</th><th data-hidden>$MMM</th><th data-hidden>BNB</th></tr></thead><tbody><tr><td><mark style="color:green;"><strong>B-</strong></mark>⭐️</td><td>-</td><td></td><td></td></tr><tr><td><mark style="color:green;"><strong>B</strong></mark>-⭐️⭐️</td><td>2 * <mark style="color:green;"><strong>B-</strong></mark><strong>⭐️</strong></td><td></td><td></td></tr><tr><td><mark style="color:green;"><strong>B-</strong></mark>⭐️⭐️⭐️</td><td>2 * <mark style="color:green;"><strong>B-</strong></mark>⭐️⭐️</td><td></td><td></td></tr><tr><td><mark style="color:blue;"><strong>A</strong></mark><strong>-</strong>⭐️</td><td>2 * <mark style="color:green;"><strong>B-</strong></mark>⭐️⭐️⭐️</td><td></td><td></td></tr><tr><td><mark style="color:blue;"><strong>A-</strong></mark>⭐️⭐️</td><td>2 * <mark style="color:blue;"><strong>A-</strong></mark>⭐️</td><td></td><td></td></tr><tr><td><mark style="color:blue;"><strong>A-</strong></mark>⭐️⭐️⭐️</td><td>2 * <mark style="color:blue;"><strong>A-</strong></mark>⭐️⭐️</td><td></td><td></td></tr><tr><td><mark style="color:blue;"><strong>A-</strong></mark>⭐️⭐️⭐️⭐️</td><td>2 * <mark style="color:blue;"><strong>A-</strong></mark>⭐️⭐️⭐️</td><td></td><td></td></tr><tr><td><mark style="color:purple;"><strong>S-</strong></mark>⭐️</td><td>2 * <mark style="color:blue;"><strong>A-</strong></mark>⭐️⭐️⭐️⭐️</td><td></td><td></td></tr><tr><td><mark style="color:purple;"><strong>S-</strong></mark>⭐️⭐️</td><td>2 * <mark style="color:purple;"><strong>S-</strong></mark>⭐️</td><td></td><td></td></tr><tr><td><mark style="color:purple;"><strong>S-</strong></mark>⭐️⭐️⭐️</td><td>2 * <mark style="color:purple;"><strong>S-</strong></mark>⭐️⭐️</td><td></td><td></td></tr><tr><td><mark style="color:purple;"><strong>S-</strong></mark>⭐️⭐️⭐️⭐️</td><td>2 * <mark style="color:purple;"><strong>S</strong></mark><strong>-</strong>⭐️⭐️⭐️</td><td></td><td></td></tr><tr><td><mark style="color:purple;"><strong>S</strong></mark><strong>-</strong>⭐️⭐️⭐️⭐️⭐️</td><td>2 * <mark style="color:purple;"><strong>S</strong></mark><strong>-</strong>⭐️⭐️⭐️⭐️</td><td></td><td></td></tr></tbody></table>

After successfully merging pets, users can choose to mint the new pet as NFT.

{% hint style="info" %}
The highest level that can be obtained through pet catching or summoning is <mark style="color:purple;">**S-**</mark>⭐️. To obtain <mark style="color:purple;">**S-**</mark>⭐️⭐️ and above, it is necessary to obtain them through merging.&#x20;
{% endhint %}

![](/files/pA3iTMC6C7y2OSeXcXXP)

<br>


---

# 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://litepaper.metamerge.xyz/gameplay/evolve/merge.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.
