# ERC20 cartridge

The ERC20 Cartridge is a software license carrier on the blockchain. Each game has its own ERC20 Cartridge, just as in the past each game possessed its own separate and independent series of cartridges, floppy disks or CDs. The cartridge, like the ERC20 standard, is a homogeneous entity. This means that one cartridge with game X is exchangeable with another cartridge with the very same game. Compatibility with the ERC20 standard enables an entire ecosystem of contracts created under the utility for homogeneous tokens. The primary benefit of the ERC20 Cartridge is the ability to use the software if you have >=1 cartridge, as was the case with a physical distribution.

{% hint style="info" %}
**The price of an ERC20 Cartridge Unit represents the value of a single carrier that enables the use of the software.**
{% endhint %}

{% hint style="info" %}
**The capitalization of an ERC20 Cartridge represents the value of all license mediums of a particular game that is currently in circulation.**
{% 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.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.
