> 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/factor-studio/studio-pro/user-guide/strategy-execution.md).

# Strategy Execution

## Overview

Strategy execution allows the Strategy Manager to allocate all deposited funds towards the specified strategy. A vault will always consist of two balances:

* **Active Balance:** The amount of liquidity that have been allocated to the strategy (i.e. deposited on various DeFi protocols.
* **Idle Balance:** The tokens that are sitting in the vault contract. All deposits are initially held by the vault contract.

Strategy managers can affect the aforementioned balances based on their strategy execution.

## Executing Your Strategy

### Step 1: Check Strategy Balances&#x20;

{% hint style="info" %}
**Temporary Workaround**

Factor will be implementing balance checks on Studio Pro soon and DeBank usage will only be temporary. We have prioritized the core functions and are consistently striving to make UX improvements whenever possible.
{% endhint %}

You can view the balances for your strategy on DeBank. A link will also be provided via the Studio Pro interface.

### Step 2: Update Strategy Amounts

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

Update the amounts to be used during execution based on the balances in Step 1.

{% hint style="info" %}
**Strategy Amounts**

As Studio Pro matures, more convenient percentage selectors will be implemented to enable automated calculation of exact amounts per strategy execution.&#x20;

Currently, Strategy Managers are required to manually input the corresponding amounts based on strategy deposits.
{% endhint %}

### Step 3: Execute The Strategy

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

Once you've checked all the amounts, executing the strategy is as easy as clicking the "Execute" button and signing the tx.


---

# 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/factor-studio/studio-pro/user-guide/strategy-execution.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.
