# Pool creation

Anybody with a certain amount veHONEY can spin up a lending pool for any given NFT collection.

**Requirements for listing:**

* Pool admin must hold at least 50k veHONEY
* NFT collection must use [metaplex standard](https://docs.metaplex.com/programs/token-metadata/token-standard) and EIP-721 (+ more standards comming soon)
* Collection must have a Switchboard or [Hivemind](https://honey-labs.gitbook.io/hivemind/) oracle

Most fields in the lending pool creation are mutable, and be changed at a later date.

{% hint style="danger" %}
Pool admins have full control over their pools and their oracles. This means pool admins could act maliciously resulting in the loss of user funds. Please be careful when using unverified pools on Honey Finance.
{% endhint %}


---

# 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.honey.finance/lending-protocol/market-admins/pool-creation.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.
