# Fund your Wallet

Testing transactions on your new L2 requires the gas token (RSOL).

* Rome L2s use RSOL as the gas token so you need to fund your wallet with RSOL.
* You can obtain RSOL by depositing SOL as described below.

## How to obtain RSOL

1. Airdrop SOLs to your Solana wallet using `solana -ud airdrop 1 YOUR_SOLANA_WALLET`.
2. Obtain RSOL by depositing SOLs using Deposit UI (see link in the table below)
   1. Add your L2 to the Deposit UI dropdown on the top right. If you are setting up on remote server, message us on [Rome Discord](https://discord.gg/vZ9rnCdNSB) to add your L2 to the [Rome Deposit UI](https://deposit.devnet.romeprotocol.xyz/).
   2. Connect your Solana wallet to deposit SOLs
   3. Connect your Metamask wallet to view RSOL balance

**Note: Deposit UI can currently take several minutes (up to 12 mins) to load so please be patient.**

{% tabs %}
{% tab title="Local Setup" %}
[http://localhost:3000](http://localhost:3000/)
{% endtab %}

{% tab title="Remote Server Setup" %}
[https://deposit.devnet.romeprotocol.xyz](https://deposit.devnet.romeprotocol.xyz/)
{% endtab %}
{% endtabs %}

## How to withdraw SOL

To convert RSOL back to SOL, deposit RSOLs using <https://swap.devnet.romeprotocol.xyz/>

1. Add your L2 to the dropdown
2. Connect your Metamask wallet to deposit RSOLs
3. Connect your Solana wallet to view SOL balance

## Troubleshooting

If you are having problems with deposits or withdrawals, [contact us on 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/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.
