> 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/sumber-daya/faucets.md).

# Faucet

Rantai publik Rome dan bridge-nya berjalan di testnet. Gunakan faucet ini untuk mendapatkan token uji.

## Isi dompet Rome

Token gas setiap rantai Rome adalah **USDC** (Circle) — tidak ada **faucet Rome**. Anda mengisi dompet dengan **menjembatankan USDC ke Rome** dari rantai tempat Anda bisa mendapatkan USDC uji. Itu satu-satunya langkah manual; setelah itu, deploy dan bertransaksi seperti biasa. Dapatkan USDC dan jembatankan ke sana menggunakan sumber di bawah.

## Jembatankan dari rantai lain

Jembatan [Rome Bridge](/id/aplikasi-di-rome/bridge-api.md) memindahkan **USDC** (melalui CCTP) dan **ETH** (melalui Wormhole) ke Rome dari enam rantai sumber. Isi dulu rantai sumber, lalu jembatankan.

### USDC — semua rantai sumber

Jembatan [faucet Circle](https://faucet.circle.com/) mencetak USDC uji di setiap rantai sumber CCTP — pilih rantainya di faucet.

### Gas native — per rantai sumber

Anda juga memerlukan token native rantai sumber untuk membayar transaksi bridge-nya sendiri:

| Rantai sumber    | ID rantai | Native | Faucet                                                                                   |
| ---------------- | --------- | ------ | ---------------------------------------------------------------------------------------- |
| Ethereum Sepolia | 11155111  | ETH    | [faucet Google Cloud](https://cloud.google.com/application/web3/faucet/ethereum/sepolia) |
| Arbitrum Sepolia | 421614    | ETH    | [faucet Alchemy](https://www.alchemy.com/faucets/arbitrum-sepolia)                       |
| Base Sepolia     | 84532     | ETH    | [faucet Alchemy](https://www.alchemy.com/faucets/base-sepolia)                           |
| Polygon Amoy     | 80002     | POL    | [faucet Polygon](https://faucet.polygon.technology/)                                     |
| Avalanche Fuji   | 43113     | AVAX   | [faucet Avalanche](https://faucet.avax.network/)                                         |
| Monad Testnet    | 10143     | MON    | [faucet Monad](https://faucet.monad.xyz/)                                                |

ETH yang dijembatankan melalui Wormhole berasal dari Ethereum Sepolia (gunakan faucet ETH Sepolia di atas). Ini adalah faucet pihak ketiga dan dapat menerapkan batas laju atau berubah.

## Apa Selanjutnya

* [Jaringan](/id/jaringan/networks.md) — hubungkan ke Martius atau Hadrian
* [Rome Bridge](/id/aplikasi-di-rome/bridge-api.md) — bridge dan API-nya


---

# 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/sumber-daya/faucets.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.
