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