> For the complete documentation index, see [llms.txt](https://docs.position.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.position.exchange/products/position-p2p-bond/liquidation.md).

# Liquidation

### Liquidation rules&#x20;

* The bond will be liquidated when its LTV reaches 80%.&#x20;

LTV = (Total sold unit \* Issue Price\*100) / Collateral \* Collateral TWAP price&#x20;

*For example: You sell 1000 bond units at the issue price = 0.65 BUSD and mortgage 10000 POSI at the rate POSI/BUSD=0.1*\
*LTV = (1000\*0.65\*100)/(10000\*0.1)=65%*

* The bond will be liquidated if the issuers do not repay before the maturity date.&#x20;

### The effects of liquidation&#x20;

* When a bond is liquidated or matured, users can no longer trade it on [Bond Exchange](https://position.exchange/trade/).&#x20;
* The system will distribute the issuer’s collateral to the holder as a percentage of holding.


---

# 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.position.exchange/products/position-p2p-bond/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.
