Skip to content

Commit bbd60b6

Browse files
committed
docs(firelight): improve style
1 parent a59fe4b commit bbd60b6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/fxrp/firelight/06-claim.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ After you have created a withdrawal request using [`withdraw`](/fxrp/firelight/w
2727

2828
The Firelight vault uses a period-based withdrawal system with three steps:
2929

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.
3334

3435
## Firelight Vault Claim Script
3536

@@ -52,7 +53,8 @@ The `main()` function executes the following steps:
5253
7. **Log claimable periods:** Displays all periods with pending withdrawals and the total claimable amount.
5354
8. **Execute claims:** Claims withdrawals for all claimable periods (or a specific period if configured).
5455

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.
5658

5759
## Running the Script
5860

0 commit comments

Comments
 (0)