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

# Collectibles

- [Quick Breakdown](https://guide.chronoforge.gg/collectibles/quick-breakdown.md)
- [Where to buy?](https://guide.chronoforge.gg/collectibles/where-to-buy.md)
- [$CHRONO](https://guide.chronoforge.gg/collectibles/usdchrono.md): The central utility token for the ChronoForge web3 ecosystem.
- [Totems](https://guide.chronoforge.gg/collectibles/totems.md): Limited edition bundles of gear, mounts, pets, forge stamps and $chrono multipliers!
- [Adventurers](https://guide.chronoforge.gg/collectibles/adventurers.md): Adventurers are playable characters in ChronoForge and will receive 5% of the supply of $CHRONO as an airdrop at TGE to kickstart the economy. \*conditions apply
- [Support Airships](https://guide.chronoforge.gg/collectibles/support-airships.md): Support airships are a new type of digital collectible usable in ChronoForge to assist players in dungeon runs and eligible for $CHRONO gameplay governance rewards. Minting late 2023!
- [Prospecting Deeds](https://guide.chronoforge.gg/collectibles/prospecting-deeds.md): Prospecting Deeds are powerful governance collectibles in their own right, a source of in-game resources and eligible for $CHRONO gameplay governance rewards.
- [Pet](https://guide.chronoforge.gg/collectibles/pet.md): My adventurer is lonely. Gimme pet!
- [Economy Sustainability](https://guide.chronoforge.gg/collectibles/economy-sustainability.md)
- [Supply & Consumption](https://guide.chronoforge.gg/collectibles/economy-sustainability/supply-and-consumption.md)
- [Anti-Bot Measures](https://guide.chronoforge.gg/collectibles/economy-sustainability/anti-bot-measures.md)
- [Preventing 'Pay to Win'](https://guide.chronoforge.gg/collectibles/economy-sustainability/preventing-pay-to-win.md)
- [Crewing](https://guide.chronoforge.gg/collectibles/crewing.md): Increase your $CHRONO governance rewards by adding adventurers as crew on deeds and airships
- [Fusing](https://guide.chronoforge.gg/collectibles/fusing.md): Burning multiple NFTs to produce a singular superior NFT.


---

# 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://guide.chronoforge.gg/collectibles.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.
