# Consensus and Oracle

#### **Nebula’s Advanced Consensus and Oracle Systems**

At the core of Nebula’s architecture is its **CometBFT consensus mechanism**, a **Byzantine Fault Tolerant (BFT)** protocol that ensures **high throughput** and **rapid transaction finality**. This mechanism is reinforced by **strict slashing conditions** that penalize malicious validators, ensuring the integrity and security of the protocol.

In parallel, Nebula utilizes a **validator-based oracle network** that aggregates data from multiple sources using **threshold cryptography**. This **decentralized oracle system** delivers **secure and tamper-resistant price feeds**, leveraging advanced cryptographic techniques such as **Merkle Trees** and **threshold signatures**. This ensures that all data input into smart contracts is both **accurate** and **verifiable**, providing a reliable foundation for secure DeFi operations.


---

# 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/nebula-overview/competitive-advantages/consensus-and-oracle.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.
