# Manage a Community Vault

After creating a Community Vault, open the Vault Detail page to monitor performance, handle deposits and withdrawals, and manage LP strategies.

#### 1. Review Vault Summary

At the top of the page, you can check key vault metrics:

* **TVL**: total value in the vault
* **Daily Yield**: recent yield generated
* **APR-7d**: 7-day annualized return
* **Your Share**: your ownership percentage
* **PnL**: your profit or loss
* **Revenue**: commission earned by the vault owner

You can also view the vault status, chain, owner address, participant count, and last update time.

#### 2. Monitor Performance

Use the **Overview** tab to track vault performance over time.

You can switch between **APY** and **TVL**, and filter by time ranges such as **24h, 7D, 30D, 90D, and 1Y**.

This helps you review performance before adding funds or adjusting strategies.

#### 3. Deposit or Withdraw

Use the right-side panel to manage your funds.

* **Deposit**: add more assets to the vault
* **Withdraw**: remove your share from the vault

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

<figure><img src="/files/4T7MLP44hzDJORVCeNh9" alt=""><figcaption></figcaption></figure>

#### 4. Manage Assets and LP Positions

Open the **Assets** tab to view open and closed LP positions.

For each position, you can check liquidity value, PnL, unclaimed rewards, APR, price range, age, and range status.

Use the action menu to **Add liquidity**, **Remove liquidity**, **Claim fees**, **Compound**, or **Rebalance**.

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

#### 5. Add New Strategy

Click **Add New Strategy** to create another LP strategy for the vault.

Available strategies are limited to the supported tokens and pools selected during vault creation.

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

#### 6. Comments and Participants

The vault page also includes a community section where users can:

* Leave comments
* View participants
* Read pinned owner comments

Vault owners can use comments to share updates, explain strategy changes, or provide context for participants.

<figure><img src="/files/YRt1fWwyVWfZ3tsiFZ40" 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/manage-a-community-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.
