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

# Collateralized Borrow

## Overview

<figure><img src="/files/5I8fnWKzsZzg35aOHko6" alt=""><figcaption></figcaption></figure>

Borrow against your collateralized tokens in a single transaction. You earn supply interest on the token lent while being charged a borrow interest on the token borrowed. Collateralized borrows enable you to source more liquidity for your strategy while maintaining full exposure to your collateral.

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.

## 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/UepWg5Va5ZlHwg1pZWqL"><strong>Lend</strong></a></summary>

* Lend tokens 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/IBesm4zxjYv4jo6iwATm" alt=""><figcaption></figcaption></figure>


---

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