# Inactive Vaults

Sometimes protocols make changes to their own technology and require migration of funds to new pools. Sometimes protocols shut down entirely. Whatever the case, Reaper will never touch your assets or move funds on your behalf, beyond the automated internal contracts of vaults. If a strategy is no longer supported, the vault will be marked inactive. This means that users will not be able to deposit funds into said vaults, however this does not affect your ability to withdraw your funds. You will always be able to withdraw your funds from inactive vaults.

<figure><img src="/files/VW18p2WlzkmRZ8ZcNJQr" alt=""><figcaption><p>Inactive crypts remain accessible but do not take deposits</p></figcaption></figure>

## Can't find a vault?

Inactive vaults may be removed from the front end. If that is the case, funds remain safe and withdrawals can still be processed via the smart contract.

To do so, search for your wallet address in FTMScan (<https://ftmscan.com/>). Find your vault shares in the Token Holdings dropdown. The token should have a name starting with "rf". Click on it to head to the vault contract. Scroll down and select Contract, then Write Contract, as pictured:

<figure><img src="/files/YPP1lEBTkArHZBprEy3h" alt=""><figcaption><p>Writing to a contract in FTM Scan</p></figcaption></figure>

Find the function named "withdrawAll", click the dropdown, and Write.

This will cost some gas but will withdraw all of your LPs from the vault. You can then go to the relevant DEX and stake or split your LPs as you wish!


---

# 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.reaper.farm/crypts/inactive-vaults.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.
