> 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/id/aplikasi-di-rome/apps.md).

# Ikhtisar

Rome adalah perangkat lunak live, bukan sekadar spesifikasi. Aplikasi-aplikasi ini berjalan di chain publik saat ini dan masing-masing menunjukkan cara berbeda EVM dan Solana bertemu di Rome — satu state bersama, tanpa venue terbungkus, tanpa jembatan antara kedua sisi.

Daftar tautan menampilkan deployment testnet terlebih dahulu jika ada; beberapa aplikasi juga berjalan di devnet.

## DeFi

| Aplikasi     | Apa itu                                                                                                                                                  | Tautan                                                                                                              | Sumber                                                                                                                |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| **Rome DEX** | Satu pool Solana native tempat pengguna beralamat Solana dan beralamat EVM berdagang dan menjadi LP atas cadangan yang sama — satu pasar, dua identitas. | [testnet](https://dex.testnet.romeprotocol.xyz/) · [devnet](https://dex.devnet.romeprotocol.xyz/)                   | [rome-dex](https://github.com/rome-protocol/rome-dex)                                                                 |
| **Aerarium** | Compound v3 dengan identitas Solana dan EVM dalam satu pool — supply dan borrow dari kedua sisi pasar yang sama.                                         | [testnet](https://aerarium-martius.testnet.romeprotocol.xyz/) · [devnet](https://aerarium.devnet.romeprotocol.xyz/) | [aerarium](https://github.com/rome-protocol/aerarium)                                                                 |
| **Aave v3**  | Aave v3 yang diterapkan di Rome dengan cadangan aktif — Solidity yang sama dan telah diperkuat, dibuka untuk kedua sisi.                                 | [testnet](https://aave.testnet.romeprotocol.xyz/)                                                                   | [demo](https://github.com/rome-protocol/rome-aave-v3-demo) · [kontrak](https://github.com/rome-protocol/rome-aave-v3) |
| **Cardo**    | DeFi Solana dari akun EVM — perps Jupiter, swap Meteora, staking Marinade, dan lainnya, dengan alur Compose multi-dapp atomik.                           | [testnet](https://cardo.testnet.romeprotocol.xyz/) · [devnet](https://cardo.devnet.romeprotocol.xyz/)               | [cardo](https://github.com/rome-protocol/cardo)                                                                       |
| **Appia**    | Posisi Solana untuk pengguna chain lain — masuk dari chain EVM, kelola di Solana, keluar kembali ke home. *Dalam validasi.*                              | [devnet](https://appia.devnet.romeprotocol.xyz/)                                                                    | [appia](https://github.com/rome-protocol/appia)                                                                       |

## Infrastruktur

| Aplikasi                                                     | Apa itu                                                                                                                                                                             | Tautan                                                                                                              | Sumber                                                                      |
| ------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| **Aplikasi Rome**                                            | Lapisan utilitas sehari-hari — wrap, swap, LP, dan bridge lintas chain Rome.                                                                                                        | [testnet](https://app.testnet.romeprotocol.xyz/) · [devnet](https://app.devnet.romeprotocol.xyz/)                   | —                                                                           |
| [**Jembatan Rome**](/id/aplikasi-di-rome/bridge-api.md)      | Sebuah jembatan lintas enam chain di atas CCTP v2 dan jalur Wormhole, plus API publik yang dapat diintegrasikan aplikasi mana pun untuk menyematkan bridging — tanpa kunci kustodi. | [devnet](https://bridge-api.devnet.romeprotocol.xyz/?chain=200010)                                                  | [rome-bridge-api](https://github.com/rome-protocol/rome-bridge-api)         |
| [**Via Explorer**](/id/aplikasi-di-rome/via.md)              | Eksplorer lintas-VM — setiap transaksi EVM yang menyentuh Solana menampilkan program dan instruksi Solana yang tepat di baliknya.                                                   | [Martius](https://via-martius.testnet.romeprotocol.xyz/) · [Hadrian](https://via-hadrian.testnet.romeprotocol.xyz/) | —                                                                           |
| [**Gateway Oracle**](/id/aplikasi-di-rome/oracle-gateway.md) | Umpan harga Pyth dan Switchboard di balik antarmuka yang kompatibel dengan Chainlink, dengan kesegaran yang dijamin keeper.                                                         | [portal](https://oracle.testnet.romeprotocol.xyz/)                                                                  | [rome-oracle-gateway](https://github.com/rome-protocol/rome-oracle-gateway) |
| [**Bloom**](/id/aplikasi-di-rome/bloom.md)                   | Aset dunia nyata dengan izin — terbitkan aset Solidity sekali, lalu simpan dan beli dari wallet EVM dan Solana, dengan allowlist yang ditegakkan pada token itu sendiri.            | [devnet](https://bloom.devnet.romeprotocol.xyz/)                                                                    | —                                                                           |

## Bangun satu

Membangun di Rome? Mulailah dengan [Quickstart](/id/memulai/quickstart.md), lalu [Deploy Solidity](/id/panduan-pengembang/deploy-solidity.md). Untuk meluncurkan chain Anda sendiri, lihat [Kedaulatan Aplikasi](/id/produk/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/id/aplikasi-di-rome/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.
