> 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/manadia-bai-pi-shu.md).

# manadia 白皮书

<figure><img src="/files/Bc2WnBQ1a1CrA34xEHIH" alt=""><figcaption></figcaption></figure>

### 摘要

manadia 是面向 AI Agent 与智能应用时代的 AI 原生算力协同网络。它的目标不是简单聚合 GPU，也不是仅仅提供模型 API 中转，而是构建一个能够协调分布式算力、模型服务、数据源、Agent 执行环境与可信验证机制的 AI 基础设施网络。

在传统算力平台中，计算资源通常以 GPU、服务器或云实例的形式被租赁和调用；而在 AI 原生场景中，真正需要被调度的是完整的 AI workload。一次 AI 任务可能同时包含模型推理、Token 处理、上下文管理、工具调用、数据检索、Agent 规划、策略执行、结果记录与审计追踪。因此，AI 时代的算力网络不应只理解硬件资源，而应理解模型、任务、数据、执行和信任。

manadia 以 AI 原生算力协同网络为底层，训练并运行全球首个可信任 AI 预测模型。该模型通过多源市场数据、链上数据、预测市场数据、新闻事件与情绪信号进行智能分析，并结合多策略执行系统完成预测、仓位调度、风险控制和结果验证。可信任 AI 预测模型是 manadia 网络的核心产品，它展示了 AI 算力如何从基础资源转化为可验证的预测能力和策略执行能力。

围绕底层算力网络与核心预测模型，manadia 进一步构建 AI API Routing、Agent 全链路追踪、Vertigas 预言机、manadia 预测市场、Potion 和 manadia Pay 等产品生态。这些产品共同服务于一个目标：让 AI 算力可协调，让 AI 模型可训练，让 AI 数据可校验，让 AI Agent 执行过程可观察、可复验、可扩展。

本文重点阐述 manadia 的三部分技术体系：

第一，AI 原生算力协同网络。该部分解释 manadia 如何接入多源算力、抽象 AI workload、执行动态模型路由、支持 Agent Runtime，并通过可观测系统优化 AI 任务。

第二，全球首个可信任 AI 预测模型。该部分解释模型如何基于算力网络训练，如何处理多源数据，如何完成特征工程、预测推理、策略执行和可信验证。

第三，产品生态。该部分解释 manadia 如何围绕算力网络和可信任 AI 预测模型，构建可落地、可使用、可扩展的 AI 产品矩阵。


---

# 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/manadia-bai-pi-shu.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.
