You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deposit.md
+34-12Lines changed: 34 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,16 @@
2
2
3
3
This guide covers the complete process for depositing Bitcoin to Citrea using Clementine CLI. The deposit process involves generating a deposit address, sending Bitcoin, and monitoring the bridging process.
4
4
5
-
View all deposit commands:
5
+
View all deposit commands:
6
+
6
7
```sh
7
-
clementine-cli --network <NETWORK>deposit --help
8
+
clementine-cli deposit --help
8
9
```
9
10
10
11
## Prerequisites
11
12
12
13
Before starting a deposit, ensure you have:
14
+
13
15
- A Citrea address (Ethereum format)
14
16
- A Clementine wallet with `deposit` purpose ("dep" prefix address) which will be used as the recovery taproot address
15
17
- Access to a Bitcoin wallet or node for sending funds
@@ -18,13 +20,15 @@ Before starting a deposit, ensure you have:
18
20
## Deposit Process Overview
19
21
20
22
The deposit process consists of several stages:
23
+
21
24
1.**Generate deposit address** - Create a unique deposit address
22
25
2.**Send Bitcoin** - Transfer funds to the deposit address
23
26
3.**Monitor status** - Track the bridging process
24
27
4.**Recovery (if needed)** - Recover funds if bridging fails
25
28
26
29
> [!IMPORTANT]
27
30
> The `RECOVERY_TAPROOT_ADDRESS` and the `DEPOSIT_ADDRESS` are different. The `RECOVERY_TAPROOT_ADDRESS` will belong to your Clementine wallet to be able to perform deposit specific signing operations in case the deposit fails, whereas `DEPOSIT_ADDRESS` is the address that the deposited BTC funds are sent to. Your `RECOVERY_TAPROOT_ADDRESS` is used when creating the `DEPOSIT_ADDRESS` to make sure should the deposit fails, you can recover your funds back to your `CLAIM_ADDRESS`.
31
+
28
32
## Step 1: Generate Deposit Address
29
33
30
34
**TWO-DEVICE PROCESS:**
@@ -34,12 +38,13 @@ The deposit process consists of several stages:
34
38
Create a deposit address using your Citrea (EVM) address and recovery taproot address:
0 commit comments