# 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 %}


---

# 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://wiki.hashup.it/get-started/erc20-cartridge/erc20-vs-erc721.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.
