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

# zkPlay Profile

One of the unique elements of zkPlay is the [zkPlay Profile](/zkplay-docs/profile/zkplay-profile.md), which allows players to earn evolving NFTs based on the amount of zkPoints earned. The Evolving NFTs are the foundation for zkPlay to be decentralized, as they can be used for voting in the future.

Each zkPlay Deployment (zkSync, Scroll, Linae) has its own and unique zkCard NFT set! Each Card provides the user with voting power in the zkPlay Snapshot and potential future rewards.

Each zkCard NFT is hosted on IPFS and has an amount of zkPlay votes specified in its Metadata, allowing for a future Snapshot integration to enable zkPlay governance.

Below is a breakdown of the zkPlay NFT Tiers, required zkPoints, and associated zkPlay Votes:

<table><thead><tr><th>Tier Level</th><th width="181.66666666666669">zkPoints Required</th><th>zkPlay Votes</th></tr></thead><tbody><tr><td>zkCard Genesis (One)</td><td>0</td><td>1</td></tr><tr><td>zkCard Two</td><td>100</td><td>2</td></tr><tr><td>zkCard Three</td><td>300</td><td>3</td></tr><tr><td>zkCard Four</td><td>600</td><td>4</td></tr><tr><td>zkCard Five</td><td>1000</td><td>5</td></tr><tr><td>zkCard Six</td><td>1500</td><td>6</td></tr><tr><td>zkCard Seven</td><td>2100</td><td>7</td></tr><tr><td>zkCard Eight</td><td>2800</td><td>8</td></tr><tr><td>zkCard Nine</td><td>3600</td><td>9</td></tr><tr><td>zkCard Ten</td><td>4500</td><td>10</td></tr><tr><td>zkCard Jack</td><td>5500</td><td>15</td></tr><tr><td>zkCard Queen</td><td>6600</td><td>20</td></tr><tr><td>zkCard King</td><td>7800</td><td>25</td></tr><tr><td>zkCard Ace</td><td>10000</td><td>40</td></tr></tbody></table>


---

# 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://zkplay.gitbook.io/zkplay-docs/profile/zkplay-profile.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.
