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

# NFT Pool

### Collateral Factor in NFT Pool

|              |                       |
| ------------ | --------------------- |
| **NFT Name** | **Collateral Factor** |
| CryptoPunks  | 40%                   |
| MAYC         | 40%                   |
| BAYC         | 40%                   |
| Meebits      | 40%                   |
| Azuki        | 40%                   |
| CLONE X      | 40%                   |

### Reserve Factor in Flash Pool

<table><thead><tr><th width="285"></th><th></th></tr></thead><tbody><tr><td><strong>NFT Name</strong></td><td><strong>Reserve Factor</strong></td></tr><tr><td>CryptoPunks</td><td>10%</td></tr><tr><td>MAYC</td><td>10%</td></tr><tr><td>BAYC</td><td>10%</td></tr><tr><td>Meebits</td><td>10%</td></tr><tr><td>Azuki</td><td>10%</td></tr><tr><td>CLONE X</td><td>10%</td></tr></tbody></table>

### Borrowing Interest Rate Model in NFT Pool

**The Interest Rate Model is:**

**Borrow APR:**&#x20;

Optimal Utilization Rate: Uk Base rate: R0 The interest rate corresponding to the optimal capital utilization rate: Rk The interest rate when the capital utilization is 100% minus R0 and Rk: R100 Utilization rate: U Reserve Factor: r

* If U\<Uk, Borrow APR=R0​+U/Uk​∗Rk​​​&#x20;
* If U≥Uk, Borrow APR=R0​+Rk​+(U−Uk​)/(1−Uk​)∗R100​​​

**Parameter Settings:**

R0=3%

Rk=15%

R100=100%

Uk=60%

r=10%

**Example：**

When U=50%, Borrow APR=3%+50%/60%\*15%=15.5%

When U=80%, Borrow APR=3%+15%+（80%-60%）/(1-60%)\*100%=68%


---

# 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.wing.finance/parameters/nft-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.
