> 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/agentic-finance-engine.md).

# 7. Agentic Finance Engine

ValueQube's AI narrative is not that AI makes money for the user. AI is first an account explainer, risk translator, and action copilot.

When each qAsset carries structured information, an AI agent can read account state rather than only balances. It can explain the credit and price movement of qSTRC, duration and interest-rate risk of qT30Y, equity volatility of qNVDA, portfolio exposure of qETF54, and strategy state of qQuant.

AI can help users understand:

* why account reference value changed;
* whether a distribution has been confirmed;
* whether fees have been deducted;
* whether a redemption window is open;
* whether qPower weight has changed;
* which action can be prepared and which action requires confirmation.

AI may prepare drafts for claiming, reinvestment, redemption, reports, and risk reminders. It may help the platform generate account reports, support explanations, operating dashboards, and community updates. But subscription, reinvestment, redemption, authorization, signing, and fund movement require user confirmation.

#### AI Permission Model

AI in ValueQube should operate with a permissioned action model.

| Mode    | AI Role                                                    | User Boundary                       |
| ------- | ---------------------------------------------------------- | ----------------------------------- |
| Read    | Read structured qAsset state                               | No fund movement                    |
| Explain | Translate account changes and risks                        | No promise of outcome               |
| Prepare | Draft reports, claims, reinvestment, or redemption actions | User must review                    |
| Execute | Submit authorization, signing, or fund movement            | Requires explicit user confirmation |

This model matters because financial AI becomes dangerous when explanation, recommendation, authorization, and execution collapse into one black box. ValueQube's account structure allows AI to be useful without becoming an uncontrolled financial actor.

#### Agentic Finance Without Illusion

The agentic layer should make finance more legible, not more magical. A good agent should say what it knows, what state it reads, what assumption it uses, what action it can prepare, and what it cannot do without the user. In that sense, the AI layer is not a promise engine. It is a structured cockpit for account understanding.

###


---

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