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

# Emergency Withdraw

In case of emergency you can withdraw your funds in bscscan

Here you can see the step by step tutorial

1\) Go to Contract Address

<https://bscscan.com/address/0x398d648c58ccf6337dded3dac7cbd7970ae474b8#readContract>\
[<br>](https://bscscan.com/address/0x4B0073A79f2b46Ff5a62fA1458AAc86Ed918C80C#readContract)\
2\) Go to point 9. PoolInfo. Type PoolID number of you token and click "Query"\ <br>

| Pool ID | Token         | Pool ID | Token |
| ------- | ------------- | ------- | ----- |
| 25      | CCAKE-BUSD LP | 3       | CCAKE |
| ​26     | CCAKE-BNB LP  | 7       | BUSD  |
| 27      | CCAKE-ETH LP  | 8       | WBNB  |
| ​28     | CCAKE-DOT LP  | 9       | BTCB  |
| 29      | CCAKE-CAKE LP | 18      | ETH   |
| 30      | CCAKE-SXP LP  | 23      | DOT   |
| 31      | CCAKE-BAKE LP | 21      | SXP   |
| 32      | USDT-BUSD LP  | 19      | UNI   |
|         |               | 24      | LINK  |
|         |               | 15      | CAKE  |
|         |               | 13      | BAKE  |

3\) Click on LP Token address

![](/files/-MUzLoMl-Vt9VyyBBPkR)

4\) Click on Token Tracker (Pancake LP) button

![](/files/-MUzLyWNUXhpFck2UQix)

5\) Check the list and find you LP. Do double check.

![](/files/-MUzMDWHatyjP1Tf8zRd)

6\) Go to  <https://bscscan.com/address/0x398d648c58ccf6337dded3dac7cbd7970ae474b8#writeContract>

7\) Connect to Web3

8\) Go to 4. Emergency withdraw and put Pool ID (You can see the list in point 2)

![](/files/-MUzMielwLfXRADFJB_x)


---

# 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://cheesecakeswap.gitbook.io/cheesecakeswap/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.
