# Emergency Withdrawal

As Neo Pools are separate staking contracts from the MasterChef, the emergency withdrawal process will be slightly different, but still quite similar.

First, find the Neo Pool you would like to withdraw from and click on the "Details" section, and click on "View Contract":

![](/files/-MkcJ6zEGSwWicRR8puy)

This should open up the FTMscan page of the contract. Click on "Contract" (with the green verified icon):

![](/files/-MkcJirT4sMKN3sfh5tk)

Click on "Write Contract", then click "Connect to Web3" to connect your wallet. Finally, click on the "Write" button for "emergencyWithdraw". (This is function #3):

![](/files/-MkcJnFq2vFkVQAFRfj_)

After confirming the transaction in your wallet, your stake will be returned.

{% hint style="warning" %}
Please keep in mind that using the Emergency Withdrawal method will not send your rewards.
{% endhint %}


---

# Agent Instructions: 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://morpheusswap.gitbook.io/morpheus-swap/farming/neo-pools/emergency-withdrawal.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.
