# Collateralized Borrow Zap

## Overview

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

Use any token to enter a lending market and take out a collateralized loan in a single transaction. Collateralized borrows enable you to source more liquidity for your strategy while maintaining full exposure to your collateral.

Your tokens are immediately swapped at the best available rates and added to the lending pool to earn supply interest. By collateralizing the asset lent, you can also take out a loan which incurs a borrow interest.

The maximum amount that you can borrow is determined by the [collateralization ratio](/getting-started/glossary.md#collateralisation-ratio) of the underlying lending pool. Please pay attention to the [health factor](/getting-started/glossary.md#health-factor) of your position when borrowing to ensure that you do not lose funds through forced liquidations. Your position can be liquidated if the value of your debt exceeds the collateral value.

## Potential Alpha

* **Access More Capital:** Get access to more liquidity while maintaining full exposure to your asset token plus added supply interest.
* **Benefit From Price Divergence:** Lend a bullish token and borrow stables or lend stables and borrow a bearish token to reduce your debt burden.
* **Maximize Supply Interest:** Not a single second is wasted as your newly acquired tokens are immediately added to the lending pool to earn interest.

## 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.
* Input the token amount.

</details>

<details>

<summary><a href="/pages/UepWg5Va5ZlHwg1pZWqL"><strong>Lend</strong></a></summary>

* Lend the output tokens from the swap to the target lending market.
* The tokens which you can borrow will be determined by the underlying lending market.

</details>

<details>

<summary><a href="/pages/E6WYYQYrQQUDQZyOmLrT"><strong>Borrow</strong></a></summary>

* Select the token to borrow.
* Input a borrow amount which includes a buffer for any price fluctuations.

</details>

## Example

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


---

# 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/borrowing-cheatsheet/collateralized-borrow-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.
