# 为你的钱包注资

在您的新 L2 上测试交易需要使用燃气代币 (RSOL)。

* Rome L2 使用 RSOL 作为燃气代币，因此您需要为钱包充值 RSOL。
* 您可以按照下面的说明通过存入 SOL 来获取 RSOL。

## 如何获取 RSOL

1. 使用以下命令向您的 Solana 钱包空投 SOL `solana -ud airdrop 1 YOUR_SOLANA_WALLET`.
2. 通过 Deposit UI（请参见下表中的链接）存入 SOL 来获取 RSOL
   1. 在右上角的 Deposit UI 下拉菜单中添加您的 L2。如果您在远程服务器上进行设置，请在以下位置联系我们 [Rome Discord](https://discord.gg/vZ9rnCdNSB) 以将您的 L2 添加到 [Rome Deposit UI](https://deposit.devnet.romeprotocol.xyz/).
   2. 连接您的 Solana 钱包以存入 SOL
   3. 连接您的 Metamask 钱包以查看 RSOL 余额

**注意：Deposit UI 当前加载可能需要几分钟（最多 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. 在下拉菜单中添加您的 L2
2. 连接您的 Metamask 钱包以存入 RSOL
3. 连接您的 Solana 钱包以查看 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/zh/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.
