# 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: 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.drops.co/lending-pools/nft-lending-pool.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.
