How to Create a Strategy
Strategies are used to secure Based Applications, the most common use cases of bApps are described on this page.
Strategies are often created by node operators (not necessarily SSV node operators) that want to engage with bApps and earn rewards for securing them. You can read more about the Rewards for securing bApps.
1. Go to Strategies page
Navigate to the SSV Webapp, login with your chosen wallet and click on Strategies.
This page will display a list of the Strategies you already created.

2. Create Strategy
Once you clicked on "Create Strategy" you will see a list of available bApps you can choose from.
In this example, we will skip this step and choose "I'll do it later" on the bottom of the page.

3. Set Fee and Obligations
You will be prompted to set the Obligations and the Fees for your strategy. If you did not choose any bApp on the previous step, the Obligations step will be skipped and you will go to the "Set Fee" stage.
Enter an amount for your Fee, and click the Continue button.

4. Provide Metadata
Metadata for your Strategy and your Account will have to be set with .json
files.
Here is how the example metadata file for Strategy looks like:
{
"name": "My Strategy",
"description": "A description about my strategy."
}
And for the Account metadata we used:
{
"name": "My Account",
"logo": "https://my-hosted-account.com/image.png"
}
Once you provided URI to those files, you will see that information on the page.

After you verified the information, click on Continue.
5. Sign transactions
To create your Strategy you will need to sign 2 transactions.
The first one is to register your Strategy.

After the first one is completed, another pop-up will appear to sign Registration of your Account Metadata.

6. Check the created Strategy
Once both of the transactions are completed, you will be redirected to the page of your newly created Strategy.
You can now Deposit Funds to your strategy.