> 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/manadia-whitepaper.md).

# manadia Whitepaper

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

### Abstract

manadia is an AI-Native Compute Coordination Network designed for the era of AI Agents and intelligent applications. Its goal is not simply to aggregate GPU resources or act as a model API gateway, but to build an AI infrastructure network capable of coordinating distributed compute resources, model services, data sources, Agent execution environments, and trustworthy verification mechanisms.

In traditional computing platforms, computational resources are typically rented and consumed in the form of GPUs, servers, or cloud instances. In AI-native environments, however, what truly needs to be orchestrated is the complete AI workload. A single AI task may simultaneously involve model inference, token processing, context management, tool invocation, data retrieval, Agent planning, strategy execution, result recording, and audit tracing. Therefore, the computing network for the AI era should not only understand hardware resources, but also models, tasks, data, execution, and trust.

Built upon its AI-Native Compute Coordination Network, manadia trains and operates the world's first Trustworthy AI Prediction Model. The model performs intelligent analysis using multi-source market data, on-chain data, prediction market data, news events, and sentiment signals, while leveraging a multi-strategy execution system to complete prediction, position allocation, risk management, and result verification. As the flagship product of the manadia network, the Trustworthy AI Prediction Model demonstrates how AI compute can evolve from foundational infrastructure into verifiable predictive intelligence and strategy execution capabilities.

Centered around its underlying compute network and core prediction model, manadia further builds a comprehensive product ecosystem including AI API Routing, Agent Trace, Vertigas Oracle, manadia Prediction Market, Potion, and manadia Pay. Together, these products serve a common objective: enabling coordinated AI compute, trainable AI models, verifiable AI data, and AI Agent execution that is observable, reproducible, and scalable.

This white paper focuses on three core components of the manadia technical architecture:

First, the AI-Native Compute Coordination Network. This section explains how manadia integrates heterogeneous compute resources, abstracts AI workloads, performs dynamic model routing, supports Agent Runtime, and optimizes AI tasks through an observable execution system.

Second, the world's first Trustworthy AI Prediction Model. This section explains how the model is trained on top of the compute coordination network, processes multi-source data, performs feature engineering, predictive inference, strategy execution, and trustworthy verification.

Third, the Product Ecosystem. This section explains how manadia builds a practical, deployable, and scalable portfolio of AI products around its compute coordination network and Trustworthy AI Prediction Model.


---

# 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/manadia-whitepaper.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.
