> 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-gui-ze.md).

# 赛事规则

不同类型的赛事，拥有不同的赛事规则

**在“标准赛”及“多人赛”中：**

<table><thead><tr><th width="304">场景</th><th>规则约束</th></tr></thead><tbody><tr><td>每次匹配最长时长</td><td>30s</td></tr><tr><td>匹配成功后，最长比赛准备时长</td><td>600s</td></tr><tr><td>匹配成功后超时未参与比赛结果</td><td>比赛依旧有效，得分为 0，Entry Fee 不予退回</td></tr><tr><td>胜负或名次判定依据</td><td>得分高低</td></tr><tr><td>多人得分相同的比赛结果</td><td>比分相同的玩家重新比赛，直至比分不同</td></tr><tr><td>所有玩家均超时未参与比赛结果</td><td>比赛依旧有效，所有人得分为 0，且无奖励，Entry Fee 不予退回</td></tr></tbody></table>

***

**如玩家中途退出比赛：**

<table><thead><tr><th width="302">退出场景</th><th>规则约束</th></tr></thead><tbody><tr><td>已开始匹配，但还未有匹配结果</td><td>匹配终止。 终止支付Entry Fee。</td></tr><tr><td>已匹配成功，但还未开始比赛</td><td>一旦匹配成功，无论玩家是否已经开始比赛，平台都会从玩家帐户中扣除 Entry Fee 。玩家须在在 10 分钟内加入比赛。否则玩家该场比赛得分为 0，且胜负结果判为输，已扣除的Entry Fee不予退还。</td></tr><tr><td>已开始比赛，但比赛还未结束</td><td>比赛不会暂停，比赛依旧在倒计时。玩家须在倒计时结束前返回比赛争取更好表现，避免由于退出输掉比赛。</td></tr><tr><td>已比赛结束，但玩家还未查看得分或确认结果</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-gui-ze.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.
