# 卡牌信息

**NFT卡牌介绍（NFT）**

![](/files/-M_yGJn3zxH5HLNkX-Tt)

DeHero的NFT卡牌基于ERC-721协议，每张卡牌包括：英雄信息，英雄排位，卡牌品质，战力及HEROES五个要素。

* 英雄信息：初始包含48位随机英雄，后续会随着版本更新，增加更多的知名英雄。
* 英雄排位：每个英雄都拥有一个排位编号，同一英雄不同品质的排位编号相同，如：白色阿努比斯与橙色阿努比斯，排位编号都为001。

{% content-ref url="/pages/-MYd7inPFvh\_bwvzxdFc" %}
[英雄羁绊](/dehero/english-2/collect/4-7.md)
{% endcontent-ref %}

* 卡牌品质：每个英雄都拥有六个品质，由高到低分别为金色，橙色，紫色、蓝色，绿色，白色品质越高，战力越高，筑底的HEROES数量也越多。
* 卡牌战力：每个卡牌根据品质不同，所拥有的战力也不同，卡牌的战力决定了挖矿效率。

![](/files/-MdakLfDhZVe51H8PzZP)

* HEROES：质押获得的卡牌会根据质押数锁定相应数量的HEROES代币，卡牌生成48小时后可以进行销毁，同时可以获得释放的HEROES代币。


---

# 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://mixmarvel.gitbook.io/dehero/english-2/stake/3-3.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.
