> For the complete documentation index, see [llms.txt](https://psy-stablecoin.gitbook.io/psy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://psy-stablecoin.gitbook.io/psy/guides/user-guide/liquidate-trove.md).

# Liquidate Trove

* Click **Risky Troves** in the header.

<figure><img src="/files/kQ0XqJZdpPEkHHz7MDrU" alt=""><figcaption></figcaption></figure>

* Liquidate Troves by clicking **Liquidate** to ensure that the entire stablecoin supply remains fully backed by collateral.&#x20;

{% hint style="info" %}
Troves that fall below the minimum collateral ratio of 110% will be closed. Troves below 150% can be liquidated during Recovery Mode.
{% endhint %}

<figure><img src="/files/6apL3KyxEhCOhiP5sc8C" alt=""><figcaption></figcaption></figure>

* You can receive a gas compensation (200 SLSD + 0.5% of the Trove's collateral) as reward.


---

# 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://psy-stablecoin.gitbook.io/psy/guides/user-guide/liquidate-trove.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.
