# Stability pool and liquidating a vault

You can deposit USH in the stability pool and receive profits from liquidated vaults, where the profit is denominated in the collateral. In the liquidation process, an equivalent amount of USH is burned from the stability pool, and then, after fees, the vault’s collateral is distributed to users in the stability pool. In essence, USH is used to buy the collateral under the market rate. Users who deposit USH will also earn HDG rewards. The stability pool helps avoid a spike in the price of USH in a market downturn and also allows for lower overall collateral requirements for vaults.

You can initiate a [liquidation](/protocol-overview/liquidation-and-liquidation-pool.md) and pass in a vault ID, so long as that vault is under-collateralized.

![](/files/oWRn2AzkkZOp2oYLbzRU)


---

# 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.hedge.so/how-to-use-hedge/stability-pool-and-liquidating-a-vault.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.
