# NFT Pool

## Overview

NFT Pool is NFT-Collateral based fund pools on the Wing DAO platform based on Ethereum networks. You can read more about NFT Pool mechanisms[ here](/rules/nft-pool.md).

## Supported NFTs and Assets

Currently, there are six bluechip NFTs supported in Wing NFT Pool.

|              |                                                                                                                       |
| ------------ | --------------------------------------------------------------------------------------------------------------------- |
| **NFT Name** | **Address**                                                                                                           |
| CryptoPunks  | [0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB](https://etherscan.io/address/0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB) |
| MAYC         | [0x60E4d786628Fea6478F785A6d7e704777c86a7c6](https://etherscan.io/address/0x60E4d786628Fea6478F785A6d7e704777c86a7c6) |
| BAYC         | [0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D](https://etherscan.io/address/0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D) |
| Meebits      | [0x7Bd29408f11D2bFC23c34f18275bBf23bB716Bc7](https://etherscan.io/address/0x7Bd29408f11D2bFC23c34f18275bBf23bB716Bc7) |
| Azuki        | [0xED5AF388653567Af2F388E6224dC7C4b3241C544](https://etherscan.io/address/0xED5AF388653567Af2F388E6224dC7C4b3241C544) |
| CLONE X      | [0x49cF6f5d44E70224e2E23fDcdd2C053F30aDA28B](https://etherscan.io/address/0x49cF6f5d44E70224e2E23fDcdd2C053F30aDA28B) |

For **Assets**, Supply Pool and Borrow Pool only support **ETH** now, and Insurance Pool only supports **pWING**.

## fToken

|              |                                                                                                                       |
| ------------ | --------------------------------------------------------------------------------------------------------------------- |
| **NFT Name** | **Address**                                                                                                           |
| fCryptoPunks | [0x061006C9116201f4e84d9368651178Bd167f3C2B](https://etherscan.io/address/0x061006C9116201f4e84d9368651178Bd167f3C2B) |
| fMAYC        | [0xac900aec767e2a61b538bf45c288d6ea9042185a](https://etherscan.io/address/0xac900aec767e2a61b538bf45c288d6ea9042185a) |
| fBAYC        | [0x2486c4b9bedd17b5b447bb3b3986ef6bddce42e6](https://etherscan.io/address/0x2486c4b9bedd17b5b447bb3b3986ef6bddce42e6) |
| fMeebits     | [0x196fefa7a5eff5b78974b9f894f1501560a48f64](https://etherscan.io/address/0x196fefa7a5eff5b78974b9f894f1501560a48f64) |
| fAzuki       | [0xca8CAA44509F2822B9761A2434b08dAC92b83613](https://etherscan.io/address/0xca8CAA44509F2822B9761A2434b08dAC92b83613) |
| fCLONE X     | [0xb180c84a62262eb46bbce07d98866204d56e7b84](https://etherscan.io/address/0xb180c84a62262eb46bbce07d98866204d56e7b84) |


---

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