Unstake and claim lvlUSD from slvlUSD
Here’s how to unstake slvlUSD for lvlUSD using Etherscan
Visit the slvlUSD contract on Etherscan here
Connect your wallet to Etherscan

Call the
cooldownSharesfunction to initiate the unstake process as follows. Note that slvlUSD has18decimals, so if you were to unstake 5 slvlUSD, your amount would be5000000000000000000. You can also use thebalanceOffunction in this contract to fetch your total balance and use it in the shares field.

Once the
cooldownSharestransaction is complete, wait 2 seconds, and then call theunstakefunction. The receiver address is your wallet address which was used in the above transaction

Once the
unstaketransaction is complete, you would have received lvlUSD in your wallet
Last updated