EIP Proposal: A fissionable extention for ERC-1155

Why need ERC-1155F

When I create VIP membership cards NFT with equity attribute, I encounter the need to increase the amount of ERC-1155 tokens.

However, in ERC-1155, each ID corresponds to either a fixed quantity of tokens or allows for token minting.

If a fixed quantity approach is used, it will result in insufficient liquidity when there are many participating users.

If token minting is allowed, the question arises of how to carry out the minting:

  1. Issuing tokens directly to the project’s owner would severely harm the interests of early participants and would be too centralized.
  2. Airdropping tokens proportionally to early holders, requiring users to manually claim them, would incur significant gas fees and rely on centralized distribution rules.

None of these options are ideal. Therefore, we propose a fissionable ERC-1155 extension that can perfectly solve the liquidity issue while protecting the rights of early participants.

What is ERC-1155F

This is the ERC-1155F extention in github: https://github.com/ghking1/ERC-1155F
This is our ERC-1155F NFT collection in opensea: https://opensea.io/collection/talentcard

Overview of ERC-1155F

The ERC-1155F interface declared as following, more details can be found in github link above:

Next step of ERC-1155F

Though it compatible with ERC-1155, but it added some new interface and event too. So may I need propose a new EIP to the ethereum official?

I suggest using ERC1155F in a couple of other projects (your own and other people) before thinking if it is worth standardizing.

See: Comprehensive guide on writing and submitting an EIP | by Anett | The Fellowship of Ethereum Magicians | Medium

Thanks for your suggestion :pray:

For the moment, we have used it in our “TalenTale” product, who allows KOL issue VIP card and provide knowledge sharing. We use ERC-1155F protocol achieved the fissionable ability. And it works well.

This is our Dapp link: https://dapp.talentale.io
This is our ERC-1155F NFT collection in opensea: https://opensea.io/collection/talentcard

In the future it can be used in many scene like VIP card, business card, virtual art, virtual land, and so on. ERC-1155F can help them solve the liquidity issue while protecting the rights of early participants.

If some one want to use ERC-1155F in your project, please contact me, we can help you freely. coffeeking001@outlook.com