> For the complete documentation index, see [llms.txt](https://docs.rome.builders/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rome.builders/zh/rome-shang-de-ying-yong/bloom.md).

# Bloom——RWA 发行

Bloom 发行并持有 **受权限控制的现实世界资产** 在 Rome 上。资产是一个普通的 Solidity 合约，只部署一次，其关于 *谁可以持有它* 的规则存在于合约内部，并在每次转移时强制执行。同一资产可通过 EVM 钱包和 Solana 钱包访问——一次部署，同时兼容两种钱包世界，无需桥接，也无需第二个代币。

本说明文档按受众分别编写，因为各受众并不重叠：发行人不会购买，Solana 持有人不会发行，而开发者需要的是其他人都不会涉及的合约接口。

## 指南

* [**投资**](/zh/rome-shang-de-ying-yong/bloom/investing.md) ——面向买家。浏览资产、检查资格、申请白名单、购买并持有——包括对于使用 Solana 钱包签名的持有人而言确实不同的一点。
* [**将资金转入 Rome**](/zh/rome-shang-de-ying-yong/bloom/funding.md) ——购买前的入金步骤。将从 Sepolia 跨链进来的 USDC 或 ETH 转入 Rome，然后把跨链进来的 gas 包装成每笔销售定价所使用的 wUSDC。
* [**发行**](/zh/rome-shang-de-ying-yong/bloom/issuing.md) ——面向发行人。控制台、创建向导、按资产划分的控制台登录入口，以及六个管理选项卡中的每一个。
* [**在 Bloom 上构建**](/zh/rome-shang-de-ying-yong/bloom/building.md) ——面向开发者。通过十个步骤将一个 Solidity 资产作为受权限控制的代币部署到 Rome，上线后同时面向两种钱包世界开放，并接入你自己的 KYC——包含真实的合约接口和代码。

全文中的截图并非示意图。两份证据页面将其对应到链上真实交易：

* [**证据——发行人**](/zh/rome-shang-de-ying-yong/bloom/evidence.md) ——演示资产的发行与管理：分步部署、销售、批量白名单以及角色设置。
* [**证据——投资者**](/zh/rome-shang-de-ying-yong/bloom/evidence-investor.md) ——同一资产被购买两次，一次来自 EVM 钱包，一次来自 Solana 钱包，且没有桥接。

## 这里的“受权限控制”是什么意思

> 规则随资产一同流转。谁可以持有它由资产合约本身在每次转移时强制执行——不是由本网站、不是由桥接，也不是由排序器过滤器。链上对每个地址只保存一个事实：一个简单的是/否。任何文件和个人数据都不会接触此应用或链上。

完整的合规模型见 [COMPLIANCE.md](/zh/rome-shang-de-ying-yong/bloom/compliance.md)；持有人使用的双通道（EVM 和 Solana）机制见 [LANES.md](/zh/rome-shang-de-ying-yong/bloom/lanes.md)。这些指南直接链接到相关文档，而不是在此重复说明。


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.rome.builders/zh/rome-shang-de-ying-yong/bloom.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
