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

# The Ecosystem

Our ecosystem revolves around three main pillars, which provide the foundation for everything we build on our platform.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Firstly (and most famously), our <strong>Raggies NFTs</strong>. These are the main collectible NFTs used in games, breeding (coming later!), and everything else. </td><td><a href="/files/E8kyLZy913ias0H1z50W">/files/E8kyLZy913ias0H1z50W</a></td><td><a href="/pages/6cxfePPUfB9PlcXptZTq">/pages/6cxfePPUfB9PlcXptZTq</a></td></tr><tr><td>Secondly, our native utility tokens <strong>RaggieCoins</strong> (or $RAG). These tokens will power functions throughout our ecosystem. For example, the fee for breeding will be paid in $RAG.<br><br>When a DAO is established, these tokens will also function as governance tokens, giving the community a say in the direction of the project.</td><td><a href="/files/7kAMlmH7mXzyZ53kTPnO">/files/7kAMlmH7mXzyZ53kTPnO</a></td><td><a href="/pages/jivK6MjTYbnsIcqidzvd">/pages/jivK6MjTYbnsIcqidzvd</a></td></tr><tr><td>Finally, we have a short supply of <strong>Plushies</strong>, which are our VIP NFTs.<br><br>These NFTs give holders exclusive benefits within the project, such as early access to mints, $RAG airdrops, and more.</td><td><a href="/files/tFGlbjAYOHLmfpmWWYYh">/files/tFGlbjAYOHLmfpmWWYYh</a></td><td><a href="/pages/qgEzlQK4NFwiau5Hezim">/pages/qgEzlQK4NFwiau5Hezim</a></td></tr></tbody></table>

<figure><img src="/files/7PUGsJpSh15pE4AlkRqo" alt=""><figcaption></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://cryptoraggies.gitbook.io/welcome/overview/the-ecosystem.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.
