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

# Emergency Withdraw

If something happened to the front-end (DDOS) or any issue.&#x20;

You can firstly&#x20;

1\) Find the poolID of the pool you have staked.&#x20;

Goto 9. poolInfo and type 0 to 23 (the actual list is at the bottom)&#x20;

<https://bscscan.com/address/0xe70E9185F5ea7Ba3C5d63705784D8563017f2E57#readContract>

2\) Click onto the LP Address

![](/files/-MTecU76eaJ0TL3oMOWh)

3\) Click onto the Pancake LP button

![](/files/-MTecW4s0OFI1IYvSs7E)

4\) Double check the LP is it the one you are looking for

![](/files/-MTecOiZ1kavHnuRdR3k)

4\) Do an emergency withdrawal (Connect to Web3)&#x20;

Goto 4. -> enter the pool ID that you want to withdraw <https://bscscan.com/address/0xe70E9185F5ea7Ba3C5d63705784D8563017f2E57#writeContract>

| Pool ID | Tokens    |
| ------- | --------- |
| 0       | BUSD-Egg  |
| 1       | BNB-Egg   |
| 2       | BNB-BUSD  |
| 3       | USDT-BUSD |
| 4       | BTCB-BNB  |
| 5       | ETH-BNB   |
| 6       | Dai-BUSD  |
| 7       | USDC-BUSD |
| 8       | Not Used  |
| 9       | DOT-BNB   |
| 10      | Cake-BUSD |
| 11      | Cake-BNB  |
| 12      | Egg       |
| 13      | BUSD      |
| 14      | BNB       |
| 15      | USDT      |
| 16      | BTCB      |
| 17      | ETH       |
| 18      | Dai       |
| 19      | USDC      |
| 20      | DOT       |
| 21      | Cake      |
| 22      | BSCX      |
| 23      | AUTO      |


---

# 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:

```
GET https://goosedefi.gitbook.io/goose-finance/security/emergency-withdraw.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.
