# Data Validation Layer

**Validator Nodes**

* Community-operated nodes validate data integrity, perform anomaly detection, and verify device signatures.
* Validators recompute CIDs and reach quorum before anchoring results on-chain.<br>

**On-chain Anchoring**

* Validated CIDs are recorded immutably on Monad, ensuring settlement-grade performance with high throughput and sub-second finality.<br>

**Reputation & Incentives**

* A reputation system rewards consistent validators with higher incentives.
* Rewards are distributed transparently via smart contracts, ensuring honesty and liveness.


---

# 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://nubila.gitbook.io/nubila/technical-architecture-of-nubila/data-validation-layer.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.
