# Manual asset liquidation

Information for more technical savvy users looking to participate in manual asset liquidation

## **To participate in manual asset liquidation**

* Subscribe to the Unit Protocol [Telegram bot](https://t.me/unit_protocol_pulse)&#x20;
  * The bot will push notifications if a CDP is triggered for liquidation.
* Use the liquidation [DApp](https://liquidation.unit.xyz/) to check current liquidation parameters and buy out the collateral.

## Technical information

* Liquidation trigger:&#x20;
  * function triggerLiquidation(address asset, address user) to contract 0x0e13ab042eC5AB9Fc6F43979406088B9028F66fA . Performed by the liquidator bot <https://github.com/unitprotocol/liquidator> .
* Buyout collateral:&#x20;
  * `approve` USDP to Vault `0xb1cFF81b9305166ff1EFc49A129ad2AfCd7BCf19`&#x20;
  * Call `buyout`  on LiquidationAuction02 `0xaEF1ed4C492BF4C57221bE0706def67813D79955`
  * CDP information can be accessed in Vault contract `0xb1cFF81b9305166ff1EFc49A129ad2AfCd7BCf19`. `getTotalDebt` etc.


---

# 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://unit-protocol.gitbook.io/docs/understanding-usdp/liquidation/manual-asset-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.
