# NFT Collection

When players are engaged in the game and completing daily tasks, they have the chance to earn card packs. Each card pack is guaranteed to contain an NFT fragment. These NFT fragments belong to a complete NFT series and can be combined using the minting function to create complete NFTs and tradeable items.

<figure><img src="/files/PBa12Ebb7qxhQOiyub1V" alt="" width="251"><figcaption></figcaption></figure>

**NFT Fragments**: There are three levels of NFT fragments: 3-star fragments, 4-star fragments, and 5-star fragments.

**NFT Album Series**: Composed of 3 to 12 NFT fragments, most complete NFTs have unique functional effects. You need to collect all the NFT fragments in the series to mint and use them.

**Card Packs**: There are two types of card packs: Regular Card Packs and Super Card Packs. Opening a card pack will yield 3-5 star NFT fragments. Regular Card Packs have a low probability of containing 5-star fragments, while Super Card Packs have a higher probability of containing 4-5 star fragments.

#### Ways to Obtain Card Packs

**Regular Card Pack:**

1. Playing arcade games
2. Completing tasks
3. Event giveaways

**Super Card Pack:**

1. Complete the mission
2. Use AXC to purchase

#### Sources of Album NFTs:

* ArcX official NFTs
* Third-party collaboration NFTs


---

# 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://whitepaper.arcx.gg/nft/nft-collection.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.
