> For the complete documentation index, see [llms.txt](https://docs.guacamole.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guacamole.gg/guacamole-guac.md).

# GUACAMOLE (GUAC)

- [The $GUAC Token](https://docs.guacamole.gg/guacamole-guac/guac-token.md): GUACamole (GUAC) is a Solana-based token with community-oriented design and tokenomics. It all started with a meme and transformed into something much greater.
- [Tokenomics Design](https://docs.guacamole.gg/guacamole-guac/guac-token/tokenomics-design.md): Explore the GUACENOMICS (Tokenomics) of the $GUAC token ecosystem.
- [Where To Swap](https://docs.guacamole.gg/guacamole-guac/guac-token/where-to-swap.md): Looking to scoop some fresh GUACamole? You can swap for GUAC on a growing list of platforms including: Jupiter, Birdeye, Bitmart, Orca, Raydium, & more!
- [Native Integrations](https://docs.guacamole.gg/guacamole-guac/guac-token/native-integrations.md): Discover the endless possibilities with GUAC token, the heartbeat of the Guacamole application universe. GUAC is crafted to power up your digital experience with an astonishing amount of uses.
- [Third Party Integrations](https://docs.guacamole.gg/guacamole-guac/guac-token/third-party-integrations.md): Explore other platforms that have integrated GUAC in a variety of ways to help expand our ecosystem! View exchanges, data panels, NFT platforms, and casinos that currently support GUAC!
- [The AvocaDAO](https://docs.guacamole.gg/guacamole-guac/the-avocadao.md): The AvocaDAO, otherwise known as the $GUAC DAO, is a decentralized community of $GUAC holders led by an elected council that vote on important decisions regarding the community as a whole.
- [The Guaconomy](https://docs.guacamole.gg/guacamole-guac/the-guaconomy.md): Explore the dynamic and growing economy of the Guacamole ecosystem and how funds may be utilized through AvocaDAO proposals.
- [The $AVO Token](https://docs.guacamole.gg/guacamole-guac/the-usdavo-token.md): A brief description of the Avocado ($AVO) token, which is used for several purposes within the $GUAC ecosystem.
- [GUACamole Avotars](https://docs.guacamole.gg/guacamole-guac/guacamole-avotars.md): A new era of digital representation both socially and in the consumer application ecosystem being constructed around Solana's freshest meme coin, $GUAC.


---

# 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://docs.guacamole.gg/guacamole-guac.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.
