# Collection Offers

Lenders can offer loans to multiple NFTs within a collection. Creating a collection offer and viewing all active collection offers is done in the “Collections” tab.

Creating a collection offer:

Select the collection you want to make offers to. Define the total capacity, max principal per loan, APR, loan duration, offer expiration, and an optional origination fee.

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

**Confirm Collection Offer:** Deposit the total amount of assets to cover multiple loans in the escrow contract.

As borrowers accept the collection offer, the corresponding loan amounts are distributed from your deposited assets.


---

# 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/collection-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.
