# 什么是Token标准？ERC20是什么？

## 什么是 Token 标准？

Token 标准是在区块链平台上创建和部署代币的规则集合，它定义了代币的行为方式、属性和功能。这些标准确保不同代币之间的兼容性和互操作性。

## ERC20 是什么？

ERC20 是以太坊区块链上最常用的代币标准之一，它定义了代币基本功能的接口，包括：

* **代币余额查询：**&#x83B7;取指定地址的代币余额。
* **代币转移：**&#x5C06;代币从一个地址转移到另一个地址。
* **代币允许：**&#x5141;许一个地址从另一个地址扣除代币。
* **总代币供应量：**&#x83B7;取代币的总发行量。

## ERC20 的特点：

* **可互换性：**&#x540C;类型的 ERC20 代币具有相同价值，可以相互交换。
* **可编程性：**&#x45;RC20 代币可以与智能合约互动，从而实现更高级的功能。
* **广受欢迎：**&#x5927;多数以太坊钱包和交易所都支持 ERC20 代币，使其具有广泛的流动性。

## ERC20 的应用：

ERC20 标准被广泛用于以下场景中：

* **实用型代币：**&#x7528;于特定平台或服务的代币，提供对产品或服务的访问权限。
* **治理代币：**&#x5141;许代币持有人参与项目治理，例如投票权。
* **稳定币：**&#x4E0E;法定货币挂钩的代币，旨在保持稳定的价值。
* **证券型代币：**&#x4EE3;表真实世界资产的代币，例如股票或债券。

如有不明白或者不清楚的地方，请加入官方电报群：[**https://t.me/gtokentool**](https://t.me/gtokentool)


---

# 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.gtokentool.com/qu-kuai-lian/shen-me-shi-token-biao-zhun-erc20-shi-shen-me.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.
