# Public Strategies

## Overview

Factor Studio enables anyone to create and **share** public DeFi strategies. This paves the way towards an open and permissionless asset management marketplace powered by user-created strategies. From ideation to deposits, Studio ensures anyone can create, distribute, and monetize any DeFi strategy in minutes.

With Studio, Factor introduces Strategy-as-a-Service where all the technical barriers to get a strategy to market is abstracted away:

* **Coding Knowledge:** Drag-and-drop protocols from across DeFi into a single automated strategy.
* **Protocol Specific Functions:** Interact with the same core financial functions across all integrated protocols without having to understand each protocol particulars. DeFi becomes intent based.
* **Operational Overheads:** Aside from a good strategy, running a strategy also incurs secondary overheads such as hosting a user interface, security audits, etc.
* **Fragmented Liquidity:** Value transfer between protocols is no longer bottlenecked by the small number of channels created by a minority of developers that are experts in multiple protocols.

Focus on the strategy, let Studio handle the rest.

## Features

{% hint style="info" %}
The following features are in addition to those on [Private Strategies](/factor-studio/studio.md#features).
{% endhint %}

* [x] **Public Strategies In Minutes:** Get your DeFi strategy to market in record time without having to worry about various operational overheads.
* [x] **Permissionless Deposits:** Anyone can deposit into user created strategies and still benefit from strategy automation and optimisation by the strategy manager.
* [x] **Permissionless Asset Management:** Strategy managers can operationalize their public strategy without ever taking custody of depositor funds. Various strategy fees can be configured by the strategy manager.
* [x] **Seamless Strategy Distribution:** All user created strategies are immediately available for deposits via [Discover](/factor-discover/factor-discover.md). More advanced users can utilize the [Factor SDK ](/factor-sdk/factor-sdk.md)to distribute it on their own UI.
* [x] **Open And Transparent:** Anyone can become a strategy manager and all strategy actions are done on-chain providing accessibility and accountability.
* [x] **Trustless Asset Management:** Strategy factory contracts are [audited](/security/audits.md) while every vault is deployed with safety constraints to keep the strategy manager in check.&#x20;

## Integrations

{% hint style="success" %}
**Supported Protocols**

Factor Studio has integrated with multiple leading DeFi protocols, offering a broad spectrum of possibilities for your strategies.

Please refer to [Supported Protocols](/getting-started/supported-protocols.md) to view the full list of integrations across the various DeFi segments.
{% endhint %}


---

# 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/factor-studio/studio-pro.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.
