# Other Features

The others features of the vault are:

<details>

<summary>Changing the vault manager</summary>

A vault manager can [nominate](/charm/manage-liquidity/user-guides/walkthroughs/edit-vault.md#changing-the-vault-manager) any wallet address to become the new vault manager, but before the changes take effect, the new manager must accept the responsibility.

After the new manager accepts, their wallet address can be used to manage the vault. The old manager will no longer see the vault in [MyVaults](/charm/provide-liquidity/user-guides/home-page.md#my-vaults).

This feature can also be used to remove an unused vault from a wallet.

</details>

<details>

<summary>Capping a Vault</summary>

A vault cap is an upper limit on the maximum number of shares it can create, which means the actual cap of the vault in USD depends on the vault's performance. The [best practice](/charm/manage-liquidity/user-guides/best-practices.md) provides some guidance on how to cap a vault.

To prevent further deposits into the vault, the vault manager can set the cap to zero after the initial deposit(s). This is useful when the manager uses the vault privately (eg if the vault is used to manage a protocol's treasury liquidity), or if they want to close the vault to external deposits.

</details>

<details>

<summary>Private Rebalancing</summary>

By default, anyone can rebalance the vault. The Vault managers can elect another address (or themselves) to be the only addresses that can call [rebalance](/charm/manage-liquidity/user-guides/rebalancing.md) - this is useful if the vault manager want to actively manage the vault's liquidity.

They might also want to set the [Rebalancing Period](/charm/manage-liquidity/user-guides/vault-parameters.md#rebalance-period-period) to 0, so that they can rebalance at any time.

</details>

<details>

<summary>Setting a vault manager fee</summary>

Vault managers can[ set a fee](/charm/manage-liquidity/user-guides/walkthroughs/edit-vault.md#setting-manager-fee) for managing the vault. The maximum fee that can be set is 20% Uniwap fees.

</details>

<details>

<summary>Emergency Burn</summary>

Vault managers can withdraw liquidity from the liquidity pool into the Vault in emergencies, or if they don't want to have exposure to the pool.&#x20;

The liquidity withdrawn will not earn fees or incur Capital Loss, and a Rebalance is needed to redeposit the liquidity into the pool.

Emergency burn is an advance feature. Please contact a member of the team in Charm [discord](http://discord.gg/vpkJfFgY2m) if you want to use it.

Please note emergency burn can **NOT** withdraw liquidity out of the vault.

</details>


---

# 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://learn.charm.fi/charm/manage-liquidity/user-guides/other-features.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.
