> For the complete documentation index, see [llms.txt](https://encryptum.gitbook.io/encryptum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://encryptum.gitbook.io/encryptum/welcome.md).

# Welcome

<figure><img src="/files/qaczdIVZS9F5NDmjj8Dy" alt=""><figcaption></figcaption></figure>

**Welcome to the official documentation for Encryptum**, a next-generation decentralized storage protocol purpose-built for the evolving landscape of artificial intelligence.

Encryptum is designed to serve as the foundational data layer for AI-native systems, intelligent agents, and autonomous digital ecosystems. In a world where AI increasingly operates independently, data sovereignty, integrity, and accessibility are critical. Encryptum ensures that data can be stored, verified, and retrieved in a decentralized, cryptographically verifiable, and censorship-resistant manner.

At its core, Encryptum addresses the limitations of traditional cloud and blockchain-based storage by combining the scalability of decentralized networks with robust privacy-preserving technologies and zero-trust security principles. It empowers AI agents to operate with full data autonomy by enabling persistent, trustless access to mission-critical information without reliance on centralized intermediaries.

This documentation is crafted to be comprehensive, technically rigorous, and investor-grade. Whether you are a developer, researcher, contributor, or stakeholder, you will find the guidance and insights needed to understand, build upon, and integrate with Encryptum.

> We’ve begun updating our main project document with more detailed information. It’s still a work in progress, but we’ll be adding diagrams, technical breakdowns, and more to make it clearer and more useful. Just so you know, we launched stealthily, and while we’re working on improving socials, docs, and other aspects, we’ve been running without VC backing so far, which means no one is controlling supply or manipulating the charts.

Welcome to a new era of sovereign data infrastructure. Welcome to Encryptum.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://encryptum.gitbook.io/encryptum/welcome.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
