> For the complete documentation index, see [llms.txt](https://docs.darkbet.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.darkbet.fun/gong-zuo-yuan-li/ling-qu-nin-de-jiang-jin.md).

# 领取您的奖金

在市场结算后，正确预测结果的用户可以直接在链上领取他们的奖金。\
Darkbet 的支付流程是透明的、自动化的，并通过经审计的智能合约保障。

#### 支付流程说明

奖金按以下方式分配 **按比例** 在所有支持正确结果的用户之间。

**公式：**\
**支付 =（您的份额 ÷ 总赢得份额）× 总奖池**

* 一个 **1.5% 平台费用** 会从总奖金中自动扣除。
* 您将收到 **您总支付的 98.5%** 直接以 **BNB**.

**示例：**\
如果您下注了 10 股“YES”，且“YES”结果获胜：

* **总奖池：** 1,000 BNB
* **您的份额：** 10
* **总赢得份额：** 500
* **毛奖金：** （10 ÷ 500）× 1,000 = **20 BNB**
* **平台费用（1.5%）** = 0.3 BNB
* **净奖金：** **19.7 BNB**

#### 如何领取

1. **等待市场结算**\
   一旦市场到期，Darkbet 基于 AI 的预言机会确定并将结果记录在链上。
2. **查看您获胜的下注**\
   前往 **我的下注** 部分以查看哪些预测是正确的。
3. **点击“领取奖金”**\
   点击您获胜预测旁的领取按钮以发起支付。
4. **确认交易**\
   在您的钱包中批准领取交易。您的奖金将以 BNB 转入您连接的钱包。

#### 安全与验证

* 资金在整个市场生命周期中存放于 **安全金库合约** 中。
* 所有领取请求都会在链上进行验证 **以防止双重支付或操纵。** 在领取交易之间会有
* 一个 **30 秒冷却时间** 以防止重复。
* 每笔支付交易都可以通过公开渠道验证， **BSCScan**.

#### 重要说明

* 您需要承担领取交易的 gas 费用。
* 该 **1.5% 平台费用** 会在支付时自动扣除。
* 领取交易一旦在链上确认即为最终且不可更改。


---

# 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://docs.darkbet.fun/gong-zuo-yuan-li/ling-qu-nin-de-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.
