# Pending Liquidation

## Pending Liquidation

### Two Possibilities <a href="#two-possibilities" id="two-possibilities"></a>

If a borrower's health factor goes below 1 or is in overdue condition, borrower's deposited NFT is in the status of pending liquidation, see more in [Risk Models: Health factor or Time-based.](/how-it-works/peer-to-pool-nft-lending-platform/risk-models-health-factor-or-time-based.md) There will be two possibilities:

#### Auction Liquidation <a href="#auction-liquidation" id="auction-liquidation"></a>

A: The first person makes a bid, the liquidation is triggered successfully and the deposited NFT enters the auction process, see more in [Liquidations: Auction Design](#auction-liquidation). If no one follows the auction later, the first person will be the winning bidder.

#### Bad Debt <a href="#bad-debt" id="bad-debt"></a>

B: No one makes the bid. Liquidation process won't be triggered, the deposited NFT will stay in the pools and become Bad Debt, see more in the [Bad Debt](#bad-debt).


---

# 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.kyoko.finance/how-it-works/peer-to-pool-nft-lending-platform/pending-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.
