Skip to main content

Track CoinMarketCap crypto sector pumps with Gemini AI and send digests to Discord

Workflow preview

Workflow preview
100%
Track CoinMarketCap crypto sector pumps with Gemini AI and send digests to Discord preview
Open on n8n.io

1. Workflow Overview

Who is this for? Crypto traders, researchers, and investors who want to identify trending market narratives and sector rotations before they become mainstream news. What it does Automatically detec...

Best for

  • Crypto Trading automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.merge, n8n-nodes-base.discord

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by M Ayoub.

Original n8n.io source

1.1 Workflow description

Title
Track CoinMarketCap crypto sector pumps with Gemini AI and send digests to Discord
Workflow name
Track CoinMarketCap crypto sector pumps with Gemini AI and send digests to Discord

Who is this for?

Crypto traders, researchers, and investors who want to identify trending market narratives and sector rotations before they become mainstream news.

What it does

Automatically detects which crypto sectors are gaining momentum by analyzing top gainers, groups tokens by narrative (AI, DeFi, Meme, Gaming, RWA, etc.), uses Gemini AI to research why each sector is pumping, and delivers a comprehensive digest to Discord.

✅ Identifies Emerging Narratives! — Automatically detects sector-wide pumps and researches the catalysts driving them.

How it works

  • Triggers on schedule (configurable - default: hourly)
  • Fetches top 200 gainers sorted by 24h performance from CoinMarketCap
  • Filters tokens with strict criteria: >40% gain, >$10M market cap, >$1M volume
  • Groups tokens into sectors using CoinMarketCap tags (AI, DeFi, Meme, Gaming, Layer1, Layer2, DePIN, RWA, Infrastructure)
  • Creates research prompts for sectors with 2+ pumping tokens
  • Gemini AI analyzes each sector for catalysts, news, and sustainability
  • Generates formatted narrative digest with token performance and AI insights
  • Splits long reports and sends to Discord (handles 2000 char limit)

Set up steps

  • Get a CoinMarketCap API key from CoinMarketCap (free tier: 10K credits/month)
  • Get a Google Gemini API key from Google AI Studio
  • Create a Discord webhook in your server (Server Settings → Integrations → Webhooks)
  • Connect CMC API key as Header Auth credential (Header Name: X-CMC_PRO_API_KEY) to the Fetch Top 200 Gainers from CMC node
  • Connect Gemini credentials to the Gemini Sector Research node
  • Connect Discord webhook to the Send to Discord node
  • Optionally adjust filter thresholds in the Filter Top Gainers node (MIN_PERCENT_CHANGE, MIN_MARKET_CAP, MIN_VOLUME)

Setup time: ~10 minutes

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note - Overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note - Data Collection

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note - AI Analysis

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Schedule Trigger (Hourly)

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 5 - Fetch Top 200 Gainers from CMC

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 6 - Filter Top Gainers (40% gain, $10M MC, $1M vol)

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Group Tokens by Sector

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Prepare Gemini Research Prompts

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Gemini Sector Research

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1

Block 10 - Format Sector Analysis Results

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Merge Sector Data with Analysis

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 12 - Create Narrative Digest Report

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Split Report for Discord (2000 char limit)

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Send to Discord

Type / Role
n8n-nodes-base.discord - discord
Config choices
Version 2

3. Summary Table

Workflow Track CoinMarketCap crypto sector pumps with Gemini AI and send digests to Discord
Complexity intermediate
Nodes 14
Categories Crypto Trading, AI Summarization
Author M Ayoub
Published 18 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12796/12796.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Track CoinMarketCap crypto sector pumps with Gemini AI and send digests to Discord do?

Who is this for? Crypto traders, researchers, and investors who want to identify trending market narratives and sector rotations before they become mainstream news. What it does Automatically detec...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading, AI Summarization use case.