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