> 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/multi-borrow.md).

# Multi Borrow

## Overview

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

Borrow as many different tokens as needed against newly added collateral in a single transaction. Diversify your borrow interest and get access to more borrowing markets in a single multi-token strategy.

## Potential Alpha

* **Diversify Token Borrow Interest:** Spread your single token borrows into multiple markets and diversify your borrow interest and market risks.
* **Diversify Strategy Borrow Interest:** Borrow various tokens from different markets and diversify your borrow 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/UepWg5Va5ZlHwg1pZWqL"><strong>Lend</strong></a></summary>

* Lend the asset token to the target lending pool.

</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. This includes the value of any remaining borrows utilizing the same collateral.

</details>

<details>

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

* Select another token to borrow.
* Input a borrow amount which includes a buffer for any price fluctuations. This includes the value of any remaining borrows utilizing the same collateral.

</details>

## Example

<figure><img src="/files/lHg1lsosIx44b9ySRNPU" 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/multi-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.
