> 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/alshbkat/networks.md).

# نظرة عامة

تشغّل Rome عدة سلاسل عامة. اثنتان هما اللتان ينبغي التطوير عليهما اليوم: **Martius** (شبكة الاختبار) و **Hadrian** (شبكة التطوير). كلاهما سلسلتان من نوع EVM تعملان داخل برنامج Solana وتسويان على Solana Devnet، لذا فإن SOL الخاص بشبكة التطوير ليس مالًا حقيقيًا.

| الشبكة                                             | معرّف السلسلة | RPC                                         | المستكشف                                                     | رمز الغاز |
| -------------------------------------------------- | ------------- | ------------------------------------------- | ------------------------------------------------------------ | --------- |
| [Martius](/ar/alshbkat/martius.md) (شبكة الاختبار) | 121214        | `https://martius.testnet.romeprotocol.xyz/` | [via-martius](https://via-martius.testnet.romeprotocol.xyz/) | USDC      |
| [Hadrian](/ar/alshbkat/hadrian.md) (شبكة التطوير)  | 200010        | `https://hadrian.testnet.romeprotocol.xyz/` | [via-hadrian](https://via-hadrian.testnet.romeprotocol.xyz/) | USDC      |
| محلي                                               | 1001          | `http://localhost:9090`                     | —                                                            | —         |

بيانات وصف السلسلة — معرّفات السلاسل، عناوين العقود، سكوك الرموز، مجمعات الغاز — موثقة رسميًا في [سجل Rome](https://github.com/rome-protocol/rome-registry). لا تُضمّن العناوين داخل الشيفرة؛ اقرأها من هناك.

## أضف شبكة إلى محفظتك

تسرد صفحة كل شبكة قيم MetaMask اليدوية. تُقدَّم اشتراكات WebSocket على المضيف نفسه الذي يعمل عليه RPC عبر HTTPS (استبدل `https://` لـ `wss://`).

## موّل محفظة

تسوي سلاسل Rome العامة على Solana Devnet. احصل على SOL الخاصة بشبكة التطوير من [صنبور Solana](https://faucet.solana.com/)، ثم احصل على رمز الغاز الخاص بسلسلة عبر [تطبيق Rome](https://app.testnet.romeprotocol.xyz) (التغليف/الجسر). للحصول على رموز اختبار على كل سلسلة يدعمها الجسر، راجع [صنابير](/ar/almward/faucets.md).

## التطوير المحلي

طوّر اليوم على سلسلة عامة — راجع [الدليل السريع](/ar/albda/quickstart.md). مكدس محلي مستقل بذاته (معرّف السلسلة 1001، والوكيل على `:9090`) موجود على خارطة الطريق.


---

# 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/alshbkat/networks.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.
