# Quorum Rotation & Benefit

### Dynamic Quorum Rotation

* Periodically or based on time/epoch:
  * A staking contract selects the next quorum using stake-weighted randomness.
  * Top-N iDAO nodes are assigned to the next active quorum.
  * Transition is smooth and predictable (e.g., every 100 blocks).

### Benefits of LazAI QBFT

<table data-header-hidden><thead><tr><th width="194.78515625"></th><th></th></tr></thead><tbody><tr><td>Verifiability</td><td>Supports cryptographic proofs for AI models and datasets.</td></tr><tr><td>Scalability</td><td>Quorum sharding ensures horizontal scalability.</td></tr><tr><td>AI-Native Validity</td><td>Direct integration with ZK-SNARKs, OP, and TEEs.</td></tr><tr><td>Incentivized Security</td><td>Built-in slashing &#x26; challenge rewards system.</td></tr><tr><td>Modular Integration</td><td>Works with DAT token minting, iDAO governance, and Alith agent execution.</td></tr></tbody></table>


---

# 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://docs.lazai.network/quorum-based-bft-consensus/quorum-rotation-and-benefit.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.
