# Transferring lender rights

Lender rights are tied to a **“promissory note”** NFT. The promissory note is minted with every new loan and sent to the lender's wallet. If you move the promissory note to another wallet address, you are effectively transferring lenders' rights (to receive the loan repayment or loan collateral in case of default) to that address.

Lenders can transfer their rights to a loan repayment, or collateral if the loan defaults. The representation of the loan from the lender side is known as a promissory note, and is itself and ERC-721 token.&#x20;

The person to receive the promissory note is always the lender in the transaction. When the NFTfi smart contract recognizes that the loan term has expired and that the borrower has ‘defaulted’ (this just means that the borrower did not repay the loan in time), the holder of that specific promissory note will see in their NFTfi panel that they now have the option to [foreclose](/lend/foreclosing.md) the loan, which means receive the NFT that was provided as collateral.

Therefore the holder of a NFTfi promissory note is always entitled to one of two things at the end of the loan’s term, and those represent its minimal intrinsic value.

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

\
The token itself shows the main parameters of the loan, and the collection for promissory notes can be found here: <https://opensea.io/collection/nftfi-promissory-note-v3>. The standard Opensea transfer function can be used to transfer NFTfi promissory notes in the same way you would transfer any other NFT on Opensea.<br>


---

# 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/transferring-lender-rights.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.
