Skip to content

Latest commit

Β 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Memecoin AI Agent

AI-powered Solana Memecoin Screener built with Node.js, MySQL, Helius, DexScreener, RugCheck, and Telegram.

Automatically discovers new Solana memecoins, analyzes token quality, tracks smart wallets, performs AI analysis, and sends BUY/WATCH alerts directly to Telegram.


✨ Features

πŸ” Token Discovery

  • Scan newly listed Solana memecoins
  • Discover trending tokens automatically
  • Continuous monitoring

🧠 AI Analysis

  • AI-generated token analysis
  • BUY / WATCH / AVOID recommendations
  • Groq support
  • OpenRouter support

πŸ‘› Holder Analysis

  • Top holder concentration detection
  • Holder growth tracking
  • Smart wallet participation analysis

πŸ‹ Whale Detection

  • Whale wallet tracking
  • Large holder monitoring

πŸ›‘οΈ RugCheck Integration

  • Rug score analysis
  • Risk assessment
  • Token safety checks

πŸ“Š Portfolio Tracker

  • Entry MCAP tracking
  • Current MCAP tracking
  • ATH MCAP tracking
  • Gain percentage calculation

πŸ† Hall of Fame

  • Best performing calls
  • ATH gain leaderboard
  • Portfolio statistics

πŸ€– Telegram Alerts

  • BUY alerts
  • WATCH alerts
  • AI summaries
  • Portfolio statistics

❀️ Health Monitor

  • Scanner status
  • API monitoring
  • Database monitoring
  • System health checks

πŸ“Έ Screenshots

Home Dashboard

Home

Scanner Dashboard

Dashboard

Portfolio

Portfolio Portfolio Portfolio Portfolio


πŸ› οΈ Tech Stack

  • Node.js
  • Express.js
  • MySQL
  • Helius API
  • DexScreener API
  • RugCheck API
  • Telegram Bot API
  • OpenRouter
  • Groq

πŸ“‹ Requirements

Before running the project, make sure you have:

  • Node.js 18+
  • MySQL 8+ (or MariaDB)
  • Helius API Key
  • Telegram Bot Token
  • OpenRouter API Key or Groq API Key

βš™οΈ Installation

Clone Repository

git clone https://github.com/Denzz102/memecoin-agent.git

cd memecoin-agent

Install Dependencies

npm install

Create Database

CREATE DATABASE memecoin_agent;

Import Schema

mysql -u root -p memecoin_agent < database/schema.sql

For complete installation instructions, see:

docs/INSTALLATION.md

πŸ”‘ Environment Variables

Create a .env file based on .env.example.

Example:

HELIUS_API_KEY=

OPENROUTER_API_KEY=
# OR
GROQ_API_KEY=

TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=

DB_HOST=localhost
DB_USER=root
DB_PASSWORD=
DB_NAME=memecoin_agent

▢️ Run Application

node server.js

or

npm start

🌐 Dashboard

Main Dashboard:

http://localhost:3000

Portfolio:

http://localhost:3000/portfolio

Health Monitor:

http://localhost:3000/health

πŸ“ Project Structure

memecoin-agent/
β”œβ”€β”€ config/
β”œβ”€β”€ database/
β”‚   └── schema.sql
β”œβ”€β”€ docs/
β”‚   └── INSTALLATION.md
β”œβ”€β”€ logs/
β”œβ”€β”€ public/
β”œβ”€β”€ routes/
β”œβ”€β”€ services/
β”œβ”€β”€ screenshots/
β”œβ”€β”€ .env.example
β”œβ”€β”€ .gitignore
β”œβ”€β”€ package.json
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ server.js
└── README.md

πŸ“Š Database Tables

  • tokens
  • signals
  • smart_wallets
  • token_history
  • portfolio

πŸ”” Telegram Features

  • BUY Alerts
  • WATCH Alerts
  • Token Analysis
  • Portfolio Statistics
  • Hall of Fame

πŸš€ Deployment

Supported environments:

  • Localhost
  • VPS
  • Ubuntu Server
  • Windows Server

πŸ“š Documentation


⚠️ Disclaimer

This software is provided for educational and research purposes only.

Memecoin trading involves significant risk. Always conduct your own research before making investment decisions.

The author is not responsible for financial losses resulting from the use of this software.


πŸ“œ License

MIT License

Feel free to fork, modify, and improve this project.


❀️ Support the Project

Enjoying Memecoin AI Agent?

If this project has been helpful to you, feel free to support its development with a voluntary donation.

β˜€οΈ Solana (SOL)

H515J4mCY9tmAfv6uvHqUfQdHqoQCr78AaBFjgXBpnd5

Thank you for your support πŸš€

About

Solana Memecoin Scanner with AI Analysis, Smart Wallet Tracking, and Telegram Alerts.

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages