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/fassets/4-redemption.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ To do so, these holders, known as redeemers, send FAssets to the Asset Manager s
11
11
12
12
This is the summary of the redemption process:
13
13
14
-
1. The redeemer starts the redemption for a whole number of lots by issuing a request to the Asset Manager smart contract.
14
+
1. The redeemer starts the redemption for a positive integer of lots by issuing a request to the Asset Manager smart contract.
15
15
16
16
The FAssets system chooses one or more redemption tickets from the front of the [FIFO redemption queue](/fassets/minting#redemption-tickets-and-the-redemption-queue).
17
17
The number of chosen redemption tickets is capped to avoid high gas consumption.
@@ -135,4 +135,4 @@ As shown in the following process, agents can self-redeem for any reason, includ
135
135
3. The collateral that was backing those assets is released.
136
136
4. The underlying collateral is released and can be withdrawn from the underlying address later.
137
137
138
-
The self-redeemed amount is not limited to a whole number of lots and can be less than 1 lot, which makes self-closing ideal for redeeming an agent's dust.
138
+
The self-redeemed amount is not limited to a positive integer of lots and can be less than 1 lot, which makes self-closing ideal for redeeming an agent's dust.
0 commit comments