# Catching

In Chainmonsters, creatures are examined and captured through the Replicator device. This stellar piece of technology comes in many variations and utilizes Shard-Energy to function.

Every time you attempt to capture, a bit of Replicator-Energy is consumed. The success rate greatly depends on the moment of time you are attempting to capture a wild Chainmon, as it is influenced by the following criteria:

#### Capture Success Determinator <a href="#catching-capturesuccessdeterminator" id="catching-capturesuccessdeterminator"></a>

* remaining Health left of opposing Chainmon
* level difference between your squad and opposing Chainmon
* current Replicator tier/level and bonus affixed against opposing Chainmon
* any currently active negative status effects applied to opposing Chainmon

Strategic selection of your battle style as well as taking close attention to the current circumstances are key to master the capturing of wild Chainmons and therefore optimizing your capture-success-rate.

After you have successfully captured a wild Chainmon it is added to your Squad or Storage and can further be trainer, upgraded or utilized.


---

# 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://wiki.chainmonsters.com/game-mechanics/catching.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.
