# Collections

### Overview <a href="#b03a6c0b-2088-41e1-a34e-b0d826efb189" id="b03a6c0b-2088-41e1-a34e-b0d826efb189"></a>

Collections are used to obtain [Monsters](/zomland-whitepaper/game-overview/monsters.md) . To get the monster you need to collect 10 zombies from the same collection. As a result, the features of the monster (health, attack, intellect) and its ZML tokens price equals the sum of all the features of the collected zombies multiply by modifier that depends on final rarity.

> *Note: Speed for monster always equal 1.*

The chance to get some rarity of the Monster card will be selected based on the rarity of the collected zombies. For mint Monster you need to pay ZML tokens - required amount depends on selected zombie Card Rarity:

* **Common**: +50 ZML.
* **UnCommon**: +100 ZML.
* **Rare**: +200 ZML.
* **Epic**: +400 ZML.

💡 **Monster Card Rarity calculation example:**

Zombies you’ve been collected 10 zombies: - **`6`** Common - **`3`** Uncommon - **`1`** Rar&#x65;**.**

As result, your chance to get monste&#x72;**:** - Common **`60%`** - Uncommon **`30%`** - Rare **`10%`**

Total ZML amount for mint this Monste&#x72;**:** (`6` *x* 50) + (`3` *x* 100) + (`1` *x* 200) = `800` ZML


---

# 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://zomland.gitbook.io/zomland-whitepaper/collections.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.
