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/fxrp/firelight/06-claim.mdx
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,10 @@ After you have created a withdrawal request using [`withdraw`](/fxrp/firelight/w
27
27
28
28
The Firelight vault uses a period-based withdrawal system with three steps:
29
29
30
-
1.**Withdrawal Request**: When you call [`withdraw`](/fxrp/firelight/withdraw) or [`redeem`](/fxrp/firelight/redeem), it creates a withdrawal request associated with the current period. Your shares are burned at this point.
31
-
2.**Period End**: The withdrawal is processed after the current period ends.
32
-
3.**Claim Withdrawal**: Once the period has ended, you must call [`claimWithdraw`](https://docs.firelight.finance/technical-documents#claimwithdraw) function to transfer the assets to your wallet.
30
+
1.**Withdrawal Request:** When you call [`withdraw`](/fxrp/firelight/withdraw) or [`redeem`](/fxrp/firelight/redeem), it creates a withdrawal request associated with the current period.
31
+
Your shares are burned at this point.
32
+
2.**Period End:** The withdrawal is processed after the current period ends.
33
+
3.**Claim Withdrawal:** Once the period has ended, you must call [`claimWithdraw`](https://docs.firelight.finance/technical-documents#claimwithdraw) function to transfer the assets to your wallet.
33
34
34
35
## Firelight Vault Claim Script
35
36
@@ -52,7 +53,8 @@ The `main()` function executes the following steps:
52
53
7.**Log claimable periods:** Displays all periods with pending withdrawals and the total claimable amount.
53
54
8.**Execute claims:** Claims withdrawals for all claimable periods (or a specific period if configured).
54
55
55
-
Only withdrawals from completed periods can be claimed. The script automatically detects all claimable periods and processes them.
56
+
Only withdrawals from completed periods can be claimed.
57
+
The script automatically detects all claimable periods and processes them.
0 commit comments