# Tokens

Evolution Land is a wonderland full of tokens. All properties are represented by tokens owned by players. They are categorized into two groups:

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

## FT (Fungible Tokens)

|               Token Icon              | Token Name                                  |
| :-----------------------------------: | ------------------------------------------- |
|  ![RING](/files/-MNUoTBOiTYG0o7T9i-z) | [RING](/getting-started/tokens/ring.md)     |
|  ![KTON](/files/-MNUnjgzKzDKnO19Ov2X) | [KTON](/getting-started/tokens/kton.md)     |
|  ![GOLD](/files/-MNUnjh-NVm1FPvo39xi) | [GOLD](/getting-started/tokens/resource.md) |
|  ![WOOD](/files/-MNUnjh0en7c54FDcFES) | [WOOD](/getting-started/tokens/resource.md) |
| ![WATER](/files/-MNUnjh19JTSMHUHX4ep) | [HHO](/getting-started/tokens/resource.md)  |
|  ![FIRE](/files/-MNUnjh2cn0Xyoa9W1hz) | [FIRE](/getting-started/tokens/resource.md) |
|  ![SIOO](/files/-MNUnjh3KWSA9iXDGB31) | [SIOO](/getting-started/tokens/resource.md) |

## NFT (Non-Fungible Tokens)

Below are some sample categories of NFTs.

|                   Token Icon                   | NFT Class                                            |
| :--------------------------------------------: | ---------------------------------------------------- |
|      ![LAND](/files/-MNUnjh446FUvEDc-Ru4)      | [LAND](/getting-started/game-entities/land.md)       |
| ![FEMALE APOSTLE](/files/-MNUnjh5OUyy9SM0HXQs) | [APOSTLE](/getting-started/game-entities/apostle.md) |
|  ![MALE APOSTLE](/files/-MNUnjh6Rclr8Driq82B)  | [APOSTLE](/getting-started/game-entities/apostle.md) |
|     ![DRILL1](/files/-MNUnjh7SYdaIKqTfmmY)     | DRILL lv1                                            |
|     ![DRILL2](/files/-MNUnjh8khYV-xh8ugXW)     | DRILL lv2                                            |
|     ![DRILL3](/files/-MNUnjh9tVNqJrjLS81M)     | DRILL 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/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.
