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

# NFT

Unique, digital, and valuable, PEPA NFTs represent superior items or 'magic potions' within our gaming universe, increasing in-game profits and skill potency. These tokens enrich the overall player experience, providing an additional dimension to gameplay progression and engagement.<br>

PEPA NFTs can be won as spoils from various in-game activities. Whether it's battling through PVE or PVP, completing guild tasks, or venturing across the extensive in-game map, players have numerous chances to acquire these digital treasures. In addition, maintaining regular daily check-ins can also yield NFTs as bonus rewards, fostering consistent player involvement.<br>

On the consumption side, these NFTs provide diverse benefits. They can be utilized in the synthesis and upgrading of in-game characters or items, powering their abilities and statistics. Certain NFTs are available for one-time use, providing an immediate but temporary boost to a character or item's stats. Additionally, the official PEPA platform offers to repurchase these NFTs from players, ensuring a fluid market and offering an avenue for players to cash out their in-game earnings.

<br>


---

# 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://pepa-labs.gitbook.io/pepa-arcade-1/tokenomics/nft.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.
