> For the complete documentation index, see [llms.txt](https://docs.pxlz.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pxlz.org/the-basics/genesis-pxlz.md).

# Genesis PXLZ

**Genesis PXLZ** are the **first interactive NFT** collection on the [**Cardano**](https://cardano.org) blockchain.

**There are 10,000 Genesis PXL NFTs in existence.**

{% hint style="info" %}
**PXLZ are not JPEGs**. They are exclusively made of code. Because of this you can interact with them by tapping or clicking on virtually any device which supports a web browser.
{% endhint %}

{% embed url="<https://ipfs.pxlz.org/ipfs/QmVUa2BvBziWi1nW1rp4GckGheCtznJzVVcW6dHrYRJNFR/PXL6822.html>" %}
**☝️ This is a PXL NFT. Open it and try tapping or double tapping anywhere on your screen.**
{% endembed %}

Due to the fact that Genesis PXLZ are **progressive web applications** (PWAs), Genesis PXLZ can also live as apps on your phone. [**See it in action here**](https://user-images.githubusercontent.com/83417674/117320312-c8ab6280-ae94-11eb-8193-1ded1ee14a44.mp4).

{% hint style="info" %}
You can access the rarity of each Genesis PXL when viewing it by double tapping/clicking on your screen.
{% endhint %}

The entire collection has been minted on May 6th 2021 under the following policy ID: [**1ec85dcee27f2d90ec1f9a1e4ce74a667dc9be8b184463223f9c9601**](https://cardanoscan.io/tokenPolicy/1ec85dcee27f2d90ec1f9a1e4ce74a667dc9be8b184463223f9c9601)

{% hint style="success" %}
Holders of the Genesis collection will be able to redeem passive ADA rewards stemming from user activity in the upcoming [PXL Wars](/pxl-wars/introduction.md) P2E game.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pxlz.org/the-basics/genesis-pxlz.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
