> 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/jiang-jin.md).

# 奖金

每场比赛都设有奖金。玩家获取奖金的唯一方式便是通过个人（或者团队整体）游戏技能击败对手，获胜的玩家将赢取失败者的押注。

如果赛事额外设置了按照某种排名规则进行发放的奖池，则符合发放规则的玩家也能获得奖金。

奖金来自：

* 玩家支付的门票
* 第三方（开发者，平台本身，广告商等）的赞助

奖金可以是

* 游戏道具 NFT
* 游戏代币
* USDT
* Toncoin

奖金和用户所支付门票采用的货币是一一对应的。例如用户用 Toncoin 支付的门票，则奖金也为 Toncoin，如用户采用 $AXS(游戏 Axie 的代币)支付的门票，则奖金也为$AXS。

{% hint style="info" %}
例外说明：如果采用法币（例如美元）支付的门票，则奖金统一为 USDT。
{% 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/jiang-jin.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.
