# Join a Community Vault

Joining a Community Vault is simple: deposit any token assets into the vault.

#### 1. Review the Vault

Before depositing, review the **Vault Detail** page:

* **TVL**: total value in the vault
* **Daily Yield**: recent yield generated
* **APR-7d**: recent annualized return
* **PnL**: vault performance
* **Supported tokens and pools**
* **Evaluation**: system-generated risk signals for reference

Always review the vault owner, supported assets, strategy setup, and risks before joining.

#### 2. Deposit into the Vault

Use the **Deposit** panel on the right side of the page.

Select a supported token, enter the amount, and confirm the deposit.

The panel shows your wallet balance, estimated vault share, total deposit value, and commission fee.

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

#### 3. Receive Vault Shares

After depositing, you receive an **ERC-20 vault share token**.

This token represents your ownership share in the Community Vault. Your share changes based on your deposit amount and the vault’s total value.

#### 4. Track Performance

After joining, you can monitor your position from the Vault Detail page:

* **Your Share**: your ownership percentage
* **PnL**: your profit or loss
* **Vault performance chart**
* **Asset allocation**
* **Open LP positions**

#### 5. Withdraw from the Vault

To exit, open the **Withdraw** tab.

Choose a withdrawal mode:

* **Zap out**: withdraw into a single token, such as WETH.
* **Manual**: withdraw assets based on the vault’s current asset composition.

**Zap out** is the simpler option because your withdrawn assets are converted into the selected token.

Next, choose how much of your vault share to withdraw using **25%**, **50%**, **75%**, **Max**, or the slider.

Review the estimated withdrawal amount and fee, then click **Withdraw**.

Your vault shares will be burned, and you will receive the selected output token based on the vault’s current value and withdrawal settings.

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


---

# 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.krystal.app/products/vaults/community-vault-v2/join-a-vault.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.
