# White Paper

## White Paper

- [Overview](https://codyfight.gitbook.io/white-paper/overview.md)
- [What is Codyfight?](https://codyfight.gitbook.io/white-paper/introduction/what-is-codyfight.md): Endless Mind Game
- [Mission and Vision](https://codyfight.gitbook.io/white-paper/introduction/mission-and-vision.md)
- [Problems & Solutions](https://codyfight.gitbook.io/white-paper/introduction/problems-and-solutions.md)
- [Lack of community input in games](https://codyfight.gitbook.io/white-paper/introduction/problems-and-solutions/lack-of-community-input-in-games.md): Creative players lack simple and accessible opportunities to contribute to games and get rewarded accordingly.
- [AI in modern games](https://codyfight.gitbook.io/white-paper/introduction/problems-and-solutions/ai-in-modern-games.md): Limited places for AI to interplay with humans
- [Programmers neglected from gaming](https://codyfight.gitbook.io/white-paper/introduction/problems-and-solutions/programmers-neglected-from-gaming.md): The industry offers a poor competitive environment for programmers
- [Grinding avoids enjoyment in games](https://codyfight.gitbook.io/white-paper/introduction/problems-and-solutions/grinding-avoids-enjoyment-in-games.md): Traditional grinding prevents an immersive and fun adventure in games.
- [Gameplay](https://codyfight.gitbook.io/white-paper/gameplay/gameplay.md)
- [Metagame](https://codyfight.gitbook.io/white-paper/gameplay/metagame.md)
- [NPCs](https://codyfight.gitbook.io/white-paper/gameplay/metagame/npcs.md): Special Agents
- [Skills](https://codyfight.gitbook.io/white-paper/gameplay/metagame/skills.md)
- [Map Tiles](https://codyfight.gitbook.io/white-paper/gameplay/metagame/map-tiles.md)
- [Creative freedom](https://codyfight.gitbook.io/white-paper/gameplay/metagame/creative-freedom.md)
- [Competitive gaming](https://codyfight.gitbook.io/white-paper/gameplay/metagame/competitive-gaming.md)
- [Casual gaming](https://codyfight.gitbook.io/white-paper/gameplay/metagame/casual-gaming.md)
- [In-game assets](https://codyfight.gitbook.io/white-paper/gameplay/in-game-assets.md)
- [CAgent](https://codyfight.gitbook.io/white-paper/gameplay/in-game-assets/cagent.md)
- [Codyfighter](https://codyfight.gitbook.io/white-paper/gameplay/in-game-assets/codyfighter.md): CFighter
- [CBox](https://codyfight.gitbook.io/white-paper/gameplay/in-game-assets/cbox.md)
- [Player Dashboard](https://codyfight.gitbook.io/white-paper/gameplay/player-dashboard.md)
- [Launchpad](https://codyfight.gitbook.io/white-paper/gameplay/player-dashboard/launchpad.md): https://codyfight.com/play/
- [Leaderboards](https://codyfight.gitbook.io/white-paper/gameplay/player-dashboard/leaderboards.md): https://codyfight.com/leaderboards/
- [Inventory](https://codyfight.gitbook.io/white-paper/gameplay/player-dashboard/inventory.md): https://codyfight.com/inventory/
- [Profile](https://codyfight.gitbook.io/white-paper/gameplay/player-dashboard/profile.md): https://codyfight.com/profile/
- [Widget](https://codyfight.gitbook.io/white-paper/gameplay/player-dashboard/widget.md): https://widget.codyfight.com/
- [Shop](https://codyfight.gitbook.io/white-paper/gameplay/player-dashboard/shop.md): https://codyfight.com/shop/
- [Infrastructure](https://codyfight.gitbook.io/white-paper/technical-summary/infrastructure.md)
- [Game API](https://codyfight.gitbook.io/white-paper/technical-summary/infrastructure/game-api.md): https://codyfight.com/api-docs/
- [Roadmap](https://codyfight.gitbook.io/white-paper/roadmap/roadmap.md)
- [Introduction](https://codyfight.gitbook.io/white-paper/ecosystem/introduction.md)
- [Coding](https://codyfight.gitbook.io/white-paper/ecosystem/coding.md): https://codyfight.com/coding/
- [Manual gaming](https://codyfight.gitbook.io/white-paper/ecosystem/manual-gaming.md)
- [Free Market](https://codyfight.gitbook.io/white-paper/ecosystem/free-market.md)
- [AI bots](https://codyfight.gitbook.io/white-paper/ecosystem/free-market/ai-bots.md)
- [Codyfighters](https://codyfight.gitbook.io/white-paper/ecosystem/free-market/codyfighters.md)
- [Introduction](https://codyfight.gitbook.io/white-paper/tokenomics/introduction.md)
- [CTOK](https://codyfight.gitbook.io/white-paper/tokenomics/ctok.md): $CTOK Official Codyfight In-game currency
- [Utilities](https://codyfight.gitbook.io/white-paper/tokenomics/ctok/utilities.md)
- [Community incentives, rewards, income](https://codyfight.gitbook.io/white-paper/tokenomics/ctok/utilities/community-incentives-rewards-income.md)
- [In-game asset purchases](https://codyfight.gitbook.io/white-paper/tokenomics/ctok/utilities/in-game-asset-purchases.md)
- [Governance](https://codyfight.gitbook.io/white-paper/tokenomics/ctok/utilities/governance.md)
- [CGaz](https://codyfight.gitbook.io/white-paper/tokenomics/cgaz.md): A secondary in-game utility currency
- [Disclaimer](https://codyfight.gitbook.io/white-paper/final-words/disclaimer.md)
- [Summary](https://codyfight.gitbook.io/white-paper/final-words/disclaimer-1.md)
- [Wiki](https://codyfight.gitbook.io/white-paper/final-words-1/disclaimer.md): Codyfight's glossary.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://codyfight.gitbook.io/white-paper/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.
