How to withdraw underlying asset?
Users can burn their shares & withdraw underlying assets with 24 hours cooldown period.
Last updated
Was this helpful?
Users can burn their shares & withdraw underlying assets with 24 hours cooldown period.
Last updated
Was this helpful?
Using the UI, here is how the withdraw flow works:
The user goes to app.fractality.xyz.
The user navigates to "Withdraw" or directly to app.fractality.xyz/withdraw.
The user defines the number of shares that will be burned to withdraw the underlying token.
The user clicks the "Withdraw Request" call-to-action.
The withdraw request locks the exchange rate for the user by burning the shares.
If desired, the user can set custom slippage; otherwise, the exchange rate at the time of the transaction will apply.
The user follows wallet prompts and signs the required transactions.
A 24-hour cooldown period begins.
The user can have one withdrawal request at a time.
After the cooldown period, the user can withdraw the requested underlying asset.
Related Data Points on the Supply Page
Receive The amount of shares expected to be received based on the exchange rate at the time of input.
Reward The reward amount is calculated as the value of the current assets minus the difference between the total amount deposited and the total amount withdrawn. In simpler terms, it represents how much more or less your assets are worth compared to the net amount you've deposited (after accounting for withdrawals).
CurrentRewardAmount: converttoAssets() - (sum[deposits] - sum[withdrawals])
Withdraw Request The user requests a withdrawal using this call to action, which starts a 24-hour cooldown period.
Post Withdraw Request Modal
Amount: The number of shares requested to be burned in order to receive the corresponding underlying asset.
Cooldown Ends: The timestamp when the requested withdrawal becomes liquid.
Cooling Down: The inactive state of the call to action while the cooldown period is in progress.
Withdraw: The active state of the call to action after the cooldown period, at which point the user can withdraw the assets.
Withdraw Fee The fee applied to each withdrawal.