# Loan Offers

## Loan Offers&#x20;

Loan offers can be created on Gondi's dApp or through its API.&#x20;

\
Loan offers must include:

* Maximum Principal amount (in WETH or USDC)
* APR expressed as a percentage
* Due date for repayment
* Origination Fee (optional)
* Expiration date

Loan offers can be created for specific items or collection-wide (including for ArtBlocks collections). Lenders are allowed to make multiple offers to the same NFT.

{% hint style="info" %}
**An offer's principal is the maximum amount allowed to be borrowed from that offer. A borrower might choose to accept and offer but take only a portion of the principal at the same APR.**&#x20;
{% endhint %}

Lenders can manage their exposure in collection offers by setting a capacity number of loans that can be originated from it. Similar to item offers, lenders can create multiple offers for the same collection.\
\
Loan offers can be cancelled on-chain before expiration by the lender or alternatively, hidden from  Gondi's dApp although they would still be active on-chain until expiration.&#x20;

## Buy Offers

Buy offers can be created for items in outstanding loans which allow lenders to sell & repay their loan with one transaction in case they don't have enough liquidity to repay before due date.&#x20;

Buy offers are created on Gondi's dApp. There's no fee associated with selling and repaying loan.


---

# 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.gondi.xyz/gondi-v1-and-v2/gondi-v2/loan-offers.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.
