optimize_portfolio
Optimize cryptocurrency portfolio allocation using AI recommendations based on risk tolerance and current holdings to improve investment strategy.
Instructions
Get AI-powered portfolio optimization recommendations.
Args: holdings: List of current holdings [{"token": "...", "amount": "...", "chain": "..."}] risk_tolerance: Risk level. Options: low, medium, high
Returns: Rebalancing recommendations and optimal allocation.
Price: $1.00
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| holdings | Yes | ||
| risk_tolerance | No | medium |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |