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

# Assets

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>💵 <a href="/pages/xhmtUKe5NaVfjre7zzFT"><strong>$GABBY</strong></a></td><td><ul><li>Native token of Gabby World</li><li>Used to <strong>purchase</strong> <a href="/pages/aNZ2dXxKFakSSiE3No3u"><strong>Prompts</strong></a></li><li>Used to <strong>stake for</strong> <a href="/pages/WyMlDG3Cdho8gE45gVO7"><strong>Lands</strong></a></li></ul></td></tr><tr><td>💰 <a href="/pages/HiBabtWxlIHjEdfCfqve"><strong>Prize Pool Tokens</strong></a></td><td><ul><li>Tokens used to play in <a href="/pages/tNnqejZXS23btwSO40oa"><strong>Prize Pools</strong></a></li><li>Used to pay <strong>Exploration Costs</strong> &#x26; <strong>Creation Costs</strong></li><li>Currently supports <strong>$SOL</strong></li><li>More tokens to be supported in the future</li></ul></td></tr><tr><td>📜 <a href="/pages/aNZ2dXxKFakSSiE3No3u"><strong>Prompts</strong></a></td><td><ul><li>Centralised in-game <strong>utility asset</strong></li><li>Needed when <a href="/pages/2IpXd0HPjDtLcZO0kANi#how-to-complete-chapters"><strong>rolling dice</strong></a> &#x26; <a href="/pages/PyU9loSGDdrMgCGb5srL#how-to-create-a-chapter"><strong>creating Chapters</strong></a></li></ul></td></tr><tr><td>⛰️ <a href="/pages/WyMlDG3Cdho8gE45gVO7"><strong>Lands</strong></a></td><td><ul><li>Centralised in-game <strong>yield-bearing asset</strong></li><li>Can host <strong>one Dungeon at a time</strong></li><li>Can earn <a href="/pages/5tXeMuxYfbwkRPSbd28l"><strong>Landlord Dividend</strong></a> (<strong>1%</strong> of <a href="/pages/tNnqejZXS23btwSO40oa">Prize Pools</a>)</li></ul></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://gabby-world.gitbook.io/lite-paper/tokenomics/assets.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.
