> For the complete documentation index, see [llms.txt](https://docs.gondi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gondi.xyz/learn.md).

# Learn

- [How to Make a Loan Offer](https://docs.gondi.xyz/learn/how-to-make-a-loan-offer.md): A loan offer is a proposal extended by a lender outlining loan terms, including principal, APR, due date, and optional origination fee. Learn how to submit a loan offer on GONDI V3.
- [Standard Loan Offers](https://docs.gondi.xyz/learn/how-to-make-a-loan-offer/standard-loan-offers.md): Learn how to submit a standard loan offer as a lender on GONDI V3.
- [Collection Loan Offers](https://docs.gondi.xyz/learn/how-to-make-a-loan-offer/collection-loan-offers.md): Learn how to submit collection-wide loan offers as a lender on GONDI V3.
- [How to Refinance a Loan](https://docs.gondi.xyz/learn/how-to-refinance-a-loan.md): A guide to refinancing outstanding loans on GONDI.
- [Full Loan Refinancing](https://docs.gondi.xyz/learn/how-to-refinance-a-loan/full-loan-refinancing.md): Full loan refinancing allows lenders to refinance an entire loan by improving the APR. Here's a guide on how to fully refinance single loans on GONDI.
- [Partial (Tranche) Refinancing](https://docs.gondi.xyz/learn/how-to-refinance-a-loan/partial-tranche-refinancing.md): Partial refinancing allows lenders to take over a portion of a loan by offering a better APR. Here's how to partially refinance loans on GONDI.
- [Trim the Top Refinancing](https://docs.gondi.xyz/learn/how-to-refinance-a-loan/trim-the-top-refinancing.md): Trim the Top allows lenders to set risk parameters for a specific collection, streamlining the process of refinancing multiple loans and tranches simultaneously. Here's how to use it:
- [How to Renegotiate a Loan](https://docs.gondi.xyz/learn/how-to-renegotiate-a-loan.md): This guide walks you through the steps for initiating a loan renegotiation as a lender on GONDI V3.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gondi.xyz/learn.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
