# Withdraw from Level Staking Pool

1. Visit the Level Staking Pool contract on Etherscan [here](https://etherscan.io/address/0x7fda203f6f77545548e984133be62693bcd61497#code).
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%2FGvxaigByhLS7WX9Mc3cZ%2Fimage.png?alt=media&#x26;token=1e1c85b8-8a7c-4148-9048-ebe5993869a6" alt=""><figcaption></figcaption></figure>

3. Call the [withdraw](https://etherscan.io/address/0x7fda203f6f77545548e984133be62693bcd61497#writeContract#F13) function on the contract, the two parameters required are the address of the token being withdrawn, and the amount to be withdrawn. The Staking Pool currently holds around 20 different tokens, their addresses can be found [here](https://etherscan.io/address/0x7fda203f6f77545548e984133be62693bcd61497#asset-multichain).
4. To find the total balance of a token staked in this pool, use the [balance](https://etherscan.io/address/0x7fda203f6f77545548e984133be62693bcd61497#readContract#F1) function. The first input address is the token address and the second input address in the wallet address

<figure><img src="https://59002313-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5MCu1gdUPtWzH9POOFX3%2Fuploads%2F47q0Grsay0gKiGEEfjrt%2Fimage.png?alt=media&#x26;token=cb538c57-9ed7-47f5-bf32-18d8296a5f5f" alt=""><figcaption></figcaption></figure>

5. Once you have the token address and the amount, call the [`withdraw`](https://etherscan.io/address/0x7fda203f6f77545548e984133be62693bcd61497#writeContract#F13) function

<figure><img src="https://59002313-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5MCu1gdUPtWzH9POOFX3%2Fuploads%2Fhi7QwVcgof7EBNddAeAd%2Fimage.png?alt=media&#x26;token=37c4bd05-bbea-44ff-b1d2-8758a6f80177" alt=""><figcaption></figcaption></figure>
