> 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/ar/almward/faucets.md).

# الحنفيات

تعمل السلاسل العامة والجسر الخاص بروما على شبكات الاختبار. استخدم صنابير العملات هذه للحصول على رموز اختبارية.

## موّل محفظة روما

رمز الغاز لكل سلسلة من سلاسل روما هو **USDC** (Circle) — لا يوجد **صنبور لروما**. يمكنك تمويل محفظة عن طريق **جسر USDC إلى روما** من سلسلة يمكنك فيها الحصول على USDC تجريبية. هذه هي الخطوة اليدوية الوحيدة؛ بعد ذلك، انشر ونفّذ المعاملات بشكل طبيعي. احصل على USDC واجسرها باستخدام المصادر أدناه.

## انقل من سلسلة أخرى

الـ [جسر روما](/ar/alttbyqat-ala-rome/bridge-api.md) ينقل **USDC** (عبر CCTP) و **ETH** (عبر Wormhole) إلى روما من ست سلاسل مصدر. موّل السلسلة المصدر أولًا، ثم قم بالجسر.

### USDC — جميع سلاسل المصدر

الـ [صنبور Circle](https://faucet.circle.com/) تُصدر USDC تجريبية على كل سلسلة مصدر لـ CCTP — اختر السلسلة في الصنبور.

### الغاز الأصلي — لكل سلسلة مصدر

ستحتاج أيضًا إلى الرمز الأصلي للسلسلة المصدر لدفع معاملة الجسر الخاصة بها:

| السلسلة المصدر    | معرّف السلسلة | الأصلي | الصنبور                                                                                 |
| ----------------- | ------------- | ------ | --------------------------------------------------------------------------------------- |
| إيثريوم سيبوليا   | 11155111      | ETH    | [صنبور Google Cloud](https://cloud.google.com/application/web3/faucet/ethereum/sepolia) |
| أربتروم سيبوليا   | 421614        | ETH    | [صنبور Alchemy](https://www.alchemy.com/faucets/arbitrum-sepolia)                       |
| Base سيبوليا      | 84532         | ETH    | [صنبور Alchemy](https://www.alchemy.com/faucets/base-sepolia)                           |
| بوليغون Amoy      | 80002         | POL    | [صنبور بوليغون](https://faucet.polygon.technology/)                                     |
| أفالانش Fuji      | 43113         | AVAX   | [صنبور أفالانش](https://faucet.avax.network/)                                           |
| شبكة اختبار Monad | 10143         | MON    | [صنبور Monad](https://faucet.monad.xyz/)                                                |

ETH الذي تم جسره عبر Wormhole يأتي من إيثريوم سيبوليا (استخدم صنبور ETH الخاص بسيبوليا أعلاه). هذه صنابير تابعة لجهات خارجية وقد تفرض قيودًا على المعدل أو تتغير.

## ما التالي

* [الشبكات](/ar/alshbkat/networks.md) — اتصل بـ Martius أو Hadrian
* [جسر روما](/ar/alttbyqat-ala-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/ar/almward/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.
