# 通证

进化星球是一个奇妙的通证星球。所有资产都以玩家持有的通证表示。它们分为两类：

* **FT** (fungible tokens aka. ERC20 / TRC20)&#x20;
* **NFT** (non - fungible tokens aka. ERC721 / TRC721).

## FT（同质化通证）

|                  通证图标                 | 通证名称                                                           |
| :-----------------------------------: | -------------------------------------------------------------- |
|  ![RING](/files/-MNUoTBOiTYG0o7T9i-z) | [RING](/simplified-chinese/getting-started/tokens/ring.md)     |
|  ![KTON](/files/-MNUnjgzKzDKnO19Ov2X) | [KTON](/simplified-chinese/getting-started/tokens/kton.md)     |
|  ![GOLD](/files/-MNUnjh-NVm1FPvo39xi) | [GOLD](/simplified-chinese/getting-started/tokens/resource.md) |
|  ![WOOD](/files/-MNUnjh0en7c54FDcFES) | [WOOD](/simplified-chinese/getting-started/tokens/resource.md) |
| ![WATER](/files/-MNUnjh19JTSMHUHX4ep) | [HHO](/simplified-chinese/getting-started/tokens/resource.md)  |
|  ![FIRE](/files/-MNUnjh2cn0Xyoa9W1hz) | [FIRE](/simplified-chinese/getting-started/tokens/resource.md) |
|  ![SIOO](/files/-MNUnjh3KWSA9iXDGB31) | [SIOO](/simplified-chinese/getting-started/tokens/resource.md) |

## NFT（非同质化通证）

以下是一些 NFT 的示例类别。

|                      通证图标                      | NFT 分类                                                             |
| :--------------------------------------------: | ------------------------------------------------------------------ |
|      ![LAND](/files/-MNUnjh446FUvEDc-Ru4)      | [地块](/simplified-chinese/getting-started/game-entities/land.md)    |
| ![FEMALE APOSTLE](/files/-MNUnjh5OUyy9SM0HXQs) | [使徒](/simplified-chinese/getting-started/game-entities/apostle.md) |
|  ![MALE APOSTLE](/files/-MNUnjh6Rclr8Driq82B)  | [使徒](/simplified-chinese/getting-started/game-entities/apostle.md) |
|     ![DRILL1](/files/-MNUnjh7SYdaIKqTfmmY)     | 钻头 lv1                                                             |
|     ![DRILL2](/files/-MNUnjh8khYV-xh8ugXW)     | 钻头 lv2                                                             |
|     ![DRILL3](/files/-MNUnjh9tVNqJrjLS81M)     | 钻头 lv3                                                             |


---

# 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.evolution.land/simplified-chinese/getting-started/tokens.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.
