# Guides

- [Yield Aggregator](https://docs.dano.finance/how-to-use/guides/yield-aggregator.md)
- [How to find the most suitable yield products?](https://docs.dano.finance/how-to-use/guides/yield-aggregator/how-to-find-the-most-suitable-yield-products.md)
- [How to Supply Liquidity?](https://docs.dano.finance/how-to-use/guides/yield-aggregator/how-to-supply-liquidity.md)
- [How to Withdraw Liquidity?](https://docs.dano.finance/how-to-use/guides/yield-aggregator/how-to-withdraw-liquidity.md)
- [How to Borrow Tokens?](https://docs.dano.finance/how-to-use/guides/yield-aggregator/how-to-borrow-tokens.md)
- [How to Repay a Loan?](https://docs.dano.finance/how-to-use/guides/yield-aggregator/how-to-repay-a-loan.md)
- [Danogo Staking Bond](https://docs.dano.finance/how-to-use/guides/danogo-staking-bond.md)
- [How to Borrow ADA Staking Rights?](https://docs.dano.finance/how-to-use/guides/danogo-staking-bond/how-to-borrow-ada-staking-rights.md)
- [How to Provide Liquidity?](https://docs.dano.finance/how-to-use/guides/danogo-staking-bond/how-to-provide-liquidity.md)
- [Danogo Bond Dex](https://docs.dano.finance/how-to-use/guides/danogo-bond-dex.md)
- [How to buy a Bond at Market price?](https://docs.dano.finance/how-to-use/guides/danogo-bond-dex/how-to-buy-a-bond-at-market-price.md)
- [How to buy a Bond at your desired price (create Buy order)](https://docs.dano.finance/how-to-use/guides/danogo-bond-dex/how-to-buy-a-bond-at-your-desired-price-create-buy-order.md)
- [How to sell a Bond at Market price?](https://docs.dano.finance/how-to-use/guides/danogo-bond-dex/how-to-sell-a-bond-at-market-price.md)
- [How to sell a Bond at your desired price? (create Sell order)](https://docs.dano.finance/how-to-use/guides/danogo-bond-dex/how-to-sell-a-bond-at-your-desired-price-create-sell-order.md)
- [How to update Sell order (Listing)?](https://docs.dano.finance/how-to-use/guides/danogo-bond-dex/how-to-update-sell-order-listing.md)
- [Fixed Pool Lending](https://docs.dano.finance/how-to-use/guides/fixed-pool-lending.md)
- [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.
- [Flexible Pool Lending](https://docs.dano.finance/how-to-use/guides/flexible-pool-lending.md)
- [How To Supply Assets](https://docs.dano.finance/how-to-use/guides/flexible-pool-lending/how-to-supply-assets.md): Suppliers deposit assets into the Danogo Float pool to receive dTokens. Two supply transactions with different asset types are required.
- [How To Withdraw Assets](https://docs.dano.finance/how-to-use/guides/flexible-pool-lending/how-to-withdraw-assets.md): Suppliers can withdraw assets from Danogo Float by returning dTokens for the equivalent amount, including interest. Partial or full withdrawals are each completed in a single transaction.
- [How to Create Floating Interest Rate Loans](https://docs.dano.finance/how-to-use/guides/flexible-pool-lending/how-to-create-floating-interest-rate-loans.md): To borrow on Danogo, users must provide sufficient collateral—Tokens, qTokens, or dTokens. Borrowing requires one transaction without collateral and another with collateral supplied.
- [How To Modify Loans](https://docs.dano.finance/how-to-use/guides/flexible-pool-lending/how-to-modify-loans.md): Borrowers can modify their loans by adjusting both the collateral and loan amounts. One transaction increases both, while another decreases both.
- [How To Repay Loan](https://docs.dano.finance/how-to-use/guides/flexible-pool-lending/how-to-repay-loan.md): Borrowers can fully repay their loan by setting the borrowed amount to zero in a single transaction.
- [Leverage Trading](https://docs.dano.finance/how-to-use/guides/leverage-trading.md)
- [How to Open Position](https://docs.dano.finance/how-to-use/guides/leverage-trading/how-to-open-position.md)
- [How to Close Position](https://docs.dano.finance/how-to-use/guides/leverage-trading/how-to-close-position.md)


---

# 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.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.
