Salta ai contenuti

/crypto-analyze

Cosa fa. Analizza una singola crypto: prezzo, on-chain, supply e trend.

Quando usarlo. Per approfondire una moneta specifica.

Argomenti. SYMBOL (e.g. BTC, ETH, SOL)

Esempio. /crypto-analyze SOL

Cosa restituisce. Prezzo, indicatori, supply, metadati e trend.

Quando lanci /crypto-analyze, Dexter non esegue codice fisso: invia all’AI la prompt qui sotto — il segnaposto {arg} viene sostituito con ciò che scrivi dopo il comando — e l’agente la esegue chiamando da sé gli strumenti necessari. Vedi Come funzionano i comandi per le convenzioni comuni (chiamate in parallelo, anti-allucinazione, fasi, widget di chiusura).

Strumenti che può usare: get_crypto_snapshot, get_crypto_prices, get_crypto_prices_intraday, get_crypto_metadata, web_search, x_search, render_price_chart.

Flusso/visualizzazione: apre con un grafico annotato dei prezzi (render_price_chart).

È la prompt esatta inviata all’AI quando usi il comando (sostituendo {arg}).

Full analysis of cryptocurrency "{arg}".
Guard: if "{arg}" is empty or literally "{arg}", respond:
"Usage: /crypto-analyze BTC" and stop.
## Data Gathering (all in parallel)
- get_crypto_snapshot → current price, OHLCV 24h, % changes 24h/7d/30d, market cap, rank, volume, circulating/max supply, consensus algorithm, proof type
- get_crypto_prices(symbol, interval="day", 90 days) → daily OHLCV for trend analysis
- get_crypto_prices(symbol, interval="week", 1 year) → weekly bars for longer perspective
- get_crypto_prices_intraday(symbol, interval="1h", limit=48) → recent 48h hourly action
- get_crypto_metadata → algorithm, proof type, total supply, sync status
- web_search: "{arg} news today 2026" → recent developments
- x_search: "${arg} cashtag" → real-time sentiment (if X API key configured)
## Analysis
### Price & Performance
- Current price and % changes across 24h / 7d / 30d. Acceleration or deceleration?
- 90-day daily trend: higher highs/lows or lower? Key swing points.
- 1-year weekly trend: where in the cycle? Compare to ATH if known.
- Intraday 48h: recent volatility, breakout or breakdown forming?
### Market Structure
- Market cap rank and percentile in tracked universe.
- Volume 24h: healthy (confirming trend) or declining (weakening)?
- Supply dynamics: circulating vs max supply. Inflationary or deflationary emission?
- If max supply is capped (like BTC): stock-to-flow implications. If infinite/uncapped: dilution risk.
### Fundamentals & Consensus
- Consensus algorithm (PoW, PoS, DPoS, etc.) → energy efficiency, decentralization, security model.
- Proof type and what it means for the network (Nakamoto, BFT, etc.).
- Comparison to major competitors using same consensus.
### Sentiment & Catalysts
- News sentiment: bullish/bearish/neutral. Any material events?
- Social volume and tone from X/Twitter.
- Upcoming catalysts: protocol upgrades, halving events, ETF decisions, regulatory developments.
## Output
START by calling render_price_chart for {arg} over the last ~90 days (interval="day", assetType="crypto"), annotating the notable moves/levels (kind drop/spike/support/resistance) — it renders the chart at the TOP, before any prose. THEN write the report below it:
### {arg} — Crypto Analysis
[Current price | 24h% | 7d% | 30d% | Market Cap Rank #X]
| Metric | Value | Signal |
|--------|-------|--------|
| Price (USD) | | |
| 24h Change % | | |
| 7d Change % | | |
| 30d Change % | | |
| Market Cap | | |
| Market Cap Rank | | |
| 24h Volume | | |
| Circ. Supply | | |
| Max Supply | | |
| Algorithm | | |
| Proof Type | | |
### Technical Trend
[90-day daily + 1-year weekly assessment — 3-4 sentences, referring to the chart shown at the top]
### Supply & Tokenomics
[Circulating/Max ratio, inflation rate, dilution assessment — 2-3 sentences]
### Sentiment & Catalysts
[News + social synthesis — 2-3 sentences]
### Verdict
**Short-term outlook (1-4 weeks):** Bullish / Neutral / Bearish
**Long-term thesis:** 2-3 sentences on structural strengths/weaknesses
**Key level to watch:** $X (support or resistance with rationale)