tracking-token-launches
Installation
SKILL.md
Token Launch Tracker
Overview
Monitor new token launches across decentralized exchanges. Detect PairCreated events from DEX factory contracts, fetch token metadata, and analyze contracts for risk indicators like mint functions, blacklists, proxy patterns, and ownership status.
Prerequisites
Before using this skill, ensure you have:
- Python 3.8+ with
requestslibrary - RPC endpoint access (public endpoints work for basic usage)
- Optional: Etherscan API key for contract verification checks
- Optional: Custom RPC URLs for higher rate limits
Commands
recent - Show Recent Launches
python launch_tracker.py recent --chain ethereum --hours 24
python launch_tracker.py recent --chain base --analyze --limit 20
Related skills