> 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/roadmap.md).

# Roadmap

✅ Generative Dungeon Launch - The world's first fully playable, customizable, community-driven RPG collection.

✅ Mobile Support - Opensea might not work well on your phone but GD on Opensea does.\
\
✅ Leaderboards - Each dungeon has its own leaderboard. Use for fun, or to choose qualifiers for a tournament.

✅ NFT Integration - Our first step to personalized metaverse.

✅ Floor Editor - Customize your dungeon!

✅ Invisible Doors - It's like Dark Souls but you can't attack to reveal it.

✅ Loot Chests - Your treasure awaits

✅ Lore Book - Add custom lore to your Dungeons.

✅ Portal - Inter-dungeonsional travel.&#x20;

✅ Staking - Avatar and Dungeon Keepers will be able to stake their NFTs and get our token.\
\
✅ Utility Token - DNG.\
\
✅ Marketplace - derived utility. Use our token to buy WL spots to other projects, spend it on Dungeon upgrades, and unlock new game modes.\
\
✅ Generative Avatars - First expansion to DungeonVerse, two different art styles in one NFT, and playable in Dungeons.\
\
✅ Deathmatch/Battle Royale - A game mode where up to 32 players can fight to the death.\
\
✅ Multiplayer - Comes with each Avatar

✅ Decentralization - Keepers will be able to host their dungeons on their own servers\
\
✅ Play to earn - First of its kind play to earn model.\
\
✅ Generative Quest - 3D Isometric Dungeon Generator\
\ <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://generative-dungeon.gitbook.io/generative-dungeon/dungeonverse/roadmap.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.
