Skip to content

elvali-collab/Meme-Token-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Meme Token Analyzer πŸš€πŸ’Ž

The Ultimate Meme Token "Wealth Gene" Detection System

A powerful LangGraph workflow that analyzes Meme tokens with humor and expertise, generating comprehensive wealth gene detection reports using real-time web sentiment, AI-generated prediction images, and multimodal AI analysis.

🎯 What Makes This Special?

Edge Case Mastery: Our analyzer doesn't just look at market capsβ€”it scans the deep web for sentiment even on random strings. Whether it's a legendary meme like $PEPE, a major coin like $BTC, or a keyboard smash like qwertyuiop, it delivers intelligent analysis with real data!


✨ Features

Core Capabilities

  • πŸ” Real-Time Web Search: Fetches latest news, social media sentiment, and market trends with 1-month time filter for fresh data
  • 🎨 AI Image Generation: Creates "Moonshot" prediction images with cyberpunk aesthetic
  • 🧹 Smart Data Cleaning: Condenses search results into LLM-friendly summaries with date freshness validation
  • πŸ€– Multimodal AI Analysis: Combines text sentiment + visual analysis using vision-language models
  • πŸ’Ž Wealth Gene Rating: Four-tier rating system with Degen-style humor

Intelligent Features

  • 🧠 Smart Detection: Automatically identifies major coins (BTC/ETH/SOL), handles missing data, and filters irrelevant results
  • πŸ“… Data Freshness Check: Validates search result dates and warns if data is outdated
  • 🎯 Edge Case Handling: Gracefully processes random strings, unknown tokens, and obscure names

πŸ† Wealth Gene Rating System

Rating Meaning Potential
🌟 Diamond Hand Next 10000x coin Legendary potential
πŸŒ™ Moonshot 100x expected High growth potential
πŸ—‘οΈ Paper Hand Likely a rug High risk
πŸ’© Shitcoin Stay far away Avoid

πŸš€ Quick Start

Input

{
  "token_name": "PEPE"
}

Output

{
  "analysis_report": "Full Markdown analysis with emoji-rich formatting",
  "generated_image_url": "https://coze-coding-mockdata.tos-cn-beijing.volces.com/..."
}

πŸ“Š Case Studies

Case 1: Classic Meme Token - $PEPE βœ…

Input: PEPE

Result: πŸŒ™ Moonshot

Highlights:

  • Found real community discussions with recent dates
  • Analyzed narrative magic (iconic meme + celebrity triggers)
  • Detected viral visual gene potential
  • Recommended for degens with risk tolerance

Key Insight: "PEPE has the wealth gene pumping through its digital veins!"


Case 2: Major Cryptocurrency - $BTC ⚠️

Input: BTC

Result: 🌟 Diamond Hand (with special warning)

Highlights:

  • Triggered: Smart detection for non-meme major coin
  • Warning: "⚠️ Detected non-typical Meme, now performing cross-border scan with [Top Value Coin] perspective"
  • Analyzed as value coin rather than meme token
  • Still provided comprehensive analysis

Key Insight: "BTC is not just a currency, it's a legend!"


Case 3: Edge Case - qwertyuiop 🎹

Input: qwertyuiop (keyboard smash)

Result: πŸŒ™ Moonshot

Highlights:

  • βœ… Found real data: 126 unique individuals discussing
  • βœ… Real sentiment: 47.37% bullish sentiment detected
  • βœ… Activity ranking: 446th in mentions
  • βœ… Intelligent analysis: "Unique but underdeveloped narrative"
  • βœ… Actionable advice: "If they lean into keyboard meme + cyberpunk anime, could 100x"

Key Insight: "Even a keyboard smash has a story if you know where to look!"

This demonstrates our Edge Case Mastery:

  • No fabricated data or hallucinated prices
  • Real web scraping capabilities
  • Intelligent handling of unknown tokens
  • Constructive analysis even for obscure inputs

🎨 Output Format

Analysis Report Structure

# $TOKEN Meme Token "Wealth Gene" Detection Report

## 🎯 Narrative Magic Analysis
[Memorability, concept uniqueness, sentiment]

