# 4.5 Hybrid Permissioning Model

A hybrid permissioning model is required because no single trust domain can effectively regulate knowledge usage. Smart contracts enforce rights, but private storage systems hold content. The hybrid system coordinates these domains by issuing cryptographic access tokens after verifying usage conditions and economic payments.

When an AI system requests access to knowledge, the protocol evaluates whether:

* The requester holds valid permissions
* The intended use aligns with the rights encoded in the asset
* Required fees or royalty advances have been settled

Only once these conditions are validated is a decryption key released, and even then, it is scoped to the requested usage context. This ensures that knowledge cannot be exfiltrated, reused without attribution, or accessed outside the bounds defined by contributors.

Definition — Programmable Knowledge Access:\
A rule-based mechanism governing when, how, and by whom knowledge may be consumed by AI systems.


---

# 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.5-hybrid-permissioning-model.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.
