# Channel Multiplier

## Overview

The Channel Multiplier Strategy is the cornerstone of the Quick Mode feature, designed for simplicity and efficiency. It requires only a single input parameter from users: the desired percentage range for market making, both above and below the current price. This strategy adopts a single liquidity provider (LP) position, aligning with traditional manual LP approaches on Automated Market Makers (AMMs).

{% hint style="info" %}
In most cases we recommend using the [Classic Reblance Strategy](https://docs.steer.finance/flagship-apps/smart-pools/Strategies/classic-rebalance) for any advanced configuration.
{% endhint %}

#### Ideal Applications

Blue‑chip tokens and liquid staked assets where a single wider position is acceptable during initial formation or expansion.

## Advanced Description and Uses <a href="#advanced-description-and-uses" id="advanced-description-and-uses"></a>

### Use Cases

* New token launch or market expansion
* Rapid liquidity bootstrapping when historical data is limited

#### Key Features

* Single parameter width
* Broad range flexibility and rapid deployment
* Optional triggers and liquidity curves

#### Strategic Advantages <a href="#strategic-advantages" id="strategic-advantages"></a>

* Ease of Use
* Versatility Across Markets
* Optimal for Initial Pool Formation
* Minimal Setup Time and Effort

### Technical Explanation

Single symmetric position defined by a percentage width around current price

By offering a streamlined approach to liquidity provision, the Channel Multiplier Strategy enables rapid market making across a wide range of scenarios, making it an invaluable tool for both established AMMs and newcomers to the DeFi space.


---

# 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.yfarmer.xyz/alm/modules/channel-multiplier.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.
