> For the complete documentation index, see [llms.txt](https://learn.charm.fi/cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.charm.fi/cn/guan-li-liu-dong-xing/ying-yong-chang-jing.md).

# 应用场景

{% hint style="success" %}
Alpha Vaults能够满足用户在链上管理流动性的[所有需求](/cn/guan-li-liu-dong-xing/you-shi.md)。
{% endhint %}

以下是一些应用场景示例：

<details>

<summary><strong>提供流动性</strong></summary>

不同于流动性提供者（LP）需进行[将币存入Uniswap V3](https://app.uniswap.org/#/add/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2/0xdac17f958d2ee523a2206206994597c13d831ec7/3000?minPrice=816.515900\&maxPrice=3266.063600)并选择价格区间的操作，用户能够使用一个[简易程度大幅改善](broken://spaces/ncWpbfiN022KvH5AGrQq/pages/04ZzMq7cUAcGqC5Oka1b)的前端页面。

LP 无需选择价格区间，也无需对冲无常损失，这得益于Alpha Vaults 将为其执行这些操作。LP只需将币存入金库即可，并也能随时提取。

</details>

<details>

<summary>提高LP 的收益回报</summary>

金库可针对任何流动性池设置，并且其参数可随时调整进而使得LP收益最优化。

Alpha Vaults的前端界面将提供该金库的[操作简介](https://learn.charm.fi/charm/manage-liquidity/user-guides/walkthroughs/edit-vault)，并对每个金库提供完全透明的[业绩图表](broken://spaces/ncWpbfiN022KvH5AGrQq/pages/A6swlvenRC3gRhRC7ktb#performance-charts)。

例如：

如果某图表显示LP 在4个月内的回报为8.2%，则表示LP 在存入1个ETH与$2000 USDC 后，将会在四个月后获得0.082个ETH 与$164 USDC的收益。

</details>

<details>

<summary>提高流动性</summary>

流动性管理者可通过随时调整金库的策略参数来提高金库的流动性。&#x20;

Alpha Vaults将提供完全透明的业绩图表以证明其[改善金库流动性](https://learn.charm.fi/charm/manage-liquidity/user-guides/capital-efficiency)的优势。

例如：

如果某图表显示某金库实现了优于Uniswap V2 163倍的流动性，并且在4个月内为LP 带来了6.5%的收益，则表示将$100 存入Alpha Vault 带来的收益将比把$16,300 存入Uniswap V2带来的收益或者全范围头寸的情况更优。

</details>

<details>

<summary>节省成本</summary>

项目只需更少量的成本投入便能为其代币创建相应的流动性市场。

例如：

如果某金库实现了优于Uniswap V2 133倍的流动性，并且在4个月内为LP 带来了3.5%的收益，那么：

相较于将$100 的CRV代币存入Uniswap V2 或者将其存入某全范围头寸，在Alpha Vault仅存入$0.75的CRV代币便可实现更优的结果。项目方能因而节省$99.25。

</details>

<details>

<summary>赚取管理费</summary>

金库管理者能[自行设定](https://learn.charm.fi/charm/manage-liquidity/user-guides/walkthroughs/edit-vault#setting-manager-fee)如何对其管理的金库收取费用。

</details>

<details>

<summary>实现<strong>去中心化</strong></summary>

去中心化是许多Defi协议的关键优先事项，而使用Alpha Vaults的项目将会在实现去中心化方面更具优势，这得益于：

* 其代码是[开源的](https://github.com/charmfinance/alpha-vaults-v2-contracts)，所有活动和策略都在链上可见。
* [金库参数](https://learn.charm.fi/charm/manage-liquidity/user-guides/vault-parameters)可以在链上进行调整，这意味着流动性可以由DAO 来管理。
* 金库管理者能在链上[进行委托](https://learn.charm.fi/charm/manage-liquidity/user-guides/vault-parameters#vault-manager-_manager)（例如，委托给某DAO 多重签名地址）。

</details>

<details>

<summary><strong>可组合性</strong></summary>

Alpha Vault 的LP份额是 ERC-20 代币，一切操作与记录均在链上。这意味着它们可以用作搭建其他应用程序的模块。例如：

贷款协议可以将 Alpha Vault 份额作为抵押品，并可运用金库公布在链上的开源代码来在其清算引擎中跟踪抵押品的业绩表现。

收益聚合器可以使用 Alpha Vaults 作为其更复杂的产品的构建模块。

投资者或交易者可以主动调整金库参数，以构建更复杂的投资策略。

</details>

<details>

<summary>流动性挖矿</summary>

相比于直接使用质押合约去激励 V3 池，项目方可以部署标准化的Uniswap V2[质押合约](https://github.com/Uniswap/liquidity-staker/blob/master/contracts/StakingRewards.sol)，并邀请他们的 LP 将其 Alpha Vaults 份额（为 ERC-20 代币）转入合约进行质押。

上述操作对 LP 和项目双方都很熟悉，同时也是一种更安全地分配奖励的方式，这是因为所有质押者都使用相同的流动性提供策略来获得奖励。

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://learn.charm.fi/cn/guan-li-liu-dong-xing/ying-yong-chang-jing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
