> 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/qasset-certificate.md).

# 4. qAsset証明書

qAsset証明書 は ValueQube の中核となる口座プリミティブである。各投資可能エクスポージャーを、ユーザー、ウォレット、プロダクト、プロトコル、AI Agent が読めるようにするために設計される。

qAsset は次の情報を記録すべきである。

| Field                      | 意味                               |
| -------------------------- | -------------------------------- |
| Underlying Exposure        | 対象となる資産、戦略、ポートフォリオ               |
| Subscription Record        | 金額、時点、確認バッチ                      |
| Unit Record                | 確認済み qAsset 単位または持分記録            |
| Reference Value            | 口座参照価格または評価基準                    |
| Risk Label                 | デュレーション、変動、信用、流動性、コンプライアンス、戦略リスク |
| Fee and Distribution State | 費用控除、確認済み分配、請求可能または再投資状態         |
| Redemption Window          | 償還ウィンドウ、キュー、確認、決済ルール             |
| Authorization Boundary     | AI が準備できる操作と、ユーザー確認が必要な操作        |

例として qSTRC、qT30Y、qNVDA、qETF54、qQuant、qUSD 状態がある。これらは異なるエクスポージャーがどう記録されるかを説明するための例であり、すべての商品が同じリスク、評価、償還経路を持つことを意味しない。

qAsset はステーブルコインではない。一般的な wrapped asset でもない。口座参照価値が上昇し続ける約束でもない。口座状態を読めるものにする証明レイヤーである。

#### qAsset は時間とともにどう振る舞うか

qAsset は静的なものではない。確認済みの口座証明として始まり、市場、戦略、費用、分配、ユーザー操作のイベントに応じて状態を蓄積する。成熟した qAsset 記録は、ユーザーまたは AI Agent が口座の物語を再構築できるようにすべきである。初期参加、確認バッチ、現在の参照価値、イベント履歴、請求可能状態、出口選択肢である。

したがって、口座オブジェクトは少なくとも四つの読み方を支える必要がある。

| Reading Mode  | 答える問い                 |
| ------------- | --------------------- |
| Position View | 現在何を保有しているか           |
| Value View    | 参照価値はどのように計算または取得されるか |
| Event View    | 確認後に何が変わったか           |
| Action View   | 何を準備、請求、再投資、償還、署名できるか |

ValueQube が取引 ticker ではなく certificate から始める理由はここにある。ticker は市場表現に役立つ。certificate は口座の真実に必要である。


---

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