> For the complete documentation index, see [llms.txt](https://wiki.hashup.it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.hashup.it/get-started/erc20-cartridge/erc20-vs-erc721.md).

# ERC20 vs ERC721

The ERC20 standard is a much better license carrier than ERC721 because:&#x20;

* It is homogeneous&#x20;
* It stores value rather than information&#x20;
* It is less expensive to manage in larger quantities&#x20;
* It is interchangeable&#x20;
* It is divisible It represents a single asset

{% hint style="warning" %}
We are aware of the ERC1155 standard, which combines the functionalities of the ERC20 and ERC721/NFT - we are considering its implementation in the future.
{% endhint %}
