> For the complete documentation index, see [llms.txt](https://chainofrealms.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chainofrealms.gitbook.io/whitepaper/nft/cards.md).

# Cards

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

**Cards** are the core gameplay item and a unique NFT asset. Use them to build your battle deck and defeat other players. Up to 6 cards can be used in gameplay. Currently, they can only be obtained from special **Genesis packs** - [<mark style="color:green;">**Genesis card packs**</mark>](/whitepaper/nft/genesis-card-packs.md)

Initially, the game is planned to launch with over 200+ different cards.

<figure><img src="/files/xxtnRkp1B4XawOpT6XdP" alt="" width="375"><figcaption><p>Common card</p></figcaption></figure>

**Card Rarity**

* ⚪ Common
* 🔵 Rare
* 🟣 Epic
* 🟡 Legendary
* 💎 Mythic

**Card Parameters**

* 📇 Name
* 📋 Description
* 🖼️ Image
* ⏳ Activation timer (how often the card triggers its effects)
* 🏷️ Attributes (some cards, talents, or heroes interact with cards of specific attributes)
* 📶 Power

❗ To participate in the game, each player needs at least one card and one hero in their inventory

❗No more than 2 copies of the same card

❗ The game has rarity limits when building a deck! (Common and Rare cards have no limits) — Maximum 1 Legendary 🟡 — Maximum 1 Epic 🟣


---

# 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:

```
GET https://chainofrealms.gitbook.io/whitepaper/nft/cards.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.
