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