> 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/adlh-almtwryn/from-home.md).

# من المنزل: الوصول إلى Rome من سلسلة أخرى

لا يحتاج مستخدموك إلى الانتقال إلى Rome. من سلسلتهم الأصلية — وهي طبقة ثانية (L2) مثل Arbitrum أو Monad، أو Solana — يجلبون الأصول إلى الداخل، ويستخدمون تطبيقك على Rome، ثم يعيدون الأصول إلى الخارج. الجسر على السلسلة ومصرَّح به بتوقيع المستخدم نفسه؛ وتربط تطبيقك به عبر واجهة برمجة تطبيقات واحدة.

## كيف يعمل

* **الوارد (المنزل → Rome):** تُضاف أصول المستخدم إلى رصيد Rome بواسطة `settle_inbound_bridge` البرنامج، بموافقة **EIP-712** الموقَّعة من المستخدم نفسه — لا يوجد مُسوِّو مميَّز.
* **الصادر (Rome → المنزل):** `RomeBridgeWithdraw` (في [`rome-solidity`](https://github.com/rome-protocol/rome-solidity)) يبدأ الخروج؛ ويتم تحرير الأصل على السلسلة الأصلية.
* **النقل:** Circle **CCTP** لـ USDC، **Wormhole** لـ ETH والأصول الأخرى.
* **التنسيق:** الجزء خارج السلسلة [`rome-bridge-api`](https://github.com/rome-protocol/rome-bridge-api) يُقدِّم عرضًا لمسار، ويتحقق من معاملة السلسلة المصدر، ويرعى رسوم التسوية. لا يحتفظ بأي أموال ولا بأي مفاتيح — ولا يمكنه إلا تنفيذ ما وقّع عليه المستخدم مسبقًا.

## ابنه

1. **اعرض مسارًا** من `rome-bridge-api` لسلسلة المصدر الخاصة بالمستخدم + الأصل → سلسلتك على Rome؛ ويُرجع القناة (CCTP أو Wormhole) والخطوات.
2. **اجعل المستخدم يوقّع** معاملة السلسلة المصدر ونيّة EIP-712.
3. **أرسِل** عبر واجهة برمجة التطبيقات؛ فهي تتحقق من معاملة المصدر وترعى التسوية. يصل المستخدم إلى Rome وقد مُوِّل، ويستخدم تطبيقك.
4. **الجسر إلى الخارج** بالعكس عبر `RomeBridgeWithdraw`.

توجد أشكال العرض/المسار، والقنوات، وتفاصيل كل أصل في مستودع المشروع ضمن [`docs/BRIDGE_API_ARCHITECTURE.md`](https://github.com/rome-protocol/rome-bridge-api/blob/main/docs/BRIDGE_API_ARCHITECTURE.md).

## اقرأ الشيفرة

* [appia](https://github.com/rome-protocol/appia) — تطبيق من المنزل: يجلب المستخدمون USDC من سلسلتهم الأصلية ويستخدمون DeFi على جانب Rome من دون مغادرته.
* [rome-bridge-api](https://github.com/rome-protocol/rome-bridge-api) — المنسِّق (عرض → تحقق → رعاية).

## ما التالي

* [الحصول على التمويل](/ar/almward/faucets.md) — مسار الجسر نفسه يمول محفظة مطوّر جديدة.
* [نشر Solidity](/ar/adlh-almtwryn/deploy-solidity.md) — ضع تطبيقك على Rome.


---

# 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/adlh-almtwryn/from-home.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.
