# Manually Withdrawing

If you can not access the SteakHut dApp or are experiencing bugs, it is possible to withdraw your fund from the protocol via the backend with block explorers.&#x20;

Block explorers include [Snowtrace](https://snowtrace.io/) for Avalanche, [Etherscan](https://etherscan.io/) for Ethereum, and [Arbiscan](https://arbiscan.io/) for Arbitrum. All block explorers offer a similar experience and the process to withdraw is the same.

## &#x20;1) Navigate to the block explorer

Navigate to your blockchain-specific block explorer and connect your wallet. Then search for the specific vault contract from which you would like to withdraw funds manually.

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

## 2) Navigate to the SteakHut dApp and connect your wallet

Navigate to the contract tab and select "Write Contract".

<figure><img src="/files/5Q510xgGHTR7HGdJxnbe" alt=""><figcaption></figcaption></figure>

Navigate to the withdraw function and select write, approve the transaction when prompted by your wallet to remove funds from the vault.&#x20;

<figure><img src="/files/urloUDMSTshXKFubYdZ1" 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://whitepaper.steakhut.finance/guides/troubleshooting/manually-withdrawing.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.
