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

# Acryptia NFTs

Acryptia make use of NFTs for its gameplay, although it is not necessary to possess them in order to play.

Following Season 1, Skill, Gear & Skin NFTs will be gradually introduced into the gameplay.

Players can equip NFTs before entering the dungeon. These NFTs are Gear, Skills & Skins. A single player can equip up to three Skills and three Gear..&#x20;

**Gear** gives the player extra abilities during runs.

**Skills** are special cards which can be used anytime by the player. Skills can be used only once during the game.&#x20;

**Skins** are NFTs which allow players to customize their Acryptia dungeon, both in PvP and PvE.

### Gear <a href="#ef2e" id="ef2e"></a>

Players are able to equip up to three [Gear NFTs](/gaming/acryptia/acryptia-nfts/gear.md) before playing the game. Gear is equipped directly to the Player Card. There are three different Gear types: Head, Body, and Hand. By equipping them, the Player Card improves its stats and abilities. Learn more about Gear NFTs here.

### Skills <a href="#c843" id="c843"></a>

Players are able to select up to three Skill NFT cards before playing the game. By putting them in the deck, Skill NFTs are burnt, whether they are used or not during the dungeon.

### Skins

Players are able to customize their Acryptia dungeon with different Skin NFTs. Players can obtain Acryptia Skins through Season Rewards, Taco Universe Pass and Limited Edition Drops. Each Acryptia Season has its own collection of skins.


---

# 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://whitepaper.tacostudios.io/gaming/acryptia/acryptia-nfts.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.
