> 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/collecting-pets/capture.md).

# Capture

### 🖐 **Catching Enemies**

After completing certain levels, catching gameplay will be available. Users can use the **capture box** to catch enemies and obtain the captured pet upon successful capture. The capture probability is affected by two factors: the level of the pet box and capture difficulty of this pet..&#x20;

Pet boxes classified from low to high as:

* <mark style="color:green;">PetBox</mark> (green)
* <mark style="color:blue;">SuperBox</mark> (blue)
* <mark style="color:purple;">UltimaBox</mark> (purple)

If a capture attempt fails, the probability of the next attempt will slightly increase.&#x20;

You can use diamonds to increase the probability, but the maximum limit for the probability enhancement is 50%.

![](/files/C24ClLwdVWWKAVkC2lcV)

### 🖐 **Catching Arena**

Users can also enter Catching Arena for desired pets by spending spMMM or capture tickets. The range of pets that can be captured are the pets that have been unlocked.&#x20;

**Unlock condition for the Catching Arena:** pass main storyline level 50

* Users can capture pet up to 3 times per day.
* Catching B-tier requires spending spMMM.
* Catching A-tier pets and S-tier pets requires using capture tickets.
* Users need a capture box during the capturing process.

<div align="left"><figure><img src="/files/UFPPjh7zdg0LBo89w7Ph" alt="" width="353"><figcaption></figcaption></figure></div>

{% hint style="info" %}
Capture tickets can be obtained by challenging the world boss.
{% endhint %}

Attend Meta Merge event when possible, there are also chances to get Event Treasure Box which may contain special edition pets that are hard to find elsewhere.


---

# 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/collecting-pets/capture.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.
