> For the complete documentation index, see [llms.txt](https://werewolf-farm.gitbook.io/werewolf-farm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://werewolf-farm.gitbook.io/werewolf-farm/security/emergency-withdraw.md).

# Emergency Withdraw

In the case our website is down because of Elon Musk or whatever, **your tokens would still be safe** as there are in the blockchain.

You can do an emergency withdraw **at anytime**, but be aware you won't get your WEREWOLF rewards if you do this.\
**Please use normal withdraw method if you're not in an emergency case.**

You can make an emergency withdraw of your staking by doing this:

1\) Go to our contract's BSCScan:&#x20;

* For WEREWOLF:\
  <https://bscscan.com/address/0x8a3E8657645eA5e085861d607a137FD71393FAe4#writeContract>
* For BLOODMOON: <https://bscscan.com/address/0x816827C03569A92d050185C1F4572B6C3A656bc5#writeContract>

2\) Click on "Connect to Web3"

![](/files/-Mb1HmOo6iyY0ijnpj5n)

3\) Go to "emergencyWithdraw" function.

![](/files/-Mb1I18b1DYLPgbMo8bm)

4\) **Enter the number of the pool** (PID) you staked your tokens in, then **hit "Write" button**. Accept transaction, **you get your tokens**.

5\) Here is the **list of our pools** with their numbers (PID):

* For WEREWOLF farm:

![](/files/-Mc5QXYzdKcwjkyNSvwo)

* For BLOODMOON farm:

![](/files/-Mc08sSQkmcEEXVRd0Gn)


---

# 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://werewolf-farm.gitbook.io/werewolf-farm/security/emergency-withdraw.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.
