# Storage Layer

**Hot & Cold Storage**

* Cold storage: Long-term archiving of historical signals, used for model training, compliance, and auditing.
* Hot storage: Low-latency access to real-time validated streams for oracle consumption.

**Distributed Storage**

* Nillion NilDB for encrypted, privacy-preserving data storage and blind computation.
* IPFS / Arweave for redundancy, immutability, and long-term persistence.\ <br>

**On-chain Indexing**

* Only metadata and CIDs are committed on-chain, reducing overhead while preserving transparency.


---

# 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/storage-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.
