# Home Page

By default, the Alpha Vaults [home page](https://alpha.charm.fi/) will only display vaults with a non-zero balance AND those created by a [verified manager](/charm/appendix/glossary.md#verified-manager). Other types of vaults can only be displayed if users know the manager's address, or if they created it themselves.

<figure><img src="/files/jRY9n5t94NuCp7RD3BYa" alt=""><figcaption><p>The Alpha Vaults home page</p></figcaption></figure>

### Key Fields <a href="#key-fields" id="key-fields"></a>

#### Enter manager name or address

Vaults created by a verified manager can be found using the manager's name or address.&#x20;

Vaults created by an unverified manager can only be found if users know the manager's address.

#### **My Vaults**

Clicking on this box will display all the vaults created by the connected wallet.

#### **Pool**

The vault is managing the liquidity within this pool (eg the [WETH/USDT 0.05%](https://etherscan.io/address/0x11b815efb8f581194ae79006d24e0d814b7697f6) pool).

#### **TVL**

The vault's total TVL in USD.

#### **Ratio**

The ratio of the tokens within the vault. Users MUST deposit assets in this ratio, and will receive assets in this ratio when they withdraw.&#x20;

For example, the WETH/USDT 0.05% vault can only accept deposits with a WETH:USDT ratio of 42:58.

#### **Ranges**

Summary of the vault's positions (ie the base order, limit order, and full-range order). Green indicates the positions are within range, red is out of range.&#x20;

The vault is most likely to outperform if both positions are green.

#### **Manager**

The wallet managing the vault's liquidity.&#x20;

Verified vaults will have the project manager's logo (eg Charm). Unverified vaults will have an anonymous logo (similar to the wallet address logo in Metamask).

#### **Net APY**

Net APY is the vault's overall return on investment after Capital Loss and commissions. Therefore:

{% hint style="info" %}
Net APY = Fees Income APY - Capital Loss APY - protocol fees - manager fees
{% endhint %}


---

# 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/home-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.
