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

# Rome Bridge

Rome Bridge adalah dua hal: sebuah **jembatan mandiri** melintasi enam chain, dan sebuah **Bridge API** setiap aplikasi terintegrasi untuk menyematkan bridging ke dalam UX-nya sendiri. Ia memindahkan aset melalui CCTP v2 (USDC), Wormhole (ETH dan aset generik), dan jalur native Solana.

Ia memiliki **tanpa kunci kustodi** — penyelesaian selalu memerlukan tanda tangan pengguna sendiri, bukan tanda tangan layanan. API mengoordinasikan dan dapat mensponsori biaya; jembatan yang sebenarnya ada di on-chain.

## Chain dan aset yang didukung

Inbound ke Rome (Martius, Hadrian), melalui empat jalur — `cctp`, `wormhole`, `spl-bridge`, `native`:

| Aset             | Jalur               | Chain sumber                                                                                  |
| ---------------- | ------------------- | --------------------------------------------------------------------------------------------- |
| **USDC**         | CCTP                | Ethereum Sepolia, Arbitrum Sepolia, Base Sepolia, Polygon Amoy, Avalanche Fuji, Monad Testnet |
| **ETH**          | Wormhole            | Ethereum Sepolia                                                                              |
| **SPL / native** | spl-bridge / native | Solana                                                                                        |

Set aktif selalu ada di [`/v1/chains`](https://bridge-api.devnet.romeprotocol.xyz/v1/chains). Butuh token uji? Lihat [Faucets](/id/sumber-daya/faucets.md).

## Gunakan secara mandiri

Buka UI bridge: [bridge-api.devnet.romeprotocol.xyz](https://bridge-api.devnet.romeprotocol.xyz/?chain=200010). Sang `?chain=` parameter memilih chain Rome tujuan.

## Integrasikan API

API ini publik. Daftar chain dan jalur yang didukung:

```bash
curl https://bridge-api.devnet.romeprotocol.xyz/v1/chains
```

Permintaan quote dan rute memerlukan CAIP-2 `sourceChain`. Lihat respons endpoint untuk set jalur saat ini dan field yang diperlukan.

## Cara kerja penyelesaian

API off-chain hanyalah orkestrator dan sponsor biaya. Transfer inbound diselesaikan on-chain tanpa kepercayaan melalui otorisasi yang ditandatangani pengguna; penarikan outbound melalui kontrak bridge on-chain. Tidak ada langkah yang mendebit dana pengguna tanpa tanda tangan pengguna.


---

# 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/bridge-api.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.
