# Maximum Pool Share

Balancer and Curve leverage vaults enforce a `maximum pool share` parameter that limits the amount of a pool's LP tokens that a strategy can hold. For example, if the wstETH/WETH pool holds $100M in liquidity and the maximum pool share is 10%, then Notional users can only enter the strategy if the total value of LP tokens held by the vault is inferior to $10M.&#x20;

The maximum pool share parameter allows the protocol to effectively cap the maximum amount of liquidity tokens it holds in a given pool. This parameter helps mitigate the liquidity risks associated with converting LP tokens back to the primary borrow currency.&#x20;

Moreover, if a pool's liquidity ever decreases substantially, the Maximum Pool Share will stop new users from entering the vault if the cap is already reached. This mitigates the risk that vault shares redemption slippage becomes too high.


---

# 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.notional.finance/v3-risk-parameters/leveraged-vaults/maximum-pool-share.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.
