> 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/ru/resursy/faucets.md).

# Краны

Общедоступные цепочки Rome и мост работают в тестовых сетях. Используйте эти краны, чтобы получить тестовые токены.

## Пополните кошелёк Rome

Газовый токен каждой цепочки Rome — **USDC** (Circle) — **для Rome не существует крана**. Вы пополняете кошелёк, **переводя USDC в Rome через мост** с цепочки, где можно получить тестовые USDC. Это единственный ручной шаг; после него разворачивайте и совершайте транзакции как обычно. Получите USDC и переведите их через мост, используя источники ниже.

## Переведите средства через мост из другой цепочки

Мост [Rome Bridge](/ru/prilozheniya-na-rome/bridge-api.md) переводит **USDC** (через CCTP) и **ETH** (через Wormhole) в Rome с шести исходных цепочек. Сначала пополните исходную цепочку, затем выполните перевод через мост.

### USDC — все исходные цепочки

Мост [кран Circle](https://faucet.circle.com/) выпускает тестовые USDC в каждой исходной цепочке CCTP — выберите цепочку в кране.

### Нативный газ — для каждой исходной цепочки

Вам также нужен нативный токен исходной цепочки, чтобы оплатить её собственную транзакцию перевода через мост:

| Исходная цепочка    | ID цепочки | Нативный | Кран                                                                                   |
| ------------------- | ---------- | -------- | -------------------------------------------------------------------------------------- |
| Ethereum Sepolia    | 11155111   | ETH      | [кран Google Cloud](https://cloud.google.com/application/web3/faucet/ethereum/sepolia) |
| Arbitrum Sepolia    | 421614     | ETH      | [кран Alchemy](https://www.alchemy.com/faucets/arbitrum-sepolia)                       |
| Base Sepolia        | 84532      | ETH      | [кран Alchemy](https://www.alchemy.com/faucets/base-sepolia)                           |
| Polygon Amoy        | 80002      | POL      | [кран Polygon](https://faucet.polygon.technology/)                                     |
| Avalanche Fuji      | 43113      | AVAX     | [кран Avalanche](https://faucet.avax.network/)                                         |
| Тестовая сеть Monad | 10143      | MON      | [кран Monad](https://faucet.monad.xyz/)                                                |

ETH, переведённый через Wormhole, поступает из Ethereum Sepolia (используйте указанный выше кран Sepolia ETH). Это краны сторонних поставщиков; они могут ограничивать частоту запросов или изменяться.

## Что дальше

* [Сети](/ru/seti/networks.md) — подключитесь к Martius или Hadrian
* [Rome Bridge](/ru/prilozheniya-na-rome/bridge-api.md) — мост и его 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/ru/resursy/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.
