analyze_portfolio
Assess your crypto portfolio: get total value, per-position allocation percentages, and concentration risk warnings based on HHI index. Informational only.
Instructions
Value a portfolio and flag concentration risk (informational only).
Args: holdings: Mapping of ticker symbol to amount held, e.g. {"BTC": 0.5, "ETH": 10}. Max 50 positions. vs_currency: Quote currency (default "usd").
Returns total value, per-position allocation percentages, the HHI concentration index and warnings. No investment recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| holdings | Yes | ||
| vs_currency | No | usd |