> For the complete documentation index, see [llms.txt](https://docs.kyoko.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kyoko.finance/how-it-works/peer-to-pool-nft-lending-platform/p2p-nft-lending-introduction/nft-as-the-collateral.md).

# NFT as the collateral

## NFT as the collateral

Kyoko protocol enables NFT loans through the pooling of funds. Each loan is secured by an NFT collateral acting as a risk mitigation tool against default.

Given the specificities of Kyoko’s evaluation model, the selection of NFTs has been performed with the following constraints:

1. Each additional NFT will slightly increase the gas cost of the borrow and repay actions permanently. The currency must be included in the smart contract, adding complexity and thus costs.
2. Each NFT added to Kyoko protocol as collateral increases the protocol risk of insolvency. From a financial perspective, the assets of Kyoko Protocol are the collaterals, while the liabilities are the loaned amounts. The underlying floor price of assets and liabilities often differ, with loans mostly taken in ETHs and backed by volatile NFTs. This means the protocol is heavily exposed to the failure of supported token systems as well as market fluctuations.
3. A centralized NFT accepted as collateral exposes the protocol to its centralization risk. The single point of failure risks of underlying currencies flow into Kyoko Protocol.
4. Collaterals are the assets of the protocol. To remain solvent, these assets must remain greater than the liabilities, the loans.

<br>


---

# 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://docs.kyoko.finance/how-it-works/peer-to-pool-nft-lending-platform/p2p-nft-lending-introduction/nft-as-the-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.
