# 3.2 架构分层

#### a) Proof Layer（确权层）

* 功能：实现现实资产的链上映射与确权。\ <br>
* 机制：\
  \
  ৹  资产映射模板：不同类型 RWA 由标准化合约模板生成（房地产、债券、碳资产、艺术品）。\
  \
  ৹  元数据注册：NFT 中嵌入链下资产的索引与哈希验证信息，确保真实性与可追溯性。\
  \
  ৹  合规扩展接口：为未来 KYC/AML 模块预留可插拔设计。\ <br>

#### b) Liquidity Layer（流动性层）

* 功能：提升 RWA-NFT 的资金效率与市场流动性。\ <br>
* 机制：\
  \
  ৹  Fractionalization：NFT 可拆分为同质化代币，在 DEX 中直接交易。\
  \
  ৹  Collateralization：NFT 可作为抵押品进入借贷协议（NFTFi）。\
  \
  ৹  Revenue Sharing：NFT 持有者可直接接收链上收益分配。\
  \
  ৹  Cross-Layer Bridge：通过跨链桥实现 NFT 与代币在多链生态间的流通。\ <br>

#### c) Incentive Layer（激励层）

* 功能：构建用户与项目方的参与动力。\ <br>
* 机制：\
  \
  ৹  Genesis NFT：协议初期发行的限量 NFT，作为早期网络效应的引爆点。\
  \
  ৹  Token Airdrop：NFT 持有者获得代币空投，形成初始用户效应。\
  \
  ৹  Staking Rewards：NFT 与代币可质押获取收益，增强长期持有意愿。\
  \
  ৹  Liquidity Mining：为 RWA 项目方提供流动性激励，吸引资产持续注入。\ <br>

#### d) Governance Layer（治理层）

* 功能：确保协议的透明演进与可持续性。\ <br>
* 机制：\
  \
  ৹  DAO 治理：协议参数（手续费率、激励分配、资产类型支持）由代币持有者投票决定。\
  \
  ৹  生态基金：通过治理确定生态资金的分配与战略合作伙伴引入。\
  \
  ৹  渐进式去中心化：早期由核心团队与多签机制维护安全，逐步过渡至完全社区自治。<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/3.-protocol-overview/3.2-jia-gou-fen-ceng.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.
