# Introduction

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

**NFTfi is a peer-to-peer, decentralized lending protocol for taking loans that are collateralized against your NFTs.**&#x20;

All loans have fixed terms without price-based liquidation, and borrowers can [renegotiate](https://docs.nftfi.com/borrow/renegotiating) existing loans and take loans out against [bundles](https://docs.nftfi.com/highlights/bundles) of multiple NFTs.\
\
For lenders, NFTfi provides a platform for generating attractive yields whilst offering the chance to acquire NFTs at discounts to market price if a borrower defaults. \
\
Here's what a basic loan lifecycle looks like:

<figure><img src="https://lh6.googleusercontent.com/l72EdlynOfucJXbXTfhnm6DI324sAPOq4DTrSF7JvMCUFSJWEOOyH90lFr16CD8_6hzeijMWVUT8-qu9Q2Gzh-DJybDYdKasnebDBMu3w6So8UUCnrpHQF1Niy2oDAKgaP6cKcLwpRb0dR7qvKM-yMw" alt=""><figcaption></figcaption></figure>

**NFTfi dApp** can be accessed here: <https://app.nftfi.com/>&#x20;

{% hint style="info" %}
**Supported cryptocurrencies**

NFTfi presently supports Wrapped Ethereum (wETH), USD Coin (USDC), and Dai (DAI). You can wrap regular ETH into wETH on [Uniswap](https://app.uniswap.org/#/swap) or many other venues.
{% endhint %}

{% hint style="warning" %}
*<mark style="color:orange;">This documentation and its contents are for educational and informational purposes only and should not be considered financial advice. Conduct your own research and due diligence before making any investment or financial decisions, such as when considering novel products including NFT loans.</mark>*
{% endhint %}


---

# 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/overview/introduction.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.
