> 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/an-quan-xing-yu-tou-ming-du-ye-mian.md).

# 安全性与透明度页面

### 区块链安全

* BNB 智能链上的所有交易
* 可在 BSCScan 上验证
* 通过 Privy 支持多钱包
* 自动网络切换

### &#x20;智能防护

* 服务器端价格计算
* 零客户端信任模型
* 申领速率限制
* 数据库回滚支持

### 暗池隐私

* 您的投注策略在市场结算前完全隐藏
* 防止市场操纵和跟单交易
* 确保所有参与者的公平竞争
* 所有投注数据均被加密并安全存储

> 所有 API 密钥和敏感数据均被屏蔽 - 我们绝不暴露内部凭证、金库钱包地址或验证源端点以保护平台完整性。

### 透明度功能

| <h4>链上验证</h4><p>所有交易和结果都记录在 BNB 智能链上，并可在 BSCScan 上验证。</p> | <h4>开源组件</h4><p>平台的关键组件为开源，允许社区进行验证和审计。</p> |
| --------------------------------------------------------- | ------------------------------------------- |
| <h4>定期审计</h4><p>智能合约由第三方公司进行定期安全审计。</p>                   | <h4>社区监督</h4><p>社区成员可以报告安全问题并参与平台治理。</p>    |


---

# 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/an-quan-xing-yu-tou-ming-du-ye-mian.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.
