> For the complete documentation index, see [llms.txt](https://docs.valueqube.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valueqube.io/lite-paper/zh/agentic-finance-engine.md).

# 7. Agentic Finance Engine

ValueQube 的 AI 叙事不是“让 AI 替用户赚钱”。AI 首先是账户解释器、风险翻译器和操作副驾驶。

当每一张 qAsset 都带着结构化信息，AI Agent 就能读取账户状态，而不是只读余额。它可以解释 qSTRC 的信用与价格波动、qT30Y 的久期与利率风险、qNVDA 的权益波动、qETF54 的组合暴露、qQuant 的策略状态。

AI 可以帮助用户理解：

* 账户参考价值为什么变化；
* 分配是否已经确认；
* 费用是否已经扣除；
* 赎回窗口是否打开；
* qPower 权重是否变化；
* 哪些动作可以准备，哪些动作必须确认。

AI 可以准备领取、复投、赎回、报告和风险提醒草稿，也可以帮助平台生成账户报表、客服解释、运营看板和社区更新。但认购、复投、赎回、授权、签名和资金流转，必须由用户确认。

#### AI 权限模型

ValueQube 中的 AI 应该运行在有权限边界的操作模型里。

| 模式      | AI 角色             | 用户边界      |
| ------- | ----------------- | --------- |
| Read    | 读取结构化 qAsset 状态   | 不移动资金     |
| Explain | 翻译账户变化和风险         | 不承诺结果     |
| Prepare | 准备报告、领取、复投或赎回动作草稿 | 用户必须审阅    |
| Execute | 提交授权、签名或资金流转      | 必须由用户明确确认 |

这个模型很重要，因为当解释、建议、授权和执行合并成一个黑箱时，金融 AI 会变得危险。ValueQube 的账户结构，让 AI 可以有用，但不必变成失控的金融行为主体。

#### 没有幻觉的 Agentic Finance

Agentic layer 应该让金融更可读，而不是更神秘。一个好的 Agent 应该说明它知道什么、读取了什么状态、使用了什么假设、能准备什么动作、没有用户授权时不能做什么。这个意义上，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:

```
GET https://docs.valueqube.io/lite-paper/zh/agentic-finance-engine.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.
