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

# Summary

The BattleFly Network includes:

* ~~Battlegrounds (BattleFly DAO's flagship PvP strategy game)~~ <mark style="color:red;">\[SUNSET]</mark>
* Racer (BattleFly DAO's endless runner minigame)
* Colosseum (coming soon)
* Flywheel (BattleFly's RNG source, stake gFLY to earn gFLY and secure the BattleFly Network)
* The BattleFly DAO Treasury which holds strategic assets to support the growth of the BattleFly Network.

The BattleFly Network is governed by BattleFly DAO. All gFLY stakers are BattleFly DAO members and can participate in DAO governance through voting with staked gFLY.

Players receive MAGIC[^1] for winning Colosseum battles.

Players can stake gFLY in Flywheel to earn gFLY and secure the BattleFly Network by providing RNG.

[^1]: MAGIC is the token of TreasureDAO and the Treasure Ecosystem.

    It is currently listed on Coinbase and Binance with 344k+ unique holders.


---

# 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.battlefly.game/more/summary.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.
