# Depositing and Withdrawing

The [vaults](https://alpha.charm.fi/) are the easiest way to deposit and withdraw liquidity. LPs just have to pick a vault, deposit, and withdraw at any time:

<figure><img src="/files/wMC8tQx1JpnWpxR7iGWi" alt=""><figcaption></figcaption></figure>

They don't have to do anything else to enjoy the [benefits](/charm/provide-liquidity/the-benefits.md) of Alpha Vaults.

### Deposit Caps

Some vaults have a [cap](/charm/manage-liquidity/user-guides/other-features.md#capping-a-vault) on the maximum amount of deposits it can accept. When a cap is reached, Alpha Vaults will inform the depositor to either decrease the size of their deposits, or to [create a vault](/charm/manage-liquidity/user-guides/walkthroughs/create-vault.md) to deposit into:

<figure><img src="/files/ELMa646W683ksASq4om5" alt=""><figcaption></figcaption></figure>

### Best Practices

{% hint style="danger" %}
[High risk vaults](/charm/provide-liquidity/risks-and-mitigants.md) have unique risks - please deposit in small amounts into these vaults, and frequently monitor your positions in the [Performance Page](/charm/provide-liquidity/user-guides/performance-page.md).\
\
High risk vaults will be clearly [indicated](/charm/provide-liquidity/user-guides/vault-information-page.md#vault-pool) on the front-end before every deposit.
{% endhint %}

Other best practices include:

* If depositors want to earn fees as soon as possible, please deposit closer to the time of the next [Rebalance](/charm/appendix/glossary.md#rebalance). The date and time of the next rebalance can be determined from [Vault Overview](/charm/provide-liquidity/user-guides/vault-information-page.md#vault-overview).
* Depositors can wait for gas fees to come down before they make a new deposit, because these deposits won't start earning fees until the next rebalance.
* Diversify across a large number of assets in different vaults, in order to mitigate the [risks](/charm/provide-liquidity/risks-and-mitigants.md). Depositors can get an overview of all their deposits in the [Portfolio Page](/charm/provide-liquidity/user-guides/portfolio-page.md).
* Depositors should note the USD value of their position immediately after depositing, because this can be used to track their performance in real time.
* Anyone can create a vault. This means depositors will need to do due diligence on the[ Vault Manager](/charm/appendix/glossary.md#vault-manager), independently [verify the fees](/charm/provide-liquidity/user-guides/vault-information-page.md#vault-fees), and regularly track the [performance charts](/charm/provide-liquidity/user-guides/performance-page.md#performance-charts).


---

# 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/provide-liquidity/user-guides/depositing-and-withdrawing.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.
