# 4.4 Off-Chain Knowledge Layer

While the on-chain layer provides verifiability, the off-chain layer provides semantic expressiveness. Knowledge assets may include extended reasoning, evidence sets, domain rules, contextual qualifiers, or model-specific instructions—content too large or sensitive for on-chain placement. The off-chain layer stores this material in encrypted form, with decryption granted only when a usage event satisfies the conditions encoded on-chain.

The separation between content and commitment enables the system to enforce both confidentiality and accountability. Even though models access the encrypted payload, they do so through a controlled mechanism that logs retrieval and ties it back to royalty accounting. This ensures that AI systems cannot consume knowledge anonymously or without economic consequence.

The off-chain layer also supports multiple storage backends through an abstraction interface, allowing enterprises to retain jurisdictional control while still participating in the knowledge economy.


---

# 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.gnosislayer.xyz/4.-architecture-design/4.4-off-chain-knowledge-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.
