> 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/de/ressourcen/faucets.md).

# Faucets

Romes öffentliche Chains und die Bridge laufen auf Testnetzen. Verwende diese Faucets, um Test-Token zu erhalten.

## Eine Rome-Wallet aufladen

Der Gas-Token jeder Rome-Chain ist **USDC** (Circle) — es gibt **keinen Rome-Faucet**. Du lädst eine Wallet auf, indem du **USDC nach Rome bridgest** von einer Chain, auf der du Test-USDC erhalten kannst. Das ist der eine manuelle Schritt; danach kannst du normal deployen und Transaktionen durchführen. Hol dir das USDC und bridge es mit den untenstehenden Quellen hinein.

## Von einer anderen Chain hineinbridgen

Die [Rome Bridge](/de/apps-auf-rome/bridge-api.md) überträgt **USDC** (via CCTP) und **ETH** (via Wormhole) nach Rome von sechs Quell-Chains. Lade zuerst die Quell-Chain auf, dann bridge.

### USDC — alle Quell-Chains

Die [Circle-Faucet](https://faucet.circle.com/) prägt Test-USDC auf jeder CCTP-Quell-Chain — wähle die Chain im Faucet aus.

### Nativer Gas-Token — pro Quell-Chain

Du benötigst außerdem den nativen Token der Quell-Chain, um ihre eigene Bridge-Transaktion zu bezahlen:

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

ETH, das per Wormhole gebridged wurde, stammt von Ethereum Sepolia (verwende den obenstehenden Sepolia-ETH-Faucet). Das sind Faucets von Drittanbietern und können Rate-Limits haben oder sich ändern.

## Wie geht es weiter

* [Netzwerke](/de/netzwerke/networks.md) — verbinde dich mit Martius oder Hadrian
* [Rome Bridge](/de/apps-auf-rome/bridge-api.md) — die Bridge und ihre API


---

# 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/de/ressourcen/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.
