> 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/bi-sai-men-piao.md).

# 比赛门票

{% hint style="info" %}
每一场比赛都需要支付门票才能参与
{% endhint %}

门票支付方式由组织者设定，支持用以下代币支付门票：

* 积分
* 游戏道具或者NFT
* 游戏代币
* USDT
* Toncoin

由于我们支持采用某个游戏内 Token 支付门票，因此MiniTon对于游戏的经济模型设计会是一个极大的补充和改进。

{% hint style="info" %}
在 2024 年 3 季度，MiniTon 将支持使用游戏代币支付门票。

具体哪些游戏的代币可被用于支付门票，将由社区投票决定。
{% endhint %}

在支付方式上，集成了 Telegram 提供的 Payment 支付和 TON Wallet 支付。

{% hint style="info" %}
由于玩家所支付的门票是比赛奖金来源之一：

**在完成玩家匹配后，比赛结束前，所有的门票费用都会被锁在智能合约中。**
{% endhint %}


---

# 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/bi-sai-men-piao.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.
