# Fixed Pool Lending

- [How to Create a Pool](https://docs.dano.finance/how-to-use/guides/fixed-pool-lending/how-to-create-a-pool.md)
- [How to Create a Loan](https://docs.dano.finance/how-to-use/guides/fixed-pool-lending/how-to-create-a-loan.md)
- [How To Repay a Loan](https://docs.dano.finance/how-to-use/guides/fixed-pool-lending/how-to-repay-a-loan.md): When your loan is close to or reaches its maturity date, you need to repay it to avoid liquidation and losing your collateral.
- [Top-up Collateral](https://docs.dano.finance/how-to-use/guides/fixed-pool-lending/top-up-collateral.md): When your loan's Health Factor (HF) is low, you will need to top up additional collateral to keep your loan within a safe threshold and avoid liquidation.
- [How To Redeem](https://docs.dano.finance/how-to-use/guides/fixed-pool-lending/how-to-redeem.md): When a pool reaches its maturity date, you can redeem your investment and earned interest using yT and pT.
- [How To Perform Mass Liquidation](https://docs.dano.finance/how-to-use/guides/fixed-pool-lending/how-to-perform-mass-liquidation.md): When a loan is overdue or its Health Factor is ≤ 1, it becomes eligible for liquidation, which protects the lender’s funds by repaying the debt with the borrower’s collateral.


---

# 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.dano.finance/how-to-use/guides/fixed-pool-lending.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.
