> 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/gondi-v1-and-v2/gondi-v1/gondi-v1-loans.md).

# Gondi V1 Loans

## Loan Properties

* Principal (in WETH or USDC)&#x20;
* Gross APR (Annual percentage rate)&#x20;
* Due date (timestamp to repay loan plus accrued interest to avoid defaulting)
* Origination fee (optional for new loans and renegotiations. Fee deducted on origination from Principal)
* Collateral (supported ERC-721 NFTs)

**Interest only accrues while loan is outstanding.**&#x20;

### Offers&#x20;

Lenders on Gondi create individual offers to listed items looking for loans. Offers have the same properties as a loan, with the addition of an expiration date.&#x20;

Lenders can make multiple offers to the same NFT.

Lenders can also create Collection offers, where any NFT from a collection can accept the loan terms. Lenders can set budgets for collection offers to manager their exposure. Similar to item offers, lenders can create more than one multiple collection for the same collection.

All offers can be cancelled on-chain before expiration by the lender.


---

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

```
GET https://docs.gondi.xyz/gondi-v1-and-v2/gondi-v1/gondi-v1-loans.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.
