Public Strategy Creation
Last updated
Was this helpful?
Last updated
Was this helpful?
Strategy Canvas
All Factor Studio strategies will be created via the same canvas. This guide focuses on the creation of public strategies.
If you want to create a private strategy, you can view the Private Strategy Creation user guide.
Kickstart your strategy creation journey by visiting Studio and selecting:
Building Blocks: Select various DeFi building blocks from the Block Picker to add them to the canvas.
Templates: Jumpstart your strategy creation with our preset templates which you can extend upon.
Upon selecting a block, you will see 2 tabs on your canvas:
Main strategy: This is the strategy that will be executed by the strategy manager.
Exit strategy: This enables the vault to automatically withdraw utilized funds in case the vault balance is insufficient to cover the Depositor requested withdrawal amount.
The "Main strategy" tab will be automatically populated with your selected block. You can expand each block to set their corresponding parameters.
Upon finalizing the params, you can click on the canvas to close the block and view the Strategy Details on the right.
Exit Strategy
It is highly recommended that you configure an Exit Strategy as anyone can deposit into your public vault. This ensures that Depositors are always able to withdraw their own funds without intervention from the strategy manager.
View our Exit Strategy guide for more details.
To ensure your strategy executes as intended, you can test your strategy. This will simulate the execution of your strategy and provide you with the corresponding results.
You can view any execution errors by following the notification to the Tenderly logs.
Once your strategy has passed the test, you can deploy your strategy vault by clicking the "Configure Deployment" button at the bottom of the page.
As this is a public strategy, you will just need to use the "Deploy only" option as deposits will be received via Discover.
This is an on-chain transaction which deploys your strategy vault for you. The strategy vault will manage the strategy funds and execution.
All strategies will be initially deployed as Private strategies which can then be converted into Public strategies. This allows for any modifications and internal testing prior to public deposits.
View the Making Your Strategy Public guide once you're ready to launch your strategy.