> For the complete documentation index, see [llms.txt](https://docs.cadmos.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cadmos.finance/administration-platform/pool-management/liquidation.md).

# Liquidation

**Liquidation** is used to close down Pool operations in an orderly fashion and allow investors to directly withdraw their investment.

## Entering liquidation

The Pool can be placed in liquidation at any time  via the **'Other Actions'** panel.

**Note**: Caller needs to be cleared for the FLAG\_LIQUIDATION privilege.

**Note**: This cannot be reversed.

## Consequences of liquidation

When in liquidation:

* The Pool cannot accept any new deposit
* No transfer can be made anymore to the **PoolTreasury**.
* All rewards are set to 0, including the burn reward.
* Investors may directly withdraw from the Pool at NAV by calling the `liquidate()` method

## Withdrawing during liquidation

Any investor may directly withdraw from the Pool when it is in liquidation. This can be done by calling `liquidate()` on the relevant [InvestmentPoolCore ](broken://pages/KvY7HAbcQYp9KIU4dMLV)smart contract.

**Note:** When in Liquidation, the [OutflowPool ](broken://pages/3a7s62TEXYMWARyiN5p2)contract cannot be used to withdraw anymore.


---

# 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:

```
GET https://docs.cadmos.finance/administration-platform/pool-management/liquidation.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.
