# Liquidity Pool Zap

## Overview

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

Add double-sided liquidity to AMM DEXs with just a single token and start earning market making fees, all in a single transaction. The [LP Management Building Block](/factor-building-blocks/lp-management.md) also supports management of concentrated liquidity positions in addition to the standard AMM implementation.

Your tokens are immediately swapped at the best available rates as the selected protocol dynamically reroutes your trade to more capital efficient sources.

## Potential Alpha

* **Start Earning Immediately:** Abstract away the complexities of liquidity provision and start earning trading fees with a single transaction.
* **Minimize Risks & Overheads:** Reduce the amount of time required to create a position while simultaneously eliminating any market volatility risks during the position adjustment process.

## Strategy Building Blocks

{% hint style="success" %}
The building block order mirrors the Factor Studio UI and can be expanded for further strategy details and parameters.
{% endhint %}

<details>

<summary><a href="/pages/8ObgSjNh6pntp9BtqQIc">Swap</a></summary>

* Select the token to swap from based on the target pool. If the target pool tokens are different from your current token, you will have to add an additional [Swap Building Block ](/factor-building-blocks/swap.md)to acquire all the pool tokens.
* Input token amount. The ratio of tokens required will be dependent on your target pool as well as the price range which you are providing liquidity to.

</details>

<details>

<summary><a href="/pages/BaAYn6eNCZMmd14SjfMu"><strong>Create LP</strong></a></summary>

* Create a concentrated liquidity position for the token pair.
* Select the target pool.
* Adjust the price range to provide liquidity to.
* Add the required ratio of tokens.

</details>


---

# 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.factor.fi/getting-started/strategy-cheatsheet/liquidity-provision-cheatsheet/liquidity-pool-zap.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.
