> For the complete documentation index, see [llms.txt](https://whitepaper-cn.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-cn.miniton.games/guan-yu-miniton/sai-zhi-ling-huo-de-xiu-xian-dian-zi-jing-ji-bi-sai/sai-shi-lei-xing.md).

# 赛事类型

按照公开程度，有三类赛事

<table><thead><tr><th width="119">类型</th><th width="196">主办方</th><th>玩家</th></tr></thead><tbody><tr><td><h4>公开赛</h4></td><td>MiniTon，开发者，社区</td><td>MiniTon 所有用户，无门槛限制</td></tr><tr><td><h4>半公开赛</h4></td><td>MiniTon，开发者，社区</td><td>具备某种特征（例如持有 Toncoin 数量大于 10）的社区用户</td></tr><tr><td><h4>社交赛</h4></td><td>MiniTon 的用户</td><td>得到主办方或者房间管理员同意才可进入房间进行比赛</td></tr></tbody></table>

按照对战分组人数，有三类赛事

<table><thead><tr><th width="145">类型</th><th>对战分组</th><th width="492">描述</th></tr></thead><tbody><tr><td> <strong>标准赛</strong></td><td>1 v 1</td><td>这些是“标准”类型的锦标赛，两名玩家在赢者通吃的比赛中直接相互对抗。 大多数 MiniTon 游戏都实施这种类型的锦标赛，并且在建立玩家群体的过程中它们是最好的类型。</td></tr><tr><td><strong>多人赛</strong></td><td>1 v N</td><td>在多人锦标赛中，您可以让3-10名玩家争夺游戏中的最佳成绩。 就像在“正面对决”中一样，唯一的获胜者将获得所有收益。 这些锦标赛最适合玩家人数较多的游戏，因为需要更多玩家来参加这些游戏。 </td></tr><tr><td><strong>分组赛</strong></td><td>N v N</td><td>在分组锦标赛中，一组玩家将参加一系列回合的比赛。 每轮的失败者将被淘汰，获胜者将继续与其他获胜者竞争。 这种情况一直持续到只剩下一个为止。 这些锦标赛最适合玩家人数较多的游戏，因为需要更多玩家来参加这些游戏。</td></tr></tbody></table>

####


---

# 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-cn.miniton.games/guan-yu-miniton/sai-zhi-ling-huo-de-xiu-xian-dian-zi-jing-ji-bi-sai/sai-shi-lei-xing.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.
