> 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/supported-protocols.md).

# Supported Protocols

{% hint style="success" %}
**Integration Categories**

[Factor Studio](/factor-studio/factor-studio.md) enables strategists to create strategies spanning across multiple DeFi segments which can then be shared to depositors on [Factor Discover](/factor-discover/factor-discover.md).

For ease of reference, integrated protocols have been categorized according to established segments which also corresponds to the [Factor Building Blocks](/factor-building-blocks/factor-building-blocks.md) categories.
{% endhint %}

{% tabs %}
{% tab title="Factor Studio" %}

## Swap

* [OpenOcean](https://openocean.finance/)
* [Camelot](https://camelot.exchange/) *(coming soon)*
* [Uniswap](https://uniswap.org/) *(coming soon)*
* [Pendle](https://www.pendle.finance/) *(coming soon)*

## Lending

* [Aave](https://aave.com/)
* [Compound](https://compound.finance/)
* [Silo](https://www.silo.finance/)

## LP Management

* [Uniswap V3](https://uniswap.org/)
* [Camelot](https://camelot.exchange/)
* [Pendle](https://www.pendle.finance/) *(coming soon)*

## Flash Loan

* [Aave](https://aave.com/) *(coming soon)*
* [Balancer](https://balancer.fi/)

## Stake

* [GMX](https://gmx.io/) *(coming soon)*

## Conditional

* [Chainlink](https://chain.link/)

## Automation

* [Gelato](https://www.gelato.network/)
  {% endtab %}

{% tab title="Factor Discover" %}

## Swap

* [OpenOcean](https://openocean.finance/)
* [Trader Joe](https://www.traderjoexyz.com/)
* [Uniswap V3](https://uniswap.org/)
* [Vela Exchange](https://www.vela.exchange/)

## Lending

* [Aave](https://aave.com/)
* [Compound](https://compound.finance/)
* [Silo](https://www.silo.finance/)
* [Lodestar Finance](https://www.lodestarfinance.io/)
* [Tender.Fi](https://www.tender.fi)

## LP Management

* [Camelot](https://camelot.exchange/)
* [Uniswap V3](https://uniswap.org/)
* [Trader Joe](https://www.traderjoexyz.com/)

## Flash Loan

* [Balancer](https://balancer.fi/)

## Yield

* [Gains Network](https://gainsnetwork.io/)
* [GMX](https://gmx.io/)
* [Lodestar Finance](https://www.lodestarfinance.io/)
* [MUX Protocol](https://mux.network/#/)
* [Pendle](https://www.pendle.finance/)
* [Penpie](https://docs.penpiexyz.io/)
* [Radiant](https://radiant.capital/)
* [Umami Finance](https://umami.finance/)
* [Vela Exchange](https://www.vela.exchange/)
  {% endtab %}
  {% endtabs %}


---

# 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:

```
GET https://docs.factor.fi/getting-started/supported-protocols.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.
