# Kartridż ERC20

Kartridż ERC20 jest nośnikiem licencji oprogramowania na blockchain. Każda gra posiada własny Kartridż ERC20, tak jak w przeszłości każda gra posiadała własne, osobne i niezależne serie kartridży, dyskietek czy płyt CD. Kartridż, tak jak standard ERC20, jest bytem jednorodnym. Oznacza to, że jeden kartridż z grą X jest wymienialny na drugi kartridż z tą samą grą. Zgodność ze standardem ERC20 umożliwia korzystanie z całego ekosystemu kontraktów tworzonych pod użyteczność dla tokenów jednorodnych. Podstawową użytecznością Kartridża ERC20 jest możliwość korzystania z oprogramowania jeśli posiada się >=1 kartridż, tak, jak miało to miejsce w przypadku fizycznej dystrybucji.

{% hint style="info" %}
Cena jednostki Kartridża ERC20 reprezentuje wartość pojedynczego nośnika, umożliwiającego korzystanie z oprogramowania.
{% endhint %}

{% hint style="info" %}
Kapitalizacja Kartridża ERC20 reprezentuje wartość wszystkich nośników licencji danej gry w obrocie.
{% 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/hashup/whitepaper/kartridz-erc20.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.
