# How do I determine if a pool has sufficient liquidity to fulfil an order?

To determine if a pool has enough liquidity to fulfill an order, you can use the convenience function `balanceToFulfillSellNFT`. This function returns the minimum pool balance (in Ethereum) required to complete a trade where a user sells an NFT to the pool, after accounting for fees and royalties. If the pool's Ethereum balance is equal to or greater than the value returned by this function, the pool has sufficient liquidity to fulfill the order.


---

# 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.collection.xyz/guides/technical-reference/nft-amm/how-do-i-determine-if-a-pool-has-sufficient-liquidity-to-fulfil-an-order.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.
