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

# 概览

Rome 是正在运行的软件，而不仅仅是一份规范。这些应用如今已在公链上运行，每一个都展示了 EVM 与 Solana 在 Rome 上相遇的不同方式——一个共享状态、没有封装场所、两侧之间没有桥接。

链接会先列出测试网部署（如有）；部分应用也运行在开发网。

## 去中心化金融

| 应用           | 它是什么                                                                                  | 链接                                                                                                           | 源码                                                                                                             |
| ------------ | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------- |
| **Rome DEX** | 一个原生 Solana 池，Solana 地址和 EVM 地址用户在同一储备池中交易并提供流动性——一个市场，两种身份。                          | [测试网](https://dex.testnet.romeprotocol.xyz/) · [开发网](https://dex.devnet.romeprotocol.xyz/)                   | [rome-dex](https://github.com/rome-protocol/rome-dex)                                                          |
| **Aerarium** | 将 Compound v3 与 Solana 和 EVM 身份整合在同一个池中——可从同一市场的任一侧进行存入和借出。                           | [测试网](https://aerarium-martius.testnet.romeprotocol.xyz/) · [开发网](https://aerarium.devnet.romeprotocol.xyz/) | [aerarium](https://github.com/rome-protocol/aerarium)                                                          |
| **Aave v3**  | Aave v3 已部署在 Rome 上并有实时储备——同样经过强化的 Solidity，向双方开放。                                    | [测试网](https://aave.testnet.romeprotocol.xyz/)                                                                | [演示](https://github.com/rome-protocol/rome-aave-v3-demo) · [合约](https://github.com/rome-protocol/rome-aave-v3) |
| **Cardo**    | 从 EVM 账户使用 Solana DeFi——Jupiter 永续合约、Meteora 兑换、Marinade 质押等，并支持原子级多 dApp Compose 流程。 | [测试网](https://cardo.testnet.romeprotocol.xyz/) · [开发网](https://cardo.devnet.romeprotocol.xyz/)               | [cardo](https://github.com/rome-protocol/cardo)                                                                |
| **Appia**    | 面向其他链用户的 Solana 仓位——从 EVM 链进入，在 Solana 上管理，再返回原链退出。 *验证中。*                            | [开发网](https://appia.devnet.romeprotocol.xyz/)                                                                | [appia](https://github.com/rome-protocol/appia)                                                                |

## 基础设施

| 应用                                                         | 它是什么                                                                     | 链接                                                                                                                  | 源码                                                                          |
| ---------------------------------------------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| **Rome 应用**                                                | 日常实用界面——在 Rome 各链之间进行包装、兑换、提供流动性和跨链桥接。                                   | [测试网](https://app.testnet.romeprotocol.xyz/) · [开发网](https://app.devnet.romeprotocol.xyz/)                          | —                                                                           |
| [**Rome 桥接**](/zh/rome-shang-de-ying-yong/bridge-api.md)   | 基于 CCTP v2 和 Wormhole 通道连接六条链的桥梁，并提供任何应用都可集成的公共 API 以嵌入桥接功能——无需托管密钥。     | [开发网](https://bridge-api.devnet.romeprotocol.xyz/?chain=200010)                                                     | [rome-bridge-api](https://github.com/rome-protocol/rome-bridge-api)         |
| [**Via 浏览器**](/zh/rome-shang-de-ying-yong/via.md)          | 跨 VM 浏览器——每一笔触达 Solana 的 EVM 交易都会显示其背后的确切 Solana 程序和指令。                  | [Martius](https://via-martius.testnet.romeprotocol.xyz/) · [Hadrian](https://via-hadrian.testnet.romeprotocol.xyz/) | —                                                                           |
| [**预言机网关**](/zh/rome-shang-de-ying-yong/oracle-gateway.md) | 通过兼容 Chainlink 的接口提供 Pyth 和 Switchboard 价格源，并由 keeper 保证数据新鲜度。           | [门户](https://oracle.testnet.romeprotocol.xyz/)                                                                      | [rome-oracle-gateway](https://github.com/rome-protocol/rome-oracle-gateway) |
| [**Bloom**](/zh/rome-shang-de-ying-yong/bloom.md)          | 经许可的现实世界资产——只需发行一次 Solidity 资产，随后即可从 EVM 和 Solana 钱包中持有和购买，由代币本身执行白名单限制。 | [开发网](https://bloom.devnet.romeprotocol.xyz/)                                                                       | —                                                                           |

## 构建一个

在 Rome 上构建？先从 [快速开始](/zh/kuai-su-ru-men/quickstart.md)，然后 [部署 Solidity](/zh/kai-fa-zhe-zhi-nan/deploy-solidity.md)。要启动你自己的链，请参阅 [应用主权](/zh/chan-pin/app-sovereignty.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/apps.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.
