> 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/ja/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 は、権限境界を持つ操作モデルで動くべきである。

| Mode    | 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/ja/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.
