# How to Withdraw RSOL → SOL

### 1. Prerequisites

* Solana wallet (Phantom, Solflare, Backpack, etc.)
* EVM/L2 wallet (MetaMask, Coinbase, etc.)
* Both wallets already connected in the [Rome Deposit dApp](https://swap.devnet.romeprotocol.xyz/) (Rome Testnet).

***

### 2. Withdraw Steps

1. Open the correct dApp: [Testnet](https://swap.testnet.romeprotocol.xyz/)
2. Ensure both Solana and EVM wallets are connected (if you already deposited, they should still be linked).
3. Enter the amount of RSOL you want to convert back to SOL.
4. Click Transfer.
5. Approve the transaction → Your SOL will arrive in your Solana wallet.

***

### 3. Quick Fixes

* RSOL not detected → Manually add RSOL token in your EVM wallet to confirm balance.
* Transfer stuck → Refresh dApp and reconnect wallets, then retry.
* SOL not visible after transfer → Check your wallet explorer (Solscan/SolanaFM) for balance updates.

***


---

# 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/troubleshooting-guide/how-to-withdraw-rsol-sol.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.
