Skip to main content
A strategy defines which assets your users can deposit and the fee structure for your application. Follow this guide to create your first strategy.

Getting to the Strategy Creation

There are two ways to start creating a strategy. Pick the flow that matches your current state:
1

Click on the 'Get Started' button

From your main dashboard, click on the ‘Get Started’ button.Get Started Button
2

Enter a name for your first strategy

This can be any name you want.
Enter Name
3

Select the assets you want to support

Select the assets you want to support.
The assets you select here determine which tokens your users will be able to deposit into your strategy to earn yield. For example, if you select USDC and SOL, your users can deposit USDC or SOL and earn yield on their deposits.
Select Assets
4

Click the 'Continue' button

This will take you to the fee setup step.Continue Step One
5

Set up the fee distribution wallet

Enter the Solana wallet address where you want to receive the fees from your strategy.Fee Distribution Wallet
6

Configure the fee percentage for your strategy

Configure the fee percentage for your strategy.Set Up Fee Distribution
How fees work:The fee you set is taken only from the yield earned by your users, not from their deposits.For example, if you set a 10% fee and your user earns 100 USD in yield, you will receive 10 USD as your fee. The user keeps 90 USD of their earned yield, and their original deposit remains untouched.
7

Click the 'Continue' button

This will take you to setting up your API keys
8

Enter the API key name

You can access your API keys at any time from the API Keys section of the dashboard.
This can be any name you want.
9

Review your strategy congiguration

Review your strategy configuration and click the ‘Complete Setup’ button to create your strategy.
Strategy creation may take a some time as it requires creating various on-chain accounts. Please be patient while the strategy creation is being executed.
10

Checkout our integration guide

Checkout our integration guide to learn how to integrate Breeze into your application.
11

Once back in the dashboard, you should see your new strategy pending

Once all on-chain accounts are created, your strategy will become “Active” and you can start using it.

What’s Next?

Once your strategy is created, you can:

Get Your API Key

Generate an API key to start integrating Breeze into your application.

Integration Guide

Follow our integration guide to connect your strategy to your app.