# Single NFT Lending Offers

Lenders can make offers on specific NFTs listed for loan requests:

**Browse Requests:** Look for individual loan requests posted by NFT owners.

**Make Offer:** Propose your terms including principal amount, APR, loan duration, offer expiration, and an optional origination fee. This will deposit the offered principal amount in the escrow contract.

<figure><img src="/files/oH6UzbVTK8HyDGEFjtw8" alt=""><figcaption><p>Submit Lending Offer Modal</p></figcaption></figure>

The principal amount can be recovered as long as the offer hasn’t been accepted by the borrower by cancelling the offer.

When a loan is accepted by a borrower, you will start earning yield and see the loan in the “Loans” tab.


---

# 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.jpegd.io/jpegd-dao/peer-2-peer-lending/for-lenders/single-nft-lending-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.
