> For the complete documentation index, see [llms.txt](https://community.verida.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community.verida.network/verida-network/network-functionality/verida-dbstore.md).

# Verida dbStore

The Verida protocol provides secure, decentralized database storage for user data. Verida DbStore is the open source [Storage Node](https://github.com/verida/storage-node) server that provides encrypted database storage for one or more Verida Identities. **No user data or Personally Identifiable Information (PII) is stored on the blockchain.**

This solution is designed for storing structured private user data. It incorporates access controls with flexible encryption and permissioned data synchronization. It’s region aware and designed to meet data protection regulations such as GDPR or CCPA.

Read the deep dive into DbStore here:

[Revolutionizing Web3 Storage: A Deep Dive into IPFS and Verida DbStore](https://news.verida.io/revolutionizing-web3-storage-a-deep-dive-into-ipfs-and-verida-dbstore-7a15745dd118)

Verida Identities (accounts) control where their personal encrypted data is stored. Applications can provide a default storage hosting option or users can specify their own.

<figure><img src="/files/IR1Vqqqjtqv5Mm7zQxeb" alt=""><figcaption><p>Verida dbStore Nodes</p></figcaption></figure>

The product capabilities are beneficial for builders and users. For example:

1. End users can access secure, region aware private storage for Web3
2. Application developers can provide their own default storage nodes for their users
3. Users can have increased privacy and control by hosting storage nodes for their own personal data
4. Enterprise companies can provide highly secure, private storage for all their employees

**Checkout the Verida DbStore from Chris here:**

<https://www.youtube.com/watch?v=bCJAk44lzXg>

**Read more:**

* [Data Storage Concepts](https://developers.verida.network/docs/concepts/data-storage)
* [Datastores](https://developers.verida.network/docs/tutorial/datastores) (Schema based storage)
* [Data Encryption](https://developers.verida.network/docs/tutorial/encryption)
* [Data Storage Node](https://developers.verida.network/docs/infrastructure/storage-node)
* [Data Storage Interactive Tutorial](https://developers.verida.network/docs/tutorial/databases)
* [Data Storage Video Tutorial](https://www.youtube.com/watch?v=jmWtvvkk4WE)


---

# 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://community.verida.network/verida-network/network-functionality/verida-dbstore.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.
