> 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/cn/9.-jie-yu.md).

# 9. 结语

manadia 的核心定位是 AI 原生算力协同网络。它首先解决 AI 时代算力、模型、数据和 Agent 执行之间难以协同的问题；在此基础上，manadia 训练并运行全球首个可信任 AI 预测模型，将 AI 算力网络能力转化为高价值产品；随后，manadia 通过 AI API Routing、Agent Trace、Vertigas、预测市场、Potion 和 manadia Pay 形成完整产品生态。

manadia 不是单一 AI 理财产品，也不是普通量化机器人，而是以 AI 原生算力协同网络为底座、以可信任 AI 预测模型为核心产品、以多产品生态为扩展路径的 AI 基础设施项目。

未来 AI 应用的竞争，不只是谁拥有更大的模型，也是谁能够更高效地协调算力、更可信地使用数据、更稳定地运行 Agent、更清晰地记录执行过程。manadia 希望在这一方向上构建可验证、可扩展、可产品化的技术网络。

<br>


---

# 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/cn/9.-jie-yu.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.
