# Liquidations

Teller pool loans are fixed duration(each pool can have different duration so check the pool metrics for "**Duration per loan**") and if a loan isn't [repaid](/teller-lite/lending-pools/borrowing/repaying-your-loan.md) or [extended](/teller-lite/lending-pools/borrowing/extend-your-loan.md) before the time duration expires, the loan will **default**. In this case any liquidator can claim the full collateral while the loan amount will return to the liquidity pool.

Auctions details:

* **Pair** - liquidity pool pair the loan originated from.
* **Collateral** - fixed collateral amount used for the loan that can be claimed by liquidators.
* **Price** - price paid by liquidators to claim the collateral amount, this will decrease over time.
* **Time** - time left on the 24 hours auction timer.

<figure><img src="/files/8fGL8kTs6iIXuMfzJFol" alt=""><figcaption><p>Auctions page</p></figcaption></figure>

Once a pool loan defaults it will get auctioned and can be liquidated from the **Auctions** page. As the pool loans are overcollateralized for the first 24 hours the price to liquidate the collateral starts higher than the initial loan amount and then decreases linearly with time. \
\
After the principal loan has been repaid to the liquidity pool, any surplus from a successful auction will be shared between the protocol and the liquidity pool, thus increasing the pool yield for lenders.

To liquidate a defaulted loan click on - **Liquidate** and confirm in the connected wallet.


---

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