# NFT Card

The image and attributes of the NFT chosen by the user are analyzed by AI algorithms. \
The appearance and attributes of the card are determined based on the existing NFT.

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

The newly created NFT cards are endowed with six attributes: Mana, Faction, Cost, Rarity, Attack, HP, and Card Ability.

#### ① Mana Cost

The cost to play a card from your hand.

* A certain quantity of Mana must be consumed in order to submit each card to the field; Mana increases by 1 per turn.

#### ② Rarity

* Rarer cards are less common when opening packs. - Common, uncommon, rare, or mythic
* Cards are rated according to their qualities; cards with higher grades have more abilities but also demand more Mana to use.

#### ③ Faction

* Every card has a race attached to it, and each race is differentiated based on certain traits. Pyromancers | Verdants | Aquarials | Neutral
* Based on their racial traits, cards are classified into attack, defense, and balancing categories. Depending on how they are used, they may also have passive abilities.

#### ④ Card Ability

* Hovering over a card reveals its unique abilities.
* Cards contain specific abilities in addition to basic attack and health. Depending on certain traits and time, these abilities might decide the game’s conclusion.

#### ⑤ HP

* When it reaches zero, the card is destroyed.
* When an opponent attacks one of my cards, they can withstand the attack by spending their HP; but, if their HP is exhausted, they are destroyed on the field.

#### ⑥ Attack

* Your attack reduces the other card's HP.
* Attack power can do powerful damage to an opponent directly and to their field, but it can also be prevented by abilities.

The NFT card system is initially applied to the Meta Match game, and the attributes of NFT cards may vary depending on the games added in the future.


---

# 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://docs.batching.ai/batchingai/what-is-batching.ai/nft-card.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.
