token-research
Comprehensive token analysis combining price, market cap, unlock schedule, DeFi deposits, and yield opportunities. Use when the user asks to analyze a token, research a token, check token fundamentals, or wants full token intelligence including vesting and DeFi usage.
What this skill does
# Token Research Perform end-to-end token analysis by combining price data, unlock schedules, DeFi deposit tracking, yield opportunities, and protocol fundamentals. ## Workflow ### Step 1 - Resolve the token entity Get the canonical token identifier (coingecko:xxx format). ``` defillama:resolve_entity entity_type: "token" name: "<user-provided name>" ``` ### Step 2 - Price and market data Fetch current price, market cap, volume, and ATH. ``` defillama:get_token_prices token: "<coingecko:token_id>" ``` Key fields: `price`, `mcap`, `volume`, `price_ath`. Distance from ATH can be computed as `(price_ath - price) / price_ath`. ### Step 3 - Unlock schedule Check vesting and upcoming token unlocks that may create sell pressure. ``` defillama:get_token_unlocks token: "<token_name>" ``` Flag any large unlocks in the next 30 days as potential sell pressure. ### Step 4 - DeFi deposits See where the token is deposited across DeFi protocols. ``` defillama:get_token_tvl token: "<coingecko:token_id>" ``` Uses `dim.token_set()` for family resolution (e.g., `coingecko:ethereum` matches ETH, wETH, stETH, etc.). The `component` param filters by TVL type (base, borrowed, staking, pool2, treasury, vesting). Quality filters (`is_distressed`, `has_misrepresented_tokens`) are applied. This shows which protocols hold the most of this token, indicating DeFi demand and utility. ### Step 5 - Yield opportunities Find pools where users can earn yield on this token. ``` defillama:get_yield_pools token: "<coingecko:token_id>" ``` The `token` param expects canonical keys (e.g., `coingecko:ethereum`). Uses `dim.pool_set()` for family matching. ### Step 6 - Protocol fundamentals (if applicable) If the token belongs to a DeFi protocol, fetch protocol metrics. ``` defillama:get_protocol_metrics protocol: "<protocol_slug>" ``` ## Output Format Present the report with these sections in order: 1. **Price & Market** - Current price, market cap, 24h volume, distance from ATH, and recent trend. 2. **Unlock Schedule** - Upcoming unlocks with dates, amounts, and percentage of circulating supply. Highlight any cliff unlocks. 3. **DeFi Deposits** - Top protocols holding this token, total value deposited, and what this implies about utility. 4. **Yield Opportunities** - Top 3-5 pools by APY and TVL where users can deploy this token. 5. **Protocol Fundamentals** - If the token is a protocol governance or utility token, include TVL, fees, revenue, and valuation ratios. ## Tips - Large unlocks (>2% of circulating supply) within 30 days are a material risk factor. - High DeFi deposits relative to circulating supply indicate strong holder conviction and reduced liquid supply. - Compare yield APY sources: base APY from fees is sustainable, reward APY from token emissions is not. - If the token has no unlock data, it may be fully unlocked or the data may not be tracked - note this to the user. - Use `start_date` / `end_date` for custom date ranges on price and TVL queries.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.