# Unstake and claim lvlUSD from slvlUSD

Here’s how to unstake slvlUSD for lvlUSD using Etherscan

1. Visit the slvlUSD contract on Etherscan [here](https://etherscan.io/address/0x4737D9b4592B40d51e110b94c9C043c6654067Ae#writeContract)
2. Connect your wallet to Etherscan

<figure><img src="https://59002313-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5MCu1gdUPtWzH9POOFX3%2Fuploads%2FwMnQwipqND9RLkbK3qeq%2Fimage.png?alt=media&#x26;token=29a691be-66e1-46ae-b4cd-f2e1e1baf503" alt=""><figcaption></figcaption></figure>

3. Call the `cooldownShares` function to initiate the unstake process as follows. Note that slvlUSD has `18` decimals, so if you were to unstake 5 slvlUSD, your amount would be `5000000000000000000` . You can also use the `balanceOf` function in this contract to fetch your total balance and use it in the shares field.

<figure><img src="https://59002313-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5MCu1gdUPtWzH9POOFX3%2Fuploads%2FKbBoT5z11imEZBUUYG91%2Fimage.png?alt=media&#x26;token=1e2685bc-1ffe-4830-87a0-e10b98582841" alt=""><figcaption></figcaption></figure>

4. Once the `cooldownShares` transaction is complete, wait 2 seconds, and then call the `unstake` function. The receiver address is your wallet address which was used in the above transaction

<figure><img src="https://59002313-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5MCu1gdUPtWzH9POOFX3%2Fuploads%2FiEjtvpC7QpwZNPKo7wo4%2Fimage.png?alt=media&#x26;token=21382184-e18a-43d8-8b12-2b738d979eb7" alt=""><figcaption></figcaption></figure>

5. Once the `unstake` transaction is complete, you would have received lvlUSD in your wallet
