# ALM Vaults

ALM (Automated Liquidity Management) Vaults on Blackhole automate the deployment and rebalancing of liquidity positions through integration of third-party solutions, such as Steer Protocol's [Smart Pools](https://docs.steer.finance/flagship-apps/smart-pools/) and Gamma Labs' [LP Vaults](https://docs.gamma.xyz/gamma/lp-vaults/introduction). Users deposit tokens into non-custodial vaults that handle concentrated liquidity, providing optimized returns without manual intervention. ALM Vaults are designed to automatically adjust liquidity position ranges to maintain optimal price coverage, maximize emission rewards and minimize impermanent loss risk, enabling passive, hands-off yield generation for depositors.

### ALM Indicator

On the Liquidity page, the pools that support an ALM vault, are marked with an ALM indicator icon:

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

You can also select the ALM filter to only show pools with ALM vaults:

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

### Deposit in ALM Vault

In the interface for depositing liquidity, select the ALM option:

<figure><img src="/files/1rQGycPWErUVFo4h5Emh" alt=""><figcaption></figcaption></figure>

Select your desired ALM vault from either Steer or Gamma.

Provide allowance for both assets:

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

Click on ADD LIQUIDITY to deposit and sign the transaction with your web3 wallet:

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

Once deposited, the liquidity position is automatically staked and shows up in your Portfolio:

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

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

You can claim your Liquidity Rewards manually on the Portfolio page:

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

### Fees

The following fees apply for the ALM vaults, which are taken from the emissions.

* Steer Fees - 10%
* Gamma Fees - 14%

{% hint style="info" %}
The ALM vaults are third-party integrations provided by [Steer Protocol](https://www.steer.finance/) and [Gamma Strategies](https://docs.gamma.xyz/gamma). Blackhole does not hold custody of user funds and bears no responsibility for the management or performance of the underlying strategies operated by these partners. Users interact with these integrations at their own risk and are encouraged to review the respective terms and conditions available on our partners’ official websites.\
\
APRs displayed for pools are **algorithmically estimated** and subject to change at any time based on market conditions and pool activity. Actual returns may differ from the displayed APR, and past performance is not indicative of future results. We do not guarantee any specific return, yield, or profit, and users should assess their own risk tolerance before providing liquidity.​
{% 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://docs.blackhole.xyz/protocol-design/alm-vaults.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.
