> 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/litepaper-v0.3.md).

# Litepaper v0.3

#### 摘要

ValueQube 是一个 TradFi x DeFi 的 qAsset 协议。它把股票、ETF、国债、RWA、量化策略和链上收益等可投资敞口，转化为可读取、可对账、可解释的账户凭证。

核心对象是 **qAsset Certificate**：每一种可投资敞口对应一张 AI-readable Financial Passport。qAsset 记录用户进入了什么资产或策略、何时确认、参考价如何形成、风险标签是什么、费用和分配如何处理，以及赎回或退出按什么规则发生。

**$54Q** 是 ValueQube 平台代币，服务激励、治理、流动性、数据服务、生态参与和协议价值回流。它不是 qAsset 金库份额，也不代表底层策略收益。**qPower** 是贡献权重系统，用来衡量合格策略参与和长期持有 $54Q 的行为。

Litepaper v0.3 的目标，是给 ValueQube 建立第一版公开结构：为什么需要 qAsset，54 面金融魔方如何组织策略入口，AI 如何让账户状态可读，以及协议边界在哪里。

#### 需要记住的一句话

**金融不需要另一个看不懂的余额。金融需要一层能解释余额含义的凭证。**

#### v0.3 的范围

这一版定义的是 ValueQube 的协议账户层，不是完整法律文件、产品手册、代币上线文件或最终技术规格。它的任务，是让建设者、早期用户、合作方和社区成员能围绕同一个对象形成共同理解。

| 问题           | v0.3 的回答                            |
| ------------ | ----------------------------------- |
| 核心原语是什么？     | qAsset Certificate                  |
| 它代表什么？       | 一个可投资敞口的可读账户记录                      |
| AI 读取什么？     | 资产类型、参考价、风险标签、费用状态、分配状态、赎回规则和用户授权边界 |
| $54Q 做什么？    | 协调激励、治理、流动性、数据服务和生态参与               |
| qPower 衡量什么？ | 合格贡献权重，不是现金收益                       |

这一版 litepaper 的标准很简单：每个重要对象都必须有角色、价值路径和边界。一个术语如果说不清自己记录什么、谁会使用它、它不承诺什么，就不应该进入核心协议词汇。


---

# 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/litepaper-v0.3.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.
