> For the complete documentation index, see [llms.txt](https://level-money.gitbook.io/level-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://level-money.gitbook.io/level-documentation/user-guides/interacting-with-level-contracts/etherscan/unstake-and-withdraw-from-level-usd-points-farm.md).

# 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>
