# Loan Basics

#### Loan Properties

Every GONDI loan has:

* **Principal Amount**: Loan size (in WETH or USDC)
* **Gross APR**: Annual percentage rate
* **Due Date**: Repayment deadline to avoid default
* **Origination Fee**: Optional upfront fee (deducted from principal)
* **Collateral**: Your NFT (ERC-721s, ERC-1155s, legacy ERC-721s)

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

Interest only accrues while your loan is active. Repay early to save on interest costs - no penalties for early repayment.
{% 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 Loans Work

1. **Browse**: List your NFT to see available offers
2. **Select**: Choose loan amount and terms - GONDI automatically finds the cheapest combination
3. **Receive Funds**: Get principal minus any origination fees; your NFT goes to escrow
4. **Repay**: Pay back principal plus interest before due date to retrieve your NFT
5. **Default**: If unpaid by due date, lenders can claim your NFT through liquidation

#### Repayment Rules

* **Full repayment only**: Must pay principal + all accrued interest at once
* **No partial payments**: Installments not supported
* **Anytime before due date**: No early repayment penalties


---

# 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-v3/loan-basics.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.
