> For the complete documentation index, see [llms.txt](https://docs.astaria.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.astaria.xyz/user-guides/loan-recall-and-liquidation.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.astaria.xyz/user-guides/loan-recall-and-liquidation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
