# Containers: Distributed Sovereignty Nodes

**Containers** are decentralized data nodes that store and validate all InSoBlok AI user activity off-chain. Any participant can run a Container on local hardware or in the cloud, contributing to storage replication, gossip syncing, and diff-based message reconciliation.

Each Container:

* Syncs with Layer 1 to stay aware of all account keys and state
* Validates message signatures and constraints (e.g., byte limits, message lifespan)
* Stores user content, structured metadata, and TasteScore computation inputs
* Replicates messages across peers using **libp2p's gossipsub protocol**
* Enforces **CRDT (Conflict-Free Replicated Data Types)** to resolve update conflicts deterministically

Containers operate with **strong eventual consistency**, ensuring that nodes may fall behind temporarily but always catch up without state corruption.


---

# 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://docs.insoblokai.io/whitepaper/dynamic-sovereignty-architecture/containers-distributed-sovereignty-nodes.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.
