# Pendle/Penpie Liquidation Price

The liquidation price for Pendle/Penpie LP positions can be quite volatile due to the impermanent loss of the position. To estimate the liquidation price in ETH, you can use the following formula:

**Liquidation Price Formula:**

$$
\text{Liquidation Price} = \frac{\text{Borrowed ETH Amount} \times \text{ETH Borrow Factor} \times \text{ETH Price}}{(\text{Underlying SY Amount} + \text{Underlying PT Amount}) \times \text{LP Collateral Factor}}
$$

**Example: weETH Penpie Position**

1. **Deposit and Borrow:**
   * Deposit: 1 ETH
   * Borrow: 5 ETH
2. **Net Position After Swap:**
   * 5.05 SY weETH
   * 0.75 PT weETH
   * 0.075 YT weETH (excluded, not used as collateral)
3. **Factors:**
   * ETH Borrow Factor: 1.1058
   * LP Collateral Factor: 0.95
4. **Assumed Prices:**
   * ETH = $3410
   * weETH = $3558
5. **Calculation:**

$$
\text{Liquidation Price} = \frac{5 \times 1.1058 \times 3410}{(5.05 + 0.75) \times 0.95} = 3421.75
$$

This means that if weETH **depegs to $3421.75**, the position will be liquidated.&#x20;

However, under normal circumstances where weETH remains pegged, the position is unlikely to be liquidated. The liquidation price will adjust in correlation with the ETH price, preventing liquidation as long as the peg holds.


---

# 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.stellaxyz.io/stella-doc/stella-yield/stella-strategy/liquidation/pendle-penpie-liquidation-price.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.
