> For the complete documentation index, see [llms.txt](https://web3-13.gitbook.io/cardx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web3-13.gitbook.io/cardx/getting-started/card-minting.md).

# Card Minting

**🚀 Card Minting System**\
The card minting function is one of CARDX’s core Web3 features. It officially secures the ownership of virtual cards drawn by users as on-chain NFT assets, granting them uniqueness, liquidity, and collectible value.

🪙 **Minting Mechanism**

* **Applicable Rarity**: Only SR / SSR cards are eligible for minting.
* **Minting Fee**: Platform tokens are required for the minting cost (the quantity increases with the card's rarity).
* **Asset Ownership**: Each minted card generates a unique NFT with its own Token ID.

🔗 **Minting Rights**

* **Digital Asset Certification**\
  Each NFT card has a unique on-chain identifier (TokenID + metadata hash), ensuring that the user has full ownership and control.\
  Users can verify the origin, ownership history, and rarity information of all cards through blockchain explorers.
* **Free Trading and Circulation**\
  Successfully minted NFT cards unlock trading rights, allowing users to freely list, transfer, or sell within the platform or on external NFT markets (like Magic Eden or OpenSea).\
  All transactions will retain complete records to prevent fraud and counterfeiting.

🔄 **Minting Economic Logic Cycle**\
All mint operations consume platform tokens:

* When the circulating supply of tokens < 50%, consumption will enter burn logic (deflationary).
* When circulating supply ≥ 50%, tokens will be moved to the community governance pool, where the community can vote on their usage (such as deflationary burns, reward programs, development funds, etc.).


---

# 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://web3-13.gitbook.io/cardx/getting-started/card-minting.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.
