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

# Rome Bridge

جسر Rome هو شيئان: **جسر مستقل** عبر ست سلاسل، و **واجهة برمجة تطبيقات الجسر** يمكن لأي تطبيق أن يدمج لتضمين عملية الجسر في تجربة المستخدم الخاصة به. وهو ينقل الأصول عبر CCTP v2 ‏(USDC)، وWormhole ‏(ETH والأصول العامة)، وRails أصلية لـ Solana.

إنه يحتفظ بـ **لا توجد مفاتيح حفظ** — يتطلب التسوية دائمًا توقيع المستخدم نفسه، وليس توقيع الخدمة أبدًا. تقوم واجهة برمجة التطبيقات بالتنسيق ويمكنها تحمل الرسوم؛ أما الجسر الحقيقي فهو على السلسلة.

## السلاسل والأصول المدعومة

الوارد إلى Rome (Martius, Hadrian)، عبر أربعة مسارات — `cctp`, `wormhole`, `spl-bridge`, `أصلي`:

| الأصل          | المسار            | سلاسل المصدر                                                                                  |
| -------------- | ----------------- | --------------------------------------------------------------------------------------------- |
| **USDC**       | CCTP              | Ethereum Sepolia, Arbitrum Sepolia, Base Sepolia, Polygon Amoy, Avalanche Fuji, Monad Testnet |
| **ETH**        | Wormhole          | Ethereum Sepolia                                                                              |
| **SPL / أصلي** | spl-bridge / أصلي | Solana                                                                                        |

المجموعة الحية تكون دائمًا في [`/v1/chains`](https://bridge-api.devnet.romeprotocol.xyz/v1/chains). هل تحتاج إلى رموز اختبار؟ انظر [صنابير الاختبار](/ar/almward/faucets.md).

## استخدمه بشكل مستقل

افتح واجهة الجسر: [bridge-api.devnet.romeprotocol.xyz](https://bridge-api.devnet.romeprotocol.xyz/?chain=200010). الـ `?chain=` يحدد المعامل سلسلة Rome الوجهة.

## ادمج واجهة برمجة التطبيقات

واجهة برمجة التطبيقات عامة. اذكر السلاسل والمسارات المدعومة:

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

طلبات التسعير والتوجيه تأخذ CAIP-2 `sourceChain`. راجع استجابات نقطة النهاية لمعرفة مجموعة المسارات الحالية والحقول المطلوبة.

## كيف تعمل التسوية

واجهة برمجة التطبيقات خارج السلسلة هي مجرد منسق وراعٍ للرسوم فقط. تتم تسوية التحويلات الواردة على السلسلة دون الحاجة إلى الثقة عبر تفويض موقّع من المستخدم؛ أما عمليات السحب الصادرة فتمر عبر عقد الجسر على السلسلة. لا تقوم أي خطوة بخصم أموال المستخدم دون توقيعه.


---

# 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/alttbyqat-ala-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.
