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

# NFT Cards

In the world of $CHI, **cards are more than just collectibles — they're your gateway to fortune, strategy, and unforgettable adventures**. With **four unique rarities** —*Uncommum*, *Common, Rare,* and *Legendary* — each card holds the power to shape your journey. Whether you're exploring the unknown or unlocking new possibilities, your deck is the ultimate key to progression and discovery.

***

{% hint style="success" %}
🃏 **How to get Cards:**
{% endhint %}

Cards in **$CHI** can be obtained through two exciting avenues, offering distinct paths for players to enhance their collection and gameplay strategy:

* **Direct Purchase:** Acquire specific cards through the marketplace to build a deck that matches your style and objectives. Perfect for those who prefer control and tactical precision.

* **Exploration & Mystery Boxes:** Dive into the adventure and discover **Mystery Boxes** hidden during your explorations. These boxes are earned as you progress through the game, and each unboxing is packed with suspense. Inside, you might uncover anything from common companions to ultra-rare cats capable of reshaping your entire journey.

> *$CHI cards are more than just collectibles; they're the heart and soul of your gameplay. As you gather, trade, and master these cards, you'll uncover their unique abilities and harness their potential to conquer challenges and earn your place among $CHI's elite.*

**Are you ready to embrace the magic of $CHI cards?**\
Whether you're seeking Common, Rare, Epic, or Legendary treasures, the adventure awaits.


---

# 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://whitepaper-chi.gitbook.io/docs/game-features/nft-cards.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.
