# Liquidation

**`deposit_icrc1_liquidator`**

```motoko
motokoCopy codedeposit_icrc1_liquidator(_token: T.Token, _amount: Nat): async T.TxReceipt {
```

**`withdraw_icrc1_liquidator`**

```motoko
motokoCopy codewithdraw_icrc1_liquidator(_token: T.Token, _amount: Nat): async T.TxReceipt {
```

**`become_liquidator`**

```motoko
motokoCopy codebecome_liquidator(): async Bool {
```

**`is_liquidator`**

```motoko
motokoCopy codeis_liquidator(): async Bool {
```

**`liquidate`**

```motoko
motokoCopy codeliquidate(): async T.TxReceipt {
```

***


---

# 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://finterest.gitbook.io/product-docs/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.
