# موّل محفظتك

اختبار المعاملات على الطبقة الثانية الجديدة يتطلب رمز الغاز (RSOL).

* تستخدم طبقات روما الثانية RSOL كرمز للغاز لذا تحتاج إلى تمويل محفظتك بـ RSOL.
* يمكنك الحصول على RSOL عن طريق إيداع SOL كما هو موضح أدناه.

## كيفية الحصول على RSOL

1. قم بإسقاط SOL إلى محفظة سولانا الخاصة بك باستخدام `solana -ud airdrop 1 YOUR_SOLANA_WALLET`.
2. الحصول على RSOL عن طريق إيداع SOL باستخدام واجهة الإيداع (انظر الرابط في الجدول أدناه)
   1. أضف طبقتك الثانية إلى قائمة واجهة الإيداع في أعلى اليمين. إذا كنت تقوم بالإعداد على خادم بعيد، راسلنا على [Rome Discord](https://discord.gg/vZ9rnCdNSB) لإضافة طبقتك الثانية إلى [واجهة إيداع Rome](https://deposit.devnet.romeprotocol.xyz/).
   2. قم بتوصيل محفظة سولانا الخاصة بك لإيداع SOL
   3. قم بتوصيل محفظة ميتاماسك الخاصة بك لعرض رصيد RSOL

**ملاحظة: قد تستغرق واجهة الإيداع حالياً عدة دقائق (حتى 12 دقيقة) للتحميل لذا يُرجى التحلي بالصبر.**

{% tabs %}
{% tab title="إعداد محلي" %}
[http://localhost:3000](http://localhost:3000/)
{% endtab %}

{% tab title="إعداد الخادم البعيد" %}
[https://deposit.devnet.romeprotocol.xyz](https://deposit.devnet.romeprotocol.xyz/)
{% endtab %}
{% endtabs %}

## كيفية سحب SOL

لتحويل RSOL مرة أخرى إلى SOL، قم بإيداع RSOL باستخدام <https://swap.devnet.romeprotocol.xyz/>

1. أضف طبقتك الثانية إلى القائمة المنسدلة
2. قم بتوصيل محفظة ميتاماسك الخاصة بك لإيداع RSOL
3. قم بتوصيل محفظة سولانا الخاصة بك لعرض رصيد SOL

## استكشاف الأخطاء وإصلاحها

إذا كنت تواجه مشاكل في الإيداعات أو السحوبات، [اتصل بنا على Discord](https://discord.gg/vZ9rnCdNSB).


---

# Agent Instructions: 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:

```
GET https://docs.rome.builders/ar/legacy/rome-l2-setup/test-your-l2/fund-your-wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
