> 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/why-valueqube.md).

# 2. 为什么是 ValueQube

传统金融有成熟标的、托管体系、估值周期和披露制度。DeFi 有开放钱包、实时余额、可组合性和全球结算能力。两套系统都有价值，也都有边界。

更深的问题，不是资产能不能上链，而是用户、钱包、产品界面、协议和 AI Agent 能不能读懂同一个金融对象，并且不丢失上下文。

当传统策略进入 Web3 账户，一个简单 token 余额是不够的。余额能说明“有多少”，却不能说明“是什么”：何时确认、采用什么参考价、分配如何处理、费用是否扣除、什么时候可以赎回、哪些动作需要用户授权。

ValueQube 要建立的，就是这层缺失的账户层。它把策略入口变成 qAsset Certificate，把账户状态变成结构化信息，把 AI 从聊天层变成金融上下文的阅读器。

机会不在于把金融讲得比真实情况更简单。机会在于让复杂性变得可读。

#### 缺失的翻译层

大多数金融界面在不同世界之间翻译得并不好。传统系统能解释产品文件，但很难自然进入钱包原生环境。DeFi 系统能展示实时余额，却常常把风险、估值、托管和退出规则压缩成一个 ticker 和一个数字。AI 界面能回答问题，但如果没有结构化账户状态，它只能围绕对象描述，而不是读取对象本身。

ValueQube 把 qAsset 放在这几套系统之间，作为翻译层。

| 现有层级      | 擅长什么       | 经常缺什么                |
| --------- | ---------- | -------------------- |
| TradFi 账户 | 托管、披露、产品流程 | 钱包原生可组合性和 AI 可读性     |
| DeFi 钱包   | 实时余额和结算    | 产品上下文、风险标签、赎回逻辑      |
| AI 聊天层    | 解释和交互      | 可验证的结构化账户状态          |
| qAsset 层  | 结构化账户凭证    | 仍必须遵守法律、托管、估值和用户授权边界 |

#### 改变发生在哪里

对用户来说，qAsset 让账户不再只是一个黑箱余额。对协议来说，它创造了一个能被界面、Agent、看板和报告系统读取的标准对象。对合作方来说，它把策略入口变成更清楚的认购、确认、分配和退出记录。对 AI 来说，它让金融解释从猜测变成状态读取。

重点不是消灭复杂性，而是给复杂性一种可以跨钱包、产品和 Agent 存活的格式。


---

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