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

# Tokens

## MAGIC

MAGIC is the token of TreasureDAO and the Treasure Ecosystem.

It is currently listed on Coinbase and Binance with 344k+ unique holders. MAGIC is used by players to enter into Competitive Colosseum games.\
\
More information is available here:

{% embed url="<https://docs.treasure.lol/getting-started/what-is-magic>" %}

## gFLY

gFLY is the governance token of the BattleFly Network which both powers and governs the network. It has a fixed supply of 10M tokens.

More information is available here:

{% embed url="<https://docs.battlefly.game/goverance/gfly>" %}

You can purchase gFLY here:

{% embed url="<https://magicswap.lol/?input=MAGIC&output=GFLY>" %}

## Nectar

Nectar is a non-tradable and non-transferable token that can be earned by playing [BattleFly Racer](https://docs.battlefly.game/the-battlefly-network/racer) or [BattleFly Battlegrounds](https://docs.battlefly.game/the-battlefly-network/battlefly/battlegrounds).\
Nectar is used by players to enter into Casual Colosseum games and is distributed to winners based on their placement.


---

# 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.battlefly.game/game-information/tokens.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.
