# Rug Pull Prevention

## Everyone is concerned about the possibility of rug pull, and we've covered the same question in the development of CAFE.

## We have removed the migrator code from CAFE.

* GOOSE has an amazing article on how many projects built with PancakeSwap influences can be detrimental to users. We've been inspired by GOOSE and remove the Rugpull Migrator Code in order to provide the utmost respect to our community.
* You can see the following migrator code is still present in the following link: <https://github.com/pancakeswap/pancake-farm/blob/master/contracts/MasterChef.sol>


---

# 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://docs.stake.cafe/stake-cafe/security/rugpull-migrator-code.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.
