# 4.10 EIP-3712：多种批量同质化通证标准（故事）

{% embed url="<https://daism.io/zh/social/coreblog/35-eip3712v1.html>" %}

**动机：**

ERC20是单一同质化通证标准，当交易涉及多个同质化通证时候，需要加载数量等同的合约。ERC1155把同质性同质化通证和非同质化通证结合在一起，在授权方面缺乏数量方面的授权，对于某一个id的授权与及多个地址同时授权。在交易方面缺乏多个地址对多个通证的转账。本提案弥补ERC20和ERC1155的不足之处，使得其适合多同质化通证进行授权与交易等应用场景。这也就是说本通证标准能够通过一个合约同时管理多个同质化通证，能够让多个发送方对多个接收方的多个通证的交易一次性完成，因此未来dApp数量越多，本标准就越能节省它们所消耗的内存和gas等资源、越能提升合约的综合交互效率——很显然，如果我们能使用一个基于该标准的智能合约为整个行业提供通证发行的通用的无需许可的解决方案，那将给区块链的发展带来很大的启迪，同时对于凸显区块链的效率也将起到非常好的示范作用。

详情请见：

{% embed url="<https://www.daism.io/zh/social/coreblog/28-eip3712cn.html>" %}
EIP-3712详情
{% endembed %}

当然，很重要的一点标准里面是不会说的：我们是因为开发道易程时，根据项目的需要才想到必须颠覆ERC-20，而创建一个效果更高、gas更低、应用更便利的通证标准！


---

# 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://u.naturaldao.io/be/chapter4/4.9-eip3712-duo-chong-tong-zhi-hua-tong-zheng-biao-zhun.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.
