# ERC 與 EIP

> **最後更新：2026 年 1 月**

ERC是Ethereum Request for Comments的英文字母開頭簡寫，而EIP是Ethereum Improvement Proposal的英文字母開頭簡寫，通常由區塊鏈工程師發佈在[以太坊開源專案的Github的Issue欄位](https://github.com/ethereum/EIPs/issues)。

ERC是將開發規則統一為標準的提案，而EIP是任何對以太坊區塊鏈的進步提供建議的提案。ERC和EIP後面伴隨的數字是依照提案提出的先後順序，並非具有特殊意義，如ERC20是指第20個提出的。目前官方認可的ERC標準有ERC20和ERC721，均為以太坊上代幣種類標準的規範。

***

#### 相關條目

* [ERC20：代幣標準](/zhi-neng-he-yue-de-shi-jie/erc20-1.md)
* [ERC721](/shu-wei-yi-shu-yu-shou-cang-pin/erc721.md)
* [ERC1155](/shu-wei-yi-shu-yu-shou-cang-pin/erc1155.md)

#### 參考資料


---

# 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://www.0x1.academy/zhi-neng-he-yue-de-shi-jie/smart-contract/smart-contract-developer/erc-eip.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.
