> For the complete documentation index, see [llms.txt](https://whitepaper.steakhut.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.steakhut.finance/guides/troubleshooting/manually-withdrawing.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whitepaper.steakhut.finance/guides/troubleshooting/manually-withdrawing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
