# Technical Layer Framework

* **User & Asset Layer:** Data upload, authorization, and DID management combined with RWA asset information integration and verification.
* **Blockchain Layer:** On-chain validation and smart contract execution for data incentives, asset pledges, settlements, and transaction records.
* **Storage & Computing Layer:** Encrypted data storage (hybrid centralized–distributed model) combined with Trusted Execution Environments (TEE) for sensitive computations.
* **Privacy & Security Layer:** Zero-Knowledge Proofs (ZKP) and homomorphic encryption enable secure verification and compliance auditing.
* **Governance & Compliance Layer:** Multi-tier governance modules dynamically adjust platform operations through smart contract–based oversight.


---

# 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://dna-6.gitbook.io/docs.dna.living/technical-architecture/technical-layer-framework.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.
