# MELLOW ALM

- [Overview](https://docs.mellow.finance/mellow-alm/overview.md): Permissionless multi-ERC20 vaults with three actor roles (liquidity provider, strategist, governance) for DeFi liquidity management across protocols and chains.
- [Core](https://docs.mellow.finance/mellow-alm/overview/architecture.md)
- [Contracts API](https://docs.mellow.finance/mellow-alm/overview/api.md)
- [Strategies](https://docs.mellow.finance/mellow-alm/overview/strategies.md)
- [Fearless Gearbox strategy](https://docs.mellow.finance/mellow-alm/overview/strategies/gearbox-strategy.md)
- [LStrategy](https://docs.mellow.finance/mellow-alm/overview/strategies/lstrategy.md)
- [Uni V3 Boosted strategy](https://docs.mellow.finance/mellow-alm/overview/strategies/uni-v3-boosted-strategy.md)
- [Pulse strategy](https://docs.mellow.finance/mellow-alm/overview/strategies/pulse-strategy.md): Strategy for volatile pools
- [Pulse strategy V2](https://docs.mellow.finance/mellow-alm/overview/strategies/pulse-strategy-v2.md): Strategy for volatile pools
- [Tamper strategy](https://docs.mellow.finance/mellow-alm/overview/strategies/lstrategy-1.md): Pool stabilization strategy
- [Governance parameters](https://docs.mellow.finance/mellow-alm/overview/governance-parameters.md)
- [Contracts specs](https://docs.mellow.finance/mellow-alm/overview/contracts-specs.md)
- [Tutorials](https://docs.mellow.finance/mellow-alm/overview/tutorials.md)
- [Contracts deployments](https://docs.mellow.finance/mellow-alm/overview/tutorials/contracts-deployments.md)
- [Deploy your own strategy](https://docs.mellow.finance/mellow-alm/overview/tutorials/deploy-your-own-strategy.md)
- [wstETH strategies deposit guide](https://docs.mellow.finance/mellow-alm/overview/tutorials/wsteth-strategies-deposit-guide.md): Tamper and Pulse strategies
- [Mellow contracts addresses](https://docs.mellow.finance/mellow-alm/overview/mellow-contracts-addresses.md): Addresses of Mellow contracts, deployed on the Polygon chain and on Mainnet.
- [Mellow Protocol Addresses (Polygon)](https://docs.mellow.finance/mellow-alm/overview/mellow-contracts-addresses/mellow-protocol-addresses-polygon.md): Contracts addresses on Polygon
- [Mellow Protocol Addresses (Mainnet)](https://docs.mellow.finance/mellow-alm/overview/mellow-contracts-addresses/mellow-protocol-addresses-mainnet.md): Contracts addresses on Mainnet
- [Gearbox Fearless Strategy](https://docs.mellow.finance/mellow-alm/overview/mellow-contracts-addresses/gearbox-fearless-strategy.md): Gearbox Fearless Strategy Addresses
- [Tamper Strategy](https://docs.mellow.finance/mellow-alm/overview/mellow-contracts-addresses/lstrategy.md): LStrategy Addresses
- [UniV3 Pulse wstETH-USDC](https://docs.mellow.finance/mellow-alm/overview/mellow-contracts-addresses/univ3-pulse-wsteth-usdc.md): UniV3 Pulse wstETH-USDC strategy addresses
- [UniV3 Pulse V2 wstETH-USDC](https://docs.mellow.finance/mellow-alm/overview/mellow-contracts-addresses/univ3-pulse-v2-wsteth-usdc.md): UniV3 Pulse V2 wstETH-USDC strategy addresses
- [Velodrome CL strategies](https://docs.mellow.finance/mellow-alm/overview/mellow-contracts-addresses/velodrome-cl-strategies.md)
- [Aerodrome CL strategies](https://docs.mellow.finance/mellow-alm/overview/mellow-contracts-addresses/aerodrome-cl-strategies.md)
- [Glossary](https://docs.mellow.finance/mellow-alm/overview/definitions.md)
- [FAQ](https://docs.mellow.finance/mellow-alm/overview/faq.md)
- [Mellow ALM Toolkit](https://docs.mellow.finance/mellow-alm/mellow-alm-toolkit.md): Concentrated liquidity management toolkit for AMMs (Uniswap, Sushiswap, PancakeSwap, Velodrome) — bootstrapping, position management, risk tools, and automated strategies.
- [Domain objects](https://docs.mellow.finance/mellow-alm/mellow-alm-toolkit/domain-objects.md)
- [Components](https://docs.mellow.finance/mellow-alm/mellow-alm-toolkit/components.md)
- [Processes](https://docs.mellow.finance/mellow-alm/mellow-alm-toolkit/processes.md)
- [Core](https://docs.mellow.finance/mellow-alm/mellow-alm-toolkit/core.md)
- [Oracles](https://docs.mellow.finance/mellow-alm/mellow-alm-toolkit/oracles.md)
- [VeloOracle](https://docs.mellow.finance/mellow-alm/mellow-alm-toolkit/oracles/velooracle.md)
- [Strategy](https://docs.mellow.finance/mellow-alm/mellow-alm-toolkit/strategy.md)
- [PulseStrategyModule](https://docs.mellow.finance/mellow-alm/mellow-alm-toolkit/strategy/pulsestrategymodule.md)
- [AMM Adapters](https://docs.mellow.finance/mellow-alm/mellow-alm-toolkit/amm-adapters.md)
- [VeloAmmModule](https://docs.mellow.finance/mellow-alm/mellow-alm-toolkit/amm-adapters/veloammmodule.md)
- [Utility contracts](https://docs.mellow.finance/mellow-alm/mellow-alm-toolkit/utility-contracts.md)
- [AmmDepositWithdrawModule](https://docs.mellow.finance/mellow-alm/mellow-alm-toolkit/utility-contracts/ammdepositwithdrawmodule.md)
- [Counter](https://docs.mellow.finance/mellow-alm/mellow-alm-toolkit/utility-contracts/counter.md)
- [LpWrapper](https://docs.mellow.finance/mellow-alm/mellow-alm-toolkit/utility-contracts/lpwrapper.md)
- [VeloDeployFactory](https://docs.mellow.finance/mellow-alm/mellow-alm-toolkit/utility-contracts/velodeployfactory.md)
- [Mellow Backtesting SDK](https://docs.mellow.finance/mellow-alm/mellow-backtesting-sdk.md): SDK for backtesting liquidity management strategies with links to documentation and overview.


---

# 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.mellow.finance/mellow-alm.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.
