> 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/account-value-flow.md).

# 6. 账户价值流

ValueQube 的账户价值流围绕 qAsset Certificate 展开，而不是围绕一个单一美元化凭证展开。

如果用户用 1,000 USDC 认购 qSTRC，当时 qSTRC 参考价为 1.00，用户获得 1,000 qSTRC 单位。如果后续参考价为 1.05，账户参考价值为 1,050 USD；如果后续参考价为 0.97，账户参考价值为 970 USD。

这个例子不是收益承诺，而是说明账户价值如何按确认单位和参考价归属。不同 qAsset 按自己的确认价格、估值方式、费用规则、分配规则和赎回窗口分别计算。

新增申购按当期参考价确认。晚进入的用户不是给早进入用户补钱，早进入用户也不会把隐藏价值转移给晚进入用户。账户价值、分配、风险和退出规则，都按各自确认批次归属。

协议还必须拆清三条流：qAsset 账户价值、平台服务费用、$54Q 平台代币价值回流。这些流可以按规则连接，但不能混同。

#### 参考价值公式

基础账户逻辑可以用一个简单公式表达：

```
 确认 qAsset 单位 = 确认认购金额 / 确认参考价
 账户参考价值 = 确认 qAsset 单位 x 当前参考价
```

费用、分配、复投和赎回规则，可能改变可领取或可退出的状态，但不应该抹掉原始确认批次。这样账户记录才不会在多次事件之后变得模糊。

#### 批次公平

批次公平很重要，因为 qAsset 是账户凭证。每个用户按确认参考价进入，并获得绑定该确认批次的单位记录。后续认购按后续参考价确认。这能避免系统用新用户修补旧账户，也避免旧账户从新进入资金中吸收隐藏价值。

同样的原则也适用于退出。赎回窗口、队列和结算时间，应该显示在 qAsset 状态里，而不是藏在界面之外的人工流程里。


---

# 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/account-value-flow.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.
