# Standard Loan Offers

Standard loan offers are proposals from lenders to borrowers who have listed an NFT, indicating they seek loans against it. Each offer details the terms, including the principal, APR, due date, and optional origination fee. For more information on how these work, visit [Loan Offers](/gondi-v3/loan-offers.md)

### **Step 1: Find Listed Items**

Navigate to the [Make Offers](https://www.gondi.xyz/make-offers#listings) page and select the ‘Listings’ tab to see all NFTs seeking loan offers.

<figure><img src="/files/6fkqLgaKcpvqbrm8KQhT" alt=""><figcaption></figcaption></figure>

### **Step 2: Use Filters to Find Items**

When borrowers list an item seeking a loan, they can optionally specify their desired terms, such as currency and loan duration. These details are visible in each item listing and on the offer page.

* **Currency (WETH or USDC):** Choose the asset used for the principal.
* **Collections:** View all loans or select a specific collection.

<figure><img src="/files/Xf3voDn8veLuquEtuosX" alt=""><figcaption></figcaption></figure>

### **Step 3: Select an Item**

Click the 'Make Offer' button next to the desired loan to enter the Offer page.

{% hint style="info" %}
For more details on the item, click the white arrow to open its profile page. Here, you'll find past activity and other information. You can also start a loan offer from the profile page.
{% endhint %}

### Step 4: Connect Your Wallet

If not already connected, you'll be prompted to connect your wallet.&#x20;

{% hint style="warning" %}
Ensure you are navigating on <https://gondi.xyz> for security.
{% endhint %}

### **Step 5: Define Your Loan Offer**

When listing an item, borrowers can signal their currency and duration preferences. Lenders can submit offers with different terms, but offers that match the borrower's preferences have a higher chance of acceptance.

<figure><img src="/files/0ljeGEem8M2DM8gncgu8" alt=""><figcaption></figcaption></figure>

* **Currency:** The asset you offer (WETH or USDC).
* **Expiration Date:** Set a timeframe for your offer's validity. At least three days is recommended.
* **Principal:** Enter the loan amount you want to lend.
* **APR:** Select your desired interest rate.
* **Duration:** Set the repayment deadline.
* **Origination Fee (optional):** Optionally include an origination fee (up to 10% of the principal, typically not exceeding 2%).
* **Effective APR:** Shows the loan’s final APR, including the origination fee.
* **Max Accrued Interest:** The maximum interest the lender will receive if the borrower repays just before the due date. With GONDI’s pro-rata system, if the borrower pays back earlier, the APR will be lower.

### **Step 6: Make the Offer**

When ready, click 'Make Offer'. Review the terms, then sign the approval transaction with your wallet (you’ll need a small amount of gas).

{% hint style="success" %}
You can make loan offers without having enough balance in your wallet, but the offer will only be visible to the borrower once your wallet has sufficient funds.
{% endhint %}

### **Step 7: Wait for Borrower**

Once you submit a loan offer, the borrower should review it and respond within the specified timeframe. If you submit it in your GONDI profile, you’ll be notified of their decision by email or through the GONDI notifications page.

{% hint style="info" %}
Lenders can submit multiple offers with different terms for the same item to increase the likelihood of the borrower finding one attractive and accepting it.
{% endhint %}

***

These steps should help you effectively submit a loan offer. Feel free to ask in [GONDI’s Discord](http://discord.gg/gondi) if you need further assistance.


---

# 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/learn/how-to-make-a-loan-offer/standard-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.
