# Liquity v2 Design

To set the stage, [Liquity v2](https://www.liquity.org/frontend-v2) improves on the pioneering architecture of [Liquity v1](https://www.liquity.org/liquity-v1) to create a novel [Collateralized Debt Position](https://marco112358.medium.com/collateral-debt-position-cdp-and-liquidations-example-9c3585e3514e) (CDP) stablecoin called BOLD. The new design improves the peg stability and effective borrowing cost by introducing a user-set interest rate and ability to pledge multiple collateral assets, including yield-bearing liquid staking tokens (LSTs).

Similarly to Liquity v1, the second version of the protocol is heavily dependent on [Stability Pools](https://docs.liquity.org/v2-faq/bold-and-earn#how-have-stability-pools-evolved-from-v1-to-v2) acting as the first line of defence to absorb liquidations of Troves whose [loan-to-value](https://www.investopedia.com/terms/l/loantovalue.asp) (LTV) exceeds the liquidation threshold. Unlike Liquity v1, however, the second version of the protocol will have separate Stability Pools for each borrow market (namely WETH, Lido's [wstETH](https://etherscan.io/token/0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0) and RocketPool's [rETH](https://etherscan.io/token/0xae78736cd615f374d3085123a210448e74fc6393)).

The Stability Pools will earn a direct yield equal to 75% of the interest rate paid by the BOLD borrowers with the respective collateral with no intermediaries. Hence, Liquity V2 will behave similarly to money markets but with opposite spreads: depending on the utilization and integration of BOLD in the broader DeFi ecosystem, the Stability Pool will generally exceed the average borrow rates, something that isn’t possible on traditional lending markets where borrowers always pay higher rates than what the lenders receive due to idle assets in the smart contracts.

On top of receiving an ongoing BOLD yield from the interest paid by the borrowers, Stability Pools depositors also acquire discounted collateral during liquidations events. Like Liquity’s v1, liquidations are triggered when the LTV of a given **Trove is below 91%** (e.g. when the dollar market value of the pledged collateral is below 91c for a BOLD borrowed). Whenever a liquidation happens, BOLD is taken from the Stability Pool to pay the debt of the liquidated Trove, and the pool receives an equivalent amount of collateral, with a **5% discount on market price**, from the liquidated user.


---

# 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://k3-capital.gitbook.io/sbold/liquity-v2-design.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.
