> For the complete documentation index, see [llms.txt](https://chainide.gitbook.io/chainide-chinese/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chainide.gitbook.io/chainide-chinese/chainide/1.-ethereum-ide-1.md).

# 2. BNB Chain IDE

BNB Chain采用委托权益证明（DPoS）和权益证明（PoA）的组合。在BNB Chain中，区块由一组有限的验证者生成，验证者轮流以PoA方式生成区块，类似于以太坊的Clique共识引擎，验证器集合根据基于质押的治理进行选举和退出。

<figure><img src="/files/u7bdUck8dxOQm6XzlnKN" alt=""><figcaption></figcaption></figure>

有关更多信息，请访问以下链接:

1. BNB Chain 白皮书：<https://dex-bin.bnbstatic.com/static/Whitepaper_%20Binance%20Smart%20Chain.pdf>
2. 官方网站：<https://www.bnbchain.org/en>


---

# 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://chainide.gitbook.io/chainide-chinese/chainide/1.-ethereum-ide-1.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.
