# Liquidity Management

Resolv manages short-term liquidity requirements (such as redemptions and exchange margining requirements) by borrowing ETH against staked ETH (wstETH) at on-chain lending protocols. Borrowing specifications are as follows:

| Lending Protocol | Aave v3 (Ethereum Mainnet)                                                                                          |
| ---------------- | ------------------------------------------------------------------------------------------------------------------- |
| Pool Type        | wstETH collateral - ETH borrowing                                                                                   |
| Health Factor    | 2.0                                                                                                                 |
| Other Terms      | If a portion of staked ETH as collateral is higher than 50%, the remaining part is unstaked to redeem borrowed ETH. |


---

# 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.resolv.xyz/litepaper/protocol-mechanics/collateral-pool/liquidity-management.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.
