> For the complete documentation index, see [llms.txt](https://mana.gitbook.io/manadia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mana.gitbook.io/manadia/7.-security-and-trust-architecture.md).

# 7. Security and Trust Architecture

Security and trust are fundamental components of the manadia technical architecture. Since the manadia ecosystem encompasses compute resources, AI models, data, Agent execution, and on-chain interactions, the system must establish security boundaries across multiple layers.

### 7.1 Model Security

Model security includes model weight protection, parameter protection, version management, and access control. For prediction models and third-party Agents, core strategies and parameters should not be arbitrarily copied during execution. TEE, permission management, model hashing, and version attestation collectively enhance model security.

### 7.2 Data Security

Data security includes data encryption, data source signatures, access control, timestamp recording, and data usage governance. Proprietary datasets, paid data, and sensitive factors should never be exposed in plaintext, while maintaining records of which models have accessed specific datasets.

### 7.3 Agent Execution Security

Since AI Agents possess tool invocation capabilities, strict permission controls are required. Different Agents should have different tool permissions, invocation quotas, and execution boundaries. Tools involving wallets, trading, asset management, and on-chain operations require more stringent authorization and confirmation mechanisms.

### 7.4 Audit and Replay

The auditing system should support replaying critical execution processes. Replay does not necessarily require revealing proprietary model logic, but it should be able to verify the consistency among the model version, input data digest, strategy configuration, execution timestamp, and output results.

### 7.5 Trust Boundaries

The Trustworthy AI Prediction Model must clearly define its technical boundaries. AI prediction does not imply deterministic outcomes. TEE does not guarantee investment returns. Historical performance does not guarantee future results. Explicitly defining these boundaries within the white paper strengthens technical credibility rather than diminishing the project's value.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mana.gitbook.io/manadia/7.-security-and-trust-architecture.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
