# 6.2 合规设计（Compliance Architecture）

RWA 的代币化天然涉及 证券法、产权法、债权法规 等复杂问题。XUnit 采用 “技术抽象 + 合规预留” 的设计路径，避免直接触碰高风险红线。

#### a) 抽象化确权（Abstraction of Rights）

* XUnit 不直接宣称 NFT 等同于现实资产的法律所有权；\ <br>
* NFT 被定义为 “数字凭证（Digital Proof）” 或 “权益索引（Index of Rights）”，其价值基于链上流动性与未来可扩展性，而非即时法律主张。\ <br>

#### b) 合规接口（Compliance Hooks）

* 协议为未来 KYC/AML 模块预留接口：\
  \
  ৹  某些资产类别（如证券型票据、地产）需强制绑定合规模块；\
  \
  ৹  模块由第三方合规服务商提供，XUnit 仅作为技术中立层。\ <br>
* 链下审计对接：NFT 元数据可包含第三方审计哈希，确保现实资产的真实性与可追溯性。\ <br>

#### c) 分级市场设计（Tiered Market Design）

* 开放层（Open Layer）：允许普通用户参与 Genesis NFT、非证券型资产（如艺术品、碳额度）。\ <br>

* 合规层（Regulated Layer）：涉及证券化资产的发行需通过合格投资人认证与合规验证。

* 隔离设计：协议结构允许不同资产类型在相同基础设施上运行，但保持风险隔离，降低监管冲突。<br>


---

# Agent Instructions: 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://xunit.gitbook.io/xunit/chinese/6.-governance-and-compliance/6.2-he-gui-she-ji-compliance-architecture.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.
