> For the complete documentation index, see [llms.txt](https://nftuloan.gitbook.io/nftuloan-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nftuloan.gitbook.io/nftuloan-whitepaper/protocol/loan-termination/loan-to-hotdeal.md).

# Loan to Hotdeal

For the V1 protocol, we have set a hotdeal to be a loan which was not paid back in time by the borrower. At that moment, the NFT he has sent to the smart contract will not be its possession anymore. So we will have to place that NFT in our marketplace . And the loan will be renamed a “Hotdeal”.&#x20;

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

Lending participants in the loan will be still tagged to receive the ethers they have lent +a commission.

When the hotdeal is active in our marketplace, any person can buy the NFT. The price for sale for this NFT will be at least 30% less than from market sites like opensea. So it can be an opportunity for NFT buyers to buy from our marketplace.\
\
When the hotdeal is sold, as the process for loan payback, all lenders involved will be refunded their borrowed ethers, and will receive a commission. Note that this commission will be substantially higher than the commission generated though a loan payback.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://nftuloan.gitbook.io/nftuloan-whitepaper/protocol/loan-termination/loan-to-hotdeal.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.
