# Consensus and Voting Mechanism

## **Consensus and Voting Mechanism**

* **CometBFT Consensus:** A **Byzantine Fault Tolerant (BFT)** system ensures fast and secure consensus, even if up to one-third of validators fail or act maliciously.
* **Merkle Tree Structures:** Validators submit data verified via **Merkle proofs** to ensure cryptographic integrity and reduce computational overhead.
* **Threshold Signatures:** Requires a predefined number of validators to approve data, protecting against manipulation and Sybil attacks.


---

# 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://nebula-18.gitbook.io/nebula/tech-overview/nebula-technology-overview/consensus-and-voting-mechanism.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.
