# Vault Information Page

### Vault Overview

Every vault will have a simple explanation of how the vault earn fees income and decrease Capital Loss (or Impermanent loss):

<figure><img src="/files/35Vp0zg8KvNcf3JmtXoy" alt=""><figcaption></figcaption></figure>

### Vault Fees

The total vault fee is displayed on the top, with a breakdown of the fees charged by Charm, and the fees charged by the vault manager:

<figure><img src="/files/2sCipKptMoA8GZYTgaUb" alt=""><figcaption></figcaption></figure>

The fees can be verified on-chain via [`protocolFee`](/charm/technical-references/core/alphaprovault.md#protocol-variables) and [`managerFee`](/charm/technical-references/core/alphaprovault.md#vault-manager-variables)

### Vault Strategy

This section contains a chart summarising the positions chosen by the vault:

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

Hovering above a part of the chart will show that on 18th June, the vault has selected a [Base Order ](/charm/appendix/glossary.md#base-order)of 5,216 to 6,000, a [Limit Order ](/charm/appendix/glossary.md#limit-order)of 5,322 to 5,539, when the market price is 5,546.

### Vault Statistics

The vault statistics contain the following information:

#### Vault TVL

The vault's TVL in USD.

#### Pool TVL

The total TVL of the pool in USD.

#### Capacity&#x20;

The % of the vault's total capacity used by existing depositors. The vault cannot accepts deposits if the capacity reaches 100%, but users can always deposit into a vault they have [created](/charm/manage-liquidity/user-guides/walkthroughs/create-vault.md) themselves.

#### Total token0

The total number of units of the first token held by the vault.

#### Total token1

The total number of units of the second token held by the vault.

#### Ratio

See [Token Ratio](broken://pages/56oxtZux7Rq13r7IrKNO#ratio)

#### Spot Price

The current market price of 1 unit of token0 in token1 (ie token1/token0)\*

\*Unless token0 is USDC, USDT, or DAI; or token1 is WETH or WBTC; in which case the price is token0/token1.

#### Base Order

The Liquidity Position chosen as the [Base Order](/charm/appendix/glossary.md#base-order).

#### Limit Order

he Liquidity Position chosen as the [Limit Order](/charm/appendix/glossary.md#limit-order).

#### Vault

The on-chain address of the vault.

#### Pool

The on-chain address of the pool managed by the vault.

#### Full Range

The maximum % of the vault's holdings held in a [Full Range Position](/charm/appendix/glossary.md#full-range-position).


---

# 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/vault-information-page.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.
