> For the complete documentation index, see [llms.txt](https://docs.teller.org/teller-lite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.teller.org/teller-lite/liquidations.md).

# Liquidations

Teller replaces price-based liquidation pools by utilizing fixed collateral and fixed duration loans in concentrated liquidity order books.

Time-based liquidation enables more flexible collateral options for borrowers and LPs can regularly earn above money market rates with decreased risk.<br>

### **What is time-based liquidation?**

Loans are only vulnerable to liquidation if a borrower fails to make a scheduled repayment.

Unlike price-based liquidation pools that rely on health factors or other collateral factors, any change in the underlying value of the collateral does not trigger liquidation on Teller.

If a borrower doesn’t make a scheduled repayment after a pre-determined due date (plus a grace period), the loan will default.<br>

### **What happens if a loan defaults?**

After default, a liquidator can repay the loan on the borrower’s behalf and seize **100%** of the collateral associated with the loan.

The lender can also close the loan without repayment and seize **all of the collateral.**

(On a per-wallet basis.)<br>

### **Is there a liquidation penalty?**

After liquidation, **all** the collateral associated with a loan is seized and transferred to the liquidator. Other than that, there are no additional liquidation fees.<br>

### **How do I avoid liquidation?**

If scheduled loan repayments are made on time, there is no price-based risk of liquidation.


---

# 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.teller.org/teller-lite/liquidations.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.
