> 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/jie-shao.md).

# 介绍

**Darkbet** 是一个旨在通过密码学保证实现私密市场的预测市场。它引入了 Darkpools 市场，即加密的流动性池，头寸和交易在市场结算前保持机密。为重视隐私且不愿牺牲透明性的交易者和流动性提供者构建，Darkbet 将实现零知识证明，以确保每笔交易在链上可验证而不暴露个别策略或资金流动。

该协议的架构以混合预言机网络为中心，结合乐观验证与零知识验证来安全地决议市场结果。Darkbet 解决了预测市场中的一个根本性问题：区块链的透明性会产生信息不对称，导致抢先交易和市场操纵。通过在协议层嵌入隐私，DarkBet 消除了这些漏洞，同时保持完整的密码学完整性和可审计性。

###


---

# 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:

```
GET https://docs.darkbet.fun/jie-shao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
