# Unstake and withdraw from Level USD Points Farm

1. Visit the Level USD Points Farm on Etherscan [here](https://etherscan.io/address/0x80B73eF4534FE245300017A5197451973559c00f#writeContract)
2. Connect your wallet to Etherscan

<figure><img src="/files/SHm8yYIRw567pr4dDBSV" alt=""><figcaption></figcaption></figure>

3. Execute the `unstake` function. The value of `asset` can be either of the following values.

   1. lvlUSD - [0x7C1156E515aA1A2E851674120074968C905aAF37](https://etherscan.io/address/0x7C1156E515aA1A2E851674120074968C905aAF37#writeContract)
   2. lvlUSD/USDC Curve LP token - [0x1220868672D5B10F3E1cB9Ab519E4d0B08545ea4](https://etherscan.io/address/0x1220868672d5b10f3e1cb9ab519e4d0b08545ea4#readContract)
   3. slvlUSD/lvlUSD Curve LP token - [0xF244324FBB57f09F0606FF088bC894b051d632Eb](https://etherscan.io/address/0xf244324fbb57f09f0606ff088bc894b051d632eb#readContract)

   The value of `amount` will the amount of LP token/lvlUSD that you want to unstake/withdraw. Note, to find this amount, you can visit either of the three above links and use the `balanceOf` function on the contracts with your wallet address.

<figure><img src="/files/sOHAbFkltcwC07Alw0TD" alt=""><figcaption></figcaption></figure>

4. After the `unstake` transaction is complete, wait two seconds and use the same two parameters above with the `withdraw` function

<figure><img src="/files/P2m3yqZ9WratrQ8DT6lM" alt=""><figcaption></figcaption></figure>


---

# 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-withdraw-from-level-usd-points-farm.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.
