# 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="/files/LCCvU9KD63R3JEXV263L" 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="/files/6HGuqdymm4Z14C8id4PZ" 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="/files/3u399pppU2OLV1u1uimA" alt=""><figcaption></figcaption></figure>

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://level-money.gitbook.io/level-documentation/user-guides/interacting-with-level-contracts/etherscan/unstake-and-claim-lvlusd-from-slvlusd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
