# Pool Status

| Status      | Restricted Actions                                        | Reasoning                                                                                                                                                              |
| ----------- | --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Active      | None                                                      | Everything is A-OK!                                                                                                                                                    |
| Frozen      | Everything                                                | We will freeze a pool if something unexpected has gone wrong. For example, if the protocol receives faulty/suspicious oracle pricing.                                  |
| Extraction  | Swap, Provide Liquidity, Borrow More, Unwrap, Liquidation | Extraction is the first step of our clAsset deprecatoin process, it allows liquidity provider and borrowers to close their positions before the clAsset is removed.    |
| Liquidation | Swap, Provide Liquidity, Borrow More, Unwrap              | Liquidation is the second step of our clAsset deprecatoin process, where liquidity provider and borrowers who faileed to close their positions can be liquidated.      |
| Deprecation | Everything EXCEPT Unwrap                                  | Deprecation is, fittingly, the last stage of our clAsset deprecatoin process, where anyone still holding the clAsset can unwrap and receive bridged asset in exchange. |

{% hint style="info" %}
More about the clAsset Deprecation can be found [here](/system-architecture/comet-liquidity-system/classet-deprecation.md).
{% 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://docs.clone.so/clone-mainnet-guide/pool-status.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.
