> For the complete documentation index, see [llms.txt](https://docs.drops.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.drops.co/lending-pools/nft-lending-pool.md).

# NFT Lending Pool

Lending pools are at the core of the Drops protocol lending model. Each lending pool consists of NFTs that can be used as collateral and tokens that can be borrowed.&#x20;

NFTs are grouped into pools by their risk profiles - tranches.

**Ocean** (Senior tranche) - blue chip NFTs with highest liquidity, low risk collateral.

**Sea** (Mazzanine tranche) - Mid cap NFTs with medium risk collateral.

**Lake** (Junior tranche) - Lower cap NFTs with high risk collateral.

By using isolated pools, lenders can choose to which particular NFT collections they want to be exposed to.&#x20;

NFT collateral value is determined by the oracle, borrowers can get 30-60% loan against their collateral value.

Loans have no expiry dates and can remain solvent as long as the user does not exceed the borrowing limit. Interest rates are calculated algorithmically based on the utilization rate of an asset.

![Lending pools structure](https://lh5.googleusercontent.com/_8FEKzVWY0N1-hb2jG9mMk5nwVJWfxrSq9MNCLce2YEiSeSBaaBEZZoj627rlBP6EW5x8pco4lDg71RFHDbXLRQAj-3DhFHboreatjlmE-TzXwRGqVZG7Jb2r7ETFQcFtExFS9L2ShFm)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.drops.co/lending-pools/nft-lending-pool.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
