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

# Overview

Tokenomics forms the backbone of our permissionless, performant, decentralised AI system which currently comprises three elements - [AI Arena,](https://docs.flock.io/flock-product/ai-arena) [FL Alliance](https://docs.flock.io/flock-product/fl-alliance), and [FOMO](/flock-tokenomics/network-participation/fomo.md).

* **AI Arena:** Developers compete on the best AI models on common validation datasets in a Kaggle-style leaderboard, using their own or decentralised compute.
* **FL Alliance:** Developers collaborate to fine-tune and improve the AI models (usually the best models from AI Arena) with proprietary data.
* **FOMO:** Models trained on AI Arena or fine-tuned on FL Alliance are displayed here for community members to use or host.

In following sections, we lay out the role our token plays in incentivising participation and ensuring security in a permission-less manner.


---

# 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:

```
GET https://docs.flock.io/flock-tokenomics/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
