8000 GitHub - byte-ramble/ERC405: Inspired by ERC404, An improved version, mixed ERC20 / ERC721 implementation , with native liquidity and fractionalization.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Inspired by ERC404, An improved version, mixed ERC20 / ERC721 implementation , with native liquidity and fractionalization.

Notifications You must be signed in to change notification settings

byte-ramble/ERC405

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
72C8

History

4 Commits
 
 
 
 

Repository files navigation

ERC405

ERC404 is undoubtedly an inspiring asset class, but it also has logical flaws that cannot be ignored:

  1. The continuously increasing erc20 minimum transfer threshold: As the number of erc721 minted increases, the minimum allowed transfer amount of erc20 will also increase, which will theoretically lead to the collapse of the asset model;

  2. Continuously improve erc721 tokenId: It is not conducive to binding static resources for each tokenId like traditional nft. the controllable and unrestricted tokenId groth will lead to rarity failure (Everyone will choose the tokenid with high rarity and give up the common one);

  3. erc20 will cause the existing NFT to be permanently lost, which is highly uncertain;

So that would be the reason for ERC405 existence

Compare with ERC404:

logical flaw ERC404 ERC405
Increasing minimum transfer amounts threshold Existing Solved
rarity failure Existing Solved
erc721 uncertainty caused by erc20 transfer Existing Solved

About

Inspired by ERC404, An improved version, mixed ERC20 / ERC721 implementation , with native liquidity and fractionalization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0