# Pool Manager NFT

When a liquidity pool is created, the creator is awarded a Pool Manager NFT. The NFT-holder has the exclusive right to manage certificates related to the pool's stake address.

The NFT-holder can perform any `certificate` action, such as

* Delegate to a stake pool
* Register a stake pool
* Deregister stake pool

As a protocol participant, the NFT-owner should manage the deposited ADA to generate maximum returns for depositors.

When the **pool is managed properly**:

* It generates high yields
* Deposits flow into the pool
* Full management of liquidity pool stake credentials for pool manager NFT

When the pool **is not managed properly**:

* Deposits flow out to high-yield pools
* Deposits flow out from the pool
* The pool manager does not control a significant amount of ADA

Lastly, the liquidity pool can be destroyed only if Pool Manager NFT is burned. <br>

{% hint style="info" %}
**Reminder**\
If you've created a liquidity pool, please refrain from withdrawing 100% of your liquidity if you do not intend to delete the pool. Removing all liquidity without deleting the pool risks forfeiting the Pool Deployment Fee (\~35 ADA).
{% 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://lenfi.gitbook.io/docs/liquidity-pools/pool-manager-nft.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.
