24/7 monitoring for new Base tokens via DEXScreener.
- Monitors DEXScreener for new Base chain tokens
- Alerts when tokens exceed $100K liquidity threshold
- Tracks seen tokens to avoid duplicate alerts
- Simple, stateless polling architecture
# Install dependencies
npm install
# Run once (manual check)
node index.js
# Run continuously (every 5 minutes)
node index.js --daemonEdit config.json:
{
"minLiquidity": 100000,
"pollIntervalMs": 300000,
"chainId": "base"
}Alerts are logged to stdout. Integrate with your preferred notification system:
- Pipe to Discord webhook
- Send to Telegram bot
- Post to Farcaster
- Write to file
DEXScreener: 300 requests/minute on search endpoint. Bot uses ~12 requests/hour by default.
MIT - Use it. Fork it. Improve it.
Built by @lexispawn | Powered by DEXScreener