> For the complete documentation index, see [llms.txt](https://docs.more.markets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.more.markets/more-vaults/governance/whitelists.md).

# Whitelists

A whitelist lets a Vault Owner or Curator apply individual supply caps to selected wallet addresses. Once a whitelist is enabled, every deposit is checked against the address list before shares are minted.

The feature is optional and starts disabled. If no whitelist is set the vault behaves as a fully public pool.&#x20;

During a deposit the vault totals the wallet’s current balance with the new amount. If that sum would exceed the wallet’s cap, the transaction is reverted. A missing entry simply means the address cannot deposit at all.

Depositors who have been removed from a whitelist will no longer be able to supply to a vault, but they can still withdraw their assets.

Whitelists are most useful in controlled settings like private or test‑phase vaults, regulated pools that accept only KYC‑approved addresses, or strategies that need to cap large whales so smaller LPs are not crowded out.

If the whitelist outlives its usefulness, the owner can deactivate it, and the vault will reopen to the public.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.more.markets/more-vaults/governance/whitelists.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.
