# Loan Basics w/pools

## Loan Properties

* Principal Amount (in WETH or USDC)&#x20;
* Gross APR (annual percentage rate)&#x20;
* Due date (timestamp to repay loan plus accrued interest to avoid default)
* Origination fee (optional)
* Collateral (supported ERC-721 NFTs)

{% hint style="info" %}
**Pro Rata Interest**

Interest only accrues while the loan is outstanding meaning a borrower always has the option to repay early to save on interest cost.
{% endhint %}

### Loan Example&#x20;

<div data-full-width="false"><figure><img src="/files/x7KSFDakncXAlGQ7cFd8" alt=""><figcaption><p>Gondi Loan without refinancing</p></figcaption></figure></div>

#### **How it works:**&#x20;

1. Borrower lists NFT (ERC-721) to view outstanding offers or receive specific item offers for specific items.&#x20;
2. Pool and individual lenders create offers against the listed collateral with different terms and seniority.
3. Borrower selects the loan amount and duration. GONDI dApp programmatically selects the lowest interest rate + origination fee offer or combination of offers from pools and peers to originate loan. Collateral is sent to the GONDI's escrow contract.
4. Loans must be repaid in full including accrued interest to retrieved collateral. No installments or partial payments are supported.
5. If borrower fails to repay before maturity, the loan defaults. If there's only one lender, they can claim the escrowed collateral. If loan has multiple tranches, there is an optional buyout period for largest lender, followed by an auction to liquidate collateral. More details on Defaults & Auctions.&#x20;

The origination fee can only be included at origination or renegotiations. The origination fee is not supported for refinancing. The origination fee amount is deducted from the principal amount.

GONDI loans cannot be refinanced for the initial 5% and the last 10% of the loan's duration. Every time a loan is refinanced or renegotiated, the 5% initial lock up is activated.&#x20;

## Repayments

Loans can be repaid anytime before the due date. Interest accrues on a pro-rata basis, meaning it only accrues based on the net outstanding time, with no early repayment penalties.

{% hint style="info" %}
**No Partial Principal Repayment**

Repayments must be done in full (principal and accrued interest) before the due date.
{% endhint %}


---

# 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/content-with-pools/loan-basics-w-pools.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.
