Quick Start¶
Get up and running with Almanak in minutes.
This guide is being refined
We are actively testing and documenting the full onboarding flow. Check back soon for detailed step-by-step instructions.
Prerequisites¶
- A Web3 wallet (MetaMask, Rabby, or similar)
- A GitHub account (for deploying strategies)
Option 1: Deploy from a Signal¶
1. Choose a Signal or Yield Opportunity¶
Browse the Edge workspace to find a signal or yield opportunity that matches your thesis.
2. Send to Chat¶
Send the signal to Almanak Code to generate a strategy. The agent will produce a strategy PRD and working Python code based on the opportunity.
3. Connect Your GitHub Account¶
If you haven't already, connect your GitHub account to Almanak. This allows the platform to store and version your strategy code.
4. Deploy¶
Follow the deployment flow to select a wallet, configure parameters, grant permissions, and launch your agent on-chain.
Option 2: Create a Custom Strategy¶
1. Describe Your Strategy in Chat¶
Open Almanak Code and describe the strategy you want to build in natural language. The agent will generate executable Python code conforming to the Almanak SDK.
2. Iterate on the Generated Code¶
Refine the strategy through conversation until it meets your requirements.
3. Deploy¶
Push the strategy to GitHub and follow the deployment flow to go live.