> 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/manual-withdraw.md).

# Manual Withdraw

If you can't open our site, you can withdraw your staking lp or token manually with harvesting on BscScan.\
\
Here you can see the step by step tutorial

1\) Go to Contract Address

{% embed url="<https://bscscan.com/address/0x398d648c58ccf6337dded3dac7cbd7970ae474b8#readContract>" %}

2\) Go to point 9. PoolInfo. Type PoolID number of you token and click "Query"

| 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/-MWFK6KUpWRsSiAt8Knn)

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

![](/files/-MWFKFCciNYLzuC27Bfm)

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

![](/files/-MWFKSOQWQ34cJ_JjPks)

6\) Go to Contract Address again.

{% embed url="<https://bscscan.com/address/0x398d648c58ccf6337dded3dac7cbd7970ae474b8#readContract>" %}

7\) Go to point 13, UserInfo. Type your PoolID and your wallet address and click the "Query". You will get the initial investment amount of your LP or token. Copy the amount.<br>

![](/files/-MWFMxWSj02jjFnW5TtT)

8\) Go to  <https://bscscan.com/address/0x398d648c58ccf6337dded3dac7cbd7970ae474b8#writeContract>\
\
9\) Connect to Web3\
\
10\) Go to 12. Withdraw and put Pool ID and your amount. Click "Write" and confirm from MetaMask. That's all!<br>

![](/files/-MWFNnF_VyK1h6V5LNwg)


---

# 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/manual-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.
