> For the complete documentation index, see [llms.txt](https://whitepaper-ko.miniton.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper-ko.miniton.games/about-miniton/undefined-1.md).

# 캐주얼 경쟁 게임 플랫폼

## 매력적인 캐주얼 경쟁 게임을 발견하고 즐겨보세요

* 모든 게임은 멀티플레이어 e스포츠 대회를 지원합니다.
* 게임은 Telegram Bot 또는 TON 플랫폼에서 구축할 수 있습니다. 모든 게임은 Telegram과 완벽하게 호환되므로 다운로드하거나 Telegram 앱을 종료할 필요 없이 즉시 액세스할 수 있습니다.
* [게임 플레이 가능성은 플레이어 커뮤니티에서 평가됩니다.](/team/undefined-1.md)

{% embed url="<https://www.figma.com/proto/aCCPeTZtMJ3qL9tQZ7czNm/MiniTon-Game?node-id=30-5061&page-id=30:5060&scaling=min-zoom&t=LVzYIZOmIUMTFI4U-0&type=design>" fullWidth="false" %}
Preview
{% endembed %}

## 모든 소셜 e스포츠 만남에서 게임 공정성 보장

* 플랫폼은 각 플레이어의 기술 수준을 평가합니다.
* 비공개 토너먼트의 대상 초대를 제외하고 공개 토너먼트는 플레이어 기술 수준에 따라 매칭됩니다.
* 치트 방지 조치를 위해 빅데이터와 머신러닝을 활용합니다.
* 모든 경쟁 데이터는 TON 블록체인에 기록되어 프로세스 전반에 걸쳐 투명성을 보장합니다.


---

# 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://whitepaper-ko.miniton.games/about-miniton/undefined-1.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.
