# 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="/files/TgrAEMBJ5VqQcSLLcDyi" 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="/files/CeUpwPqDcM1RYitu0GTt" 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="/files/mhTpJencHDD9aFYcq4m1" 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/withdraw-from-level-staking-pool.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.
