# Listing collateral

To get the attention of as many lenders as possible, borrowers can list their collateral and signal their desired terms. Alternatively, there may be a collection offer or private offer available that borrowers can accept instantly.

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

{% embed url="<https://www.youtube.com/watch?v=q9AcB6GCH38>" %}

To list single NFTs as collateral:

1. Navigate to the 'Get a Loan' menu and select 'Get a new loan'.
2. Select the asset you wish to get a loan against and click 'Get a loan'.

<div data-full-width="true"><figure><img src="/files/LaguetUeLRLERwDGgxVh" alt="" width="375"><figcaption></figcaption></figure></div>

3. You can now set the terms you would like for your loan to signal your preferences to lenders.

{% hint style="info" %}
We currently support **wETH**, **USDC**, and **DAI**.
{% endhint %}

4. Click 'List as collateral'.
5. Check the terms then click 'Confirm'.
6. Make signatures as required in your wallet.
7. It is strongly recommended that you add your email so that you are notified of offers and repayment deadlines. Remember, your collateral will be forfeited if you do not repay before the deadline.
8. You can now keep an eye on your loan offers, go [here](/borrow/accepting-loan-offers.md) to learn how.


---

# 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/borrow/listing-collateral.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.
