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

# Generative Avatars

<mark style="color:blue;">Generative Avatars are the 2nd collection in the Dungeonverse Ecosystem!</mark> Each Avatar is animated, comes with 2 PFP styles (Pixel and Anime), comes with a built in PVP Death Match/Battle Royale, and is playable within any Dungeon. <mark style="color:orange;">That's right, you can play with up to 32 friends INSIDE your NFT, directly on opensea!</mark>\
\
\
The Avatars can also be staked to earn 5 DNG per day. Check the staking and rewards section below to see how.<br>

![](/files/xspjV2hRcjGSMROmHNnD)

Each Avatar is 100% unique with hand drawn traits. Though we like to say rarity is a matter of personal taste.. we also have a rarity tool which we are currently building, and will be made public soon.

<figure><img src="/files/kMyzowqFtGvN0rmlIjl6" alt=""><figcaption></figcaption></figure>

### Avatars come with their own unique weapons, which are carried into the game.

When you play your Avatar in the game, the weapon it holds is also brought along. Weapons can be ranged to shoot your enemy from a distance, or melee meaning that you must be within close range to your enemy.\
\
Not only can you use these weapons in the Battle Royale game, you can also utilize them in the Dungeons to start slaying dragons from afar! Yes, we know it is wicked cool.

<figure><img src="/files/QMbLpfkpyipbdHM1gzWj" alt=""><figcaption><p>Example of an Avatar with a Staff, which shoots fire (ranged weapon)</p></figcaption></figure>


---

# 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://generative-dungeon.gitbook.io/generative-dungeon/dungeonverse/generative-avatars.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.