## πŸ“’ Community Hype Ability Prediction
[Community activity, shilling intensity]

## 🎨 Visual Gene Detection
[Visual appeal, viral potential]

## πŸ† Final Verdict: Wealth Gene Rating
[Rating: 🌟/πŸŒ™/πŸ—‘οΈ/πŸ’©]

[Special warnings if applicable]

Features

  • βœ… Proper Markdown heading hierarchy
  • βœ… Rich emoji annotations
  • βœ… Mobile-friendly formatting
  • βœ… Auto-embedded image URLs
  • βœ… Clear visual hierarchy

πŸ—οΈ Architecture

Workflow Structure

START
  β”œβ”€β”€ search (Web Search, 1m filter) ──> clean_data (Freshness Check) ──┐
  └── image_gen (2K Cyberpunk Image) ─────────────────────────────────────
                                                                          β”œβ”€> analysis (Multimodal LLM) ──> END

Tech Stack

  • Framework: LangGraph (DAG-based workflow)
  • LLM: doubao-seed-1-6-vision-250815 (Multimodal)
  • Skills:
    • web-search (Real-time data)
    • image-generation (AI art)
    • llm (Vision-language model)

πŸ“ Project Structure

src/
β”œβ”€β”€ graphs/
β”‚   β”œβ”€β”€ state.py              # State definitions
β”‚   β”œβ”€β”€ graph.py               # Main graph orchestration
β”‚   └── nodes/
β”‚       β”œβ”€β”€ search_node.py     # Web search (time_range="1m")
β”‚       β”œβ”€β”€ image_gen_node.py  # Image generation (2K)
β”‚       β”œβ”€β”€ clean_data_node.py # Data cleaning + freshness check
β”‚       └── analysis_node.py   # Multimodal analysis
config/
└── analysis_llm_cfg.json      # LLM prompts & config

πŸ§ͺ Testing

Test Cases

Token Type Expected Behavior Status
PEPE Classic meme Normal analysis βœ… PASS
DOGE Major meme Diamond Hand rating βœ… PASS
BTC Major coin Special warning + analysis βœ… PASS
ETH Major coin Special warning + analysis βœ… PASS
qwertyuiop Edge case Real data + Moonshot βœ… PASS
XYZABC123 Unknown Freshness warning + analysis βœ… PASS

Performance Metrics

  • Search: ~3-5 seconds
  • Image Gen: ~5-8 seconds
  • Analysis: ~8-12 seconds
  • Total: ~15-25 seconds

πŸ›‘οΈ Error Handling

The workflow gracefully handles:

βœ… Unknown tokens with minimal data βœ… Major cryptocurrencies (BTC/ETH/SOL) with warnings βœ… Random strings and keyboard smashes βœ… Outdated information with freshness warnings βœ… Empty search results without hallucination βœ… Missing publication dates with appropriate notes


πŸŽ“ Pro Tips

  1. Compare multiple tokens to understand rating differences
  2. Check date warnings for data freshness validation
  3. Trust major coin warnings - they're analyzed differently
  4. Read between the lines - humor often masks real insights
  5. Use ratings wisely - Diamond Hand > Moonshot > Paper Hand > Shitcoin

πŸ€– Bot Configuration

See BOT_CONFIG.md for:

  • Opening greeting messages
  • Suggested commands
  • Bot avatar recommendations
  • User onboarding tips

πŸ“ Documentation

  • AGENTS.md - Technical documentation for developers
  • BOT_CONFIG.md - Bot setup guide
  • README.md - This file (user-facing documentation)

⚠️ Disclaimer

This tool is for entertainment and educational purposes only. Not financial advice. Always DYOR (Do Your Own Research) before investing in any cryptocurrency. Meme tokens are highly volatile and risky investments.

Remember: Even Diamond Hands need risk management! πŸ’Ž


πŸ“„ License

MIT License


Maintainer: Antalpha AI Team

From keyboard smashes to moonshots - we analyze them all! πŸš€

About

🧬 AI-powered Meme Token "Wealth Gene" Detection System with multimodal analysis and real-time sentiment tracking

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors