Area: backend · Effort: XL
What: Create a marketplace where strategy developers can publish reusable strategy templates that vault operators can select when creating new vaults.
Why: A strategy marketplace accelerates vault creation by providing proven templates. It also creates an ecosystem of strategy developers who contribute to platform growth.
Acceptance Criteria:
- Strategy developers can publish templates with: name, description, parameters schema, example configuration, and performance history
- Vault operators can browse, preview, and select templates during vault creation
- Published strategies are reviewed by admins before being listed
- Strategy developers earn a configurable revenue share from vaults using their template
Hints:
backend/src/marketplace/
- Store templates in a
strategy_templates table
- Parameter schema uses JSON Schema for validation
Area: backend · Effort: XL
What: Create a marketplace where strategy developers can publish reusable strategy templates that vault operators can select when creating new vaults.
Why: A strategy marketplace accelerates vault creation by providing proven templates. It also creates an ecosystem of strategy developers who contribute to platform growth.
Acceptance Criteria:
Hints:
backend/src/marketplace/strategy_templatestable