# MiniTon WhitePaper

## MiniTon WhitePaper

- [Welcome to MiniTon](https://docs.miniton.games/welcome-to-miniton.md): Last update: Jan 9th, 2024
- [Why Now and Why MiniTon](https://docs.miniton.games/why-now-and-why-miniton.md)
- [Social Esports: Flexible and Compatible](https://docs.miniton.games/about-miniton/social-esports-flexible-and-compatible.md)
- [Entry Fee](https://docs.miniton.games/about-miniton/social-esports-flexible-and-compatible/entry-fee.md)
- [Prize](https://docs.miniton.games/about-miniton/social-esports-flexible-and-compatible/prize.md)
- [Types of Tournaments](https://docs.miniton.games/about-miniton/social-esports-flexible-and-compatible/types-of-tournaments.md)
- [Match Rules](https://docs.miniton.games/about-miniton/social-esports-flexible-and-compatible/match-rules.md)
- [Competitive Gaming Platform](https://docs.miniton.games/about-miniton/competitive-gaming-platform.md): Build on Telegram BOT: t.me/MiniTonBot/MiniTonGame
- [Discover and Indulge in Captivating  Games](https://docs.miniton.games/about-miniton/competitive-gaming-platform/discover-and-indulge-in-captivating-games.md)
- [Ensuring Game Fairness in Every Social Esports Encounter](https://docs.miniton.games/about-miniton/competitive-gaming-platform/ensuring-game-fairness-in-every-social-esports-encounter.md)
- [Empowering Every Player to Organize Tournaments](https://docs.miniton.games/about-miniton/competitive-gaming-platform/empowering-every-player-to-organize-tournaments.md)
- [Developer Solution](https://docs.miniton.games/about-miniton/developer-solution.md)
- [Sustainable Business Model](https://docs.miniton.games/about-miniton/sustainable-business-model.md)
- [Tokenomic $MTC](https://docs.miniton.games/about-miniton/tokenomic-usdmtc.md)
- [Roadmap](https://docs.miniton.games/about-miniton/roadmap.md)
- [Initial Team](https://docs.miniton.games/builders/initial-team.md)
- [Community](https://docs.miniton.games/builders/community.md)
- [DAO Governance](https://docs.miniton.games/builders/dao-governance.md): Through decentralized governance design, MiniTon is bound to be better.
- [MiniTon Developer Documentation](https://docs.miniton.games/developer-success/miniton-developer-documentation.md)
- [Set Up Core Loop & Gameplay](https://docs.miniton.games/developer-success/miniton-developer-documentation/set-up-core-loop-and-gameplay.md)
- [Random and Fairness](https://docs.miniton.games/developer-success/miniton-developer-documentation/random-and-fairness.md)
- [Setting up Tournaments and Gameplay Parameters](https://docs.miniton.games/developer-success/miniton-developer-documentation/setting-up-tournaments-and-gameplay-parameters.md)
- [Implement Progression](https://docs.miniton.games/developer-success/miniton-developer-documentation/implement-progression.md)
- [Automatic Difficulty](https://docs.miniton.games/developer-success/miniton-developer-documentation/automatic-difficulty.md)
- [Crash Detection via Crashlytics](https://docs.miniton.games/developer-success/miniton-developer-documentation/crash-detection-via-crashlytics.md)
- [Anti-Cheating Techniques](https://docs.miniton.games/developer-success/miniton-developer-documentation/anti-cheating-techniques.md)
- [Aborted Matches and Forfeits](https://docs.miniton.games/developer-success/miniton-developer-documentation/aborted-matches-and-forfeits.md)
- [API-reference](https://docs.miniton.games/developer-success/miniton-developer-documentation/api-reference.md): Unity/C#
- [Developer Cooperation](https://docs.miniton.games/developer-success/developer-cooperation.md)
- [Is your game a game of skill?](https://docs.miniton.games/developer-success/developer-cooperation/is-your-game-a-game-of-skill.md)
- [Go Live with MiniTon](https://docs.miniton.games/developer-success/developer-cooperation/go-live-with-miniton.md)
- [Game Marketing Guidelines](https://docs.miniton.games/developer-success/developer-cooperation/game-marketing-guidelines.md)
- [Tutorial Best Practices](https://docs.miniton.games/developer-success/developer-cooperation/tutorial-best-practices.md)
- [Unlock Real Prizes](https://docs.miniton.games/developer-success/developer-cooperation/unlock-real-prizes.md)
- [MiniTon Gaming SDK](https://docs.miniton.games/developer-success/miniton-gaming-sdk.md): Version 1.1\_240110
- [Introduction](https://docs.miniton.games/developer-success/miniton-gaming-sdk/introduction.md)
- [Initialize and load your game](https://docs.miniton.games/developer-success/miniton-gaming-sdk/initialize-and-load-your-game.md)
- [Start your game until end](https://docs.miniton.games/developer-success/miniton-gaming-sdk/start-your-game-until-end.md)
- [Reporting Game Data API](https://docs.miniton.games/developer-success/miniton-gaming-sdk/reporting-game-data-api.md): (optionally) You can report "Match Score (score)"  multiple times through this API
- [How to verify your signature](https://docs.miniton.games/developer-success/miniton-gaming-sdk/how-to-verify-your-signature.md)
- [The Legality of MiniTon](https://docs.miniton.games/legality/the-legality-of-miniton.md)
- [Privacy Policy](https://docs.miniton.games/legality/privacy-policy.md)
- [User Terms & Conditions](https://docs.miniton.games/legality/user-terms-and-conditions.md)


---

# 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://docs.miniton.games/welcome-to-miniton.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.
