# Wie man SOL in RSOL einzahlt

### 1. Voraussetzungen

* Solana-Wallet (Phantom, Solflare, Backpack usw.)
* EVM/L2-Wallet (MetaMask, Rabby, Coinbase Wallet usw.)
* Solana CLI installiert:

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

* (Optional) GitHub-Konto → erhöht die Faucet-Airdrop-Limits.

***

### 2. Schritt 1 — Beteilige deine Solana-Wallet

***

#### Testnet-Ablauf

* Einzahlungs-dApp: <https://swap.testnet.romeprotocol.xyz/>
* Faucet:[ https://faucet.solana.com](https://faucet.solana.com) → Solana Devnet auswählen

**Solana-Faucet (Web-UI)**

1. Gehe zu[ https://faucet.solana.com](https://faucet.solana.com).
2. Wähle Devnet.
3. Gib deine Solana-Wallet-Adresse ein.
4. (Optional) GitHub verbinden für größere Airdrops.
5. Fordere einen Airdrop an → Prüfe die Wallet auf Devnet-SOL.\ <br>

**CLI (Terminal)**

```
# Wallet-Adresse abrufen
solana address --url https://api.devnet.solana.com

# 2 SOL an das Standard-Keypair airdroppen
solana airdrop 2 --url https://api.devnet.solana.com

# 2 SOL an eine bestimmte Wallet-Adresse airdroppen
solana airdrop 2 <WALLET_ADDRESS> --url https://api.devnet.solana.com

# Guthaben prüfen
solana balance --url https://api.devnet.solana.com
```

***

### 3. Schritt 2 — Mit Rome Deposit dApp verbinden

1. Öffne die richtige dApp:
2. Testnet Swap UI: <https://swap.testnet.romeprotocol.xyz/>
3. Klicke auf Wallet verbinden → Wähle deine Solana-Wallet.
4. Stelle sicher, dass die Wallet im richtigen Netzwerk ist (Testnet).

***

### 4. Schritt 3 — Verbinde deine EVM / L2-Wallet

1. Klicke in der dApp auf EVM-Wallet verbinden.
2. Wähle deine EVM-Wallet (MetaMask, Rabby, Coinbase Wallet usw.).
3. Bestätige die Verbindungsanforderung.

***

### 5. Schritt 4 — SOL einzahlen → RSOL

1. Gib den SOL-Betrag ein, den du einzahlen möchtest.
2. Bestätige die Transaktion in deiner Solana-Wallet.
3. Nach der Bestätigung erscheint RSOL in deiner EVM-Wallet.
4. Füge das RSOL-Token manuell hinzu, falls es nicht automatisch angezeigt wird.

***

### 6. Fehlerbehebung

* Faucet-Fehler / Limit erreicht → GitHub verbinden oder vor dem erneuten Versuch warten.
* CLI-Airdrop schlägt fehl → Versuche kleinere Beträge (z. B. 1 SOL) oder überprüfe den RPC-Endpunkt.
* RSOL wird nicht in der Wallet angezeigt → Importiere die RSOL-Token-Vertragsadresse manuell.
* Wallet-Verbindungsprobleme → dApp aktualisieren und sicherstellen, dass du im richtigen Netzwerk bist.<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/de/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.
