# Making loan offers

As a lender on NFTfi, you can compete against other lenders to offer competitive terms on listed NFT collateral. Some borrowers will signal their desired loan terms, which you can offer if you wish but you can also offer any other terms too.

{% hint style="info" %}
Users can only lend against assets from collections that have been whitelisted by the NFTfi team.&#x20;
{% endhint %}

1. Navigate to '[Give a loan](https://app.nftfi.com/lend/assets)' and then 'Give a new loan'.
2. You can now filter by collection and find collateral you’re interested in lending against.
3. Once you’ve found an NFT you want to give a loan against, select it and you will be taken to the listing page.
4. If the borrower has set desired terms you can offer these, or alternatively, set your own terms.

<figure><img src="/files/jUN6wRcxzZ5yW3xtuYOE" alt="" width="375"><figcaption></figcaption></figure>

5. Click 'Make offer' and sign in your wallet. You may also need to provide permission for NFTfi to move your WETH.
6. Your offer should now be live. You can check on your open offers by navigating to 'Give a loan' and then 'Offers sent'.


---

# 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.nftfi.com/lend/making-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.
