# The Core Architecture Design

## **Decentralized Root-of-Trust (DROT)** <a href="#heading-decentralized-root-of-trust-drot" id="heading-decentralized-root-of-trust-drot"></a>

Decentralized Root-of-Trust (DROT) is a core component of the Trusted Execution Environment (TEE) trust chain. Ultimately, user verification relies on remote proofs signed by the CPU, which depend on a set of hardware-stored keys for generation. The hardware components responsible for managing these root keys, verifying firmware and applications, and issuing remote proofs are collectively referred to as DROT.

<figure><img src="https://3887301471-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlgWXaK6X6NXiNrIkejje%2Fuploads%2FzIYqxirOgFnULDsa8Obu%2Fimage.png?alt=media&#x26;token=8072651e-d07b-4106-b104-0e1b43eb33a6" alt=""><figcaption></figcaption></figure>

## **Key Management Protocol** <a href="#heading-key-management-protocol" id="heading-key-management-protocol"></a>

In the overall design, key management follows the principle of least privilege, meaning that the secrets known by each entity are strictly limited to what is necessary to perform its specific task.

<figure><img src="https://3887301471-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlgWXaK6X6NXiNrIkejje%2Fuploads%2FC3cdbLG69Mz1UgXKCVes%2Fimage.png?alt=media&#x26;token=6ad0418d-baa2-43da-a440-81dedb4a3c0f" alt=""><figcaption></figcaption></figure>

## **TEE Controlled Domain Certificates** <a href="#heading-tee-controlled-domain-certificates" id="heading-tee-controlled-domain-certificates"></a>

In the solution design, the certificate management module serves as a reverse proxy for applications running on the network. It is important to note that as part of the overall solution, it operates within the TEE and is managed by smart contracts.

<figure><img src="https://3887301471-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlgWXaK6X6NXiNrIkejje%2Fuploads%2Fdfe0DrnW6p8sASKQCWiZ%2Fimage.png?alt=media&#x26;token=513c7f6d-0d63-42ca-ba19-d0371bc485b7" alt=""><figcaption></figcaption></figure>


---

# 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.lumoz.org/ai-agents/the-core-architecture-design.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.
