# Cara Deposit SOL ke RSOL

### 1. Prasyarat

* Dompet Solana (Phantom, Solflare, Backpack, dll.)
* Dompet EVM/L2 (MetaMask, Rabby, Coinbase Wallet, dll.)
* Solana CLI terpasang:

`sh -c "$(curl -sSfL https://release.solana.com/stable/install"` <br>

* (Opsional) Akun GitHub → meningkatkan batas airdrop faucet.

***

### 2. Langkah 1 — Danai Dompet Solana Anda

***

#### Alur Testnet

* dApp Deposit: <https://swap.testnet.romeprotocol.xyz/>
* Faucet:[ https://faucet.solana.com](https://faucet.solana.com) → Pilih Solana Devnet

**Faucet Solana (Antarmuka Web)**

1. Buka[ https://faucet.solana.com](https://faucet.solana.com).
2. Pilih Devnet.
3. Masukkan alamat dompet Solana Anda.
4. (Opsional) Sambungkan GitHub untuk drop yang lebih besar.
5. Minta airdrop → Periksa dompet untuk SOL Devnet.\ <br>

**CLI (Terminal)**

```
# Dapatkan alamat dompet
solana address --url https://api.devnet.solana.com

# Airdrop 2 SOL ke keypair default
solana airdrop 2 --url https://api.devnet.solana.com

# Airdrop 2 SOL ke alamat dompet tertentu
solana airdrop 2 <WALLET_ADDRESS> --url https://api.devnet.solana.com

# Periksa saldo
solana balance --url https://api.devnet.solana.com
```

***

### 3. Langkah 2 — Sambungkan ke Rome Deposit dApp

1. Buka dApp yang benar:
2. Antarmuka Swap Testnet: <https://swap.testnet.romeprotocol.xyz/>
3. Klik Sambungkan Dompet → Pilih dompet Solana Anda.
4. Pastikan dompet berada di jaringan yang benar (Testnet).

***

### 4. Langkah 3 — Sambungkan Dompet EVM / L2 Anda

1. Di dApp, klik Sambungkan Dompet EVM.
2. Pilih dompet EVM Anda (MetaMask, Rabby, Coinbase Wallet, dll.).
3. Setujui permintaan sambungan.

***

### 5. Langkah 4 — Deposit SOL → RSOL

1. Masukkan jumlah SOL yang ingin didepositkan.
2. Setujui transaksi di dompet Solana Anda.
3. Setelah konfirmasi, RSOL akan muncul di dompet EVM Anda.
4. Tambahkan token RSOL secara manual jika tidak muncul secara otomatis.

***

### 6. Pemecahan Masalah

* Kesalahan faucet / batas tercapai → Sambungkan GitHub atau tunggu sebelum mencoba lagi.
* Airdrop CLI gagal → Coba jumlah lebih kecil (mis. 1 SOL) atau verifikasi endpoint RPC.
* RSOL tidak muncul di dompet → Impor alamat kontrak token RSOL secara manual.
* Masalah sambungan dompet → Segarkan dApp dan pastikan Anda berada di jaringan yang benar.<br>

***

\ <br>


---

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