> For the complete documentation index, see [llms.txt](https://docs.factor.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.factor.fi/getting-started/strategy-cheatsheet/liquidity-provision-cheatsheet/yield-farm-zap.md).

# Yield Farm Zap

## Overview

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

[Zap into any liquidity pool](/getting-started/strategy-cheatsheet/liquidity-provision-cheatsheet/liquidity-pool-zap.md) and immediately stake your liquidity to start earning yield farming rewards. Earn additional rewards or incentives for committing liquidity long term to staking protocols. 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 and staked to earn yield farming rewards.

## Potential Alpha

* **Start Earning Immediately:** Abstract away the complexities of participating in yield farms and start earning trading fees and liquidity rewards in record time.
* **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.

</details>

<details>

<summary><a href="/pages/BaAYn6eNCZMmd14SjfMu"><strong>Add Liquidity</strong></a></summary>

* Select the target pool.
* Add the required ratio of tokens.

</details>

<details>

<summary><a href="/pages/TZjddV1CqxcIB0JHTzz5"><strong>Stake</strong></a></summary>

* Stake your liquidity position.

</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://docs.factor.fi/getting-started/strategy-cheatsheet/liquidity-provision-cheatsheet/yield-farm-zap.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.
