# Loan recall and liquidation

## Recall

Recall is the process of replacing an original lender with a refinancing lender, or ending the loan and seizing the collateral. A lender is able to send a borrower's loan to Recall after it has been active for 24 hours. **A borrower can always repay their loan while in recall for no penalty.**&#x20;

If a lender wants to exit their position, the lender initiates a recall using an on-chain transaction through the Astaria application. Requesting a recall opens a new intent with an inclining rate auction. This auction functions the same as a traditional intent from a borrower; the only difference is that a loan's borrowing rate begins at 0% APY, and increases incrementally up to 1000% APY over 24 hours.&#x20;

<figure><img src="/files/x3iITRHZwKyV2D0RLaOM" alt="" width="375"><figcaption><p>A loan that is underwater and currently in recall.</p></figcaption></figure>

## Liquidation

If no lender refinances during this period, or the borrower has not repaid the loan, the loan is presumed defaulted. This is referred to as a **failed recall**. The collateral is now retrievable by the original lender through an on-chain transaction.&#x20;


---

# 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.astaria.xyz/user-guides/loan-recall-and-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.
