/crypto-discover
Cosa fa. Trova crypto in base a capitalizzazione, performance o tema.
Quando usarlo. Per scoprire monete legate a una narrativa.
Argomenti. CRITERIA (e.g. 'top 10', 'DeFi', 'best 24h', 'large cap')
Esempio. /crypto-discover DeFi
Cosa restituisce. Un elenco di crypto coerenti con il criterio.
Come funziona
Sezione intitolata “Come funziona”Quando lanci /crypto-discover, 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: list_cryptos.
Prompt completa
Sezione intitolata “Prompt completa”È la prompt esatta inviata all’AI quando usi il comando (sostituendo {arg}).
Discover cryptocurrencies matching criteria: "{arg}".Guard: if "{arg}" is empty or literally "{arg}", respond with usage examples and stop.
## Parse CriteriaFrom "{arg}", extract:- **Count**: "top N" → N (default 10, max 20)- **Sort by**: market cap (default), 24h% gainers, 24h% losers, volume- **Category filter** (if mentioned): DeFi, L1, L2, meme, gaming, AI, exchange, stablecoin, oracle, infrastructure- **Size filter**: "large cap" (>$10B), "mid cap" ($1B-$10B), "small cap" ($100M-$1B), "micro cap" (<$100M)- **Condition**: "best performers" = top 24h%, "worst" = bottom 24h%, "most active" = highest volume
## Datalist_cryptos with limit=500 (get all, then filter/sort client-side).
## Filter & SortApply filters from criteria above. If category is specified, match against coin names (e.g. "DeFi" matches UNI, AAVE, MKR, COMP, CRV, CAKE, etc.). If no category match is clear, present the best available data and note the limitation.
## Output### Crypto Discovery: {arg}| # | Symbol | Name | Price | 24h% | 7d% | 30d% | Market Cap | Volume 24h ||---|--------|------|-------|------|------|------|------------|------------|[filtered/sorted results]
For each coin: 1-line assessment (why it matches the criteria + notable characteristic).If category filtering is imprecise (keyword-based), add note: "Category filtering is based on coin name matching. Some coins may be miscategorized."End with: suggestion for deeper analysis via /crypto-analyze SYMBOL.