# For Borrowers

JPEG'd P2P makes it easy for NFT holders to find lenders by accepting listing offers or by listing their NFTs on their own terms.

Lenders have the option to refinance a loan at any time, provided they offer better terms, ensuring borrowers always get the best terms possible without any additional effort.

Borrowers can view all their NFTs, whether in their wallet, listed, or in loans, in the “My NFTs” tab.

<figure><img src="/files/MaRkMjqNvyucE6ieCNSG" alt=""><figcaption><p>My NFTs tab</p></figcaption></figure>

NFT owners can open a loan by:

* Accepting a collection offer.
* Accepting terms validated by a lender.
* Listing NFTs and waiting for a lender to accept the terms.

Once accepted, the NFT is deposited into an escrow contract, and the borrower receives WETH or USDC, starting interest accrual.


---

# 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-borrowers.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.
