> For the complete documentation index, see [llms.txt](https://codyfight.gitbook.io/white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codyfight.gitbook.io/white-paper/ecosystem/introduction.md).

# Introduction

Codyfight ecosystem is built to be a sustainable and balanced model where the gaming experience is expressed in a few different aspects: [competitive](/white-paper/gameplay/metagame/competitive-gaming.md) and [casual gaming](/white-paper/gameplay/metagame/casual-gaming.md), custom [game builder](/white-paper/gameplay/metagame/creative-freedom.md), and [marketplace](/white-paper/ecosystem/free-market.md)[s](/white-paper/ecosystem/free-market.md).

![](/files/xzaV0KrJvd5pNNmNUquQ)

These parts act as a symbiotic system where gamers will be the main beneficiaries of tokens. The ecosystem is ignited by the tight connection between the parts involved, empowering casual gaming through the marketplace and competitive gaming. Each transaction and purchased asset deploys a percentage of rewards to the free-to-play modes allowing everybody to enjoy the game, making the ecosystem equal and open for all the players involved. Gamers, therefore, can compete and earn rewards in [Leagues](/white-paper/gameplay/metagame/competitive-gaming.md#codyfight-league), [Championships, and Tournaments](/white-paper/gameplay/metagame/competitive-gaming.md#tournaments-and-championships) or engage in the[ free-to-play ](/white-paper/gameplay/metagame/casual-gaming.md)modes while still opting for prizes.


---

# 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://codyfight.gitbook.io/white-paper/ecosystem/introduction.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.
