Skip to content

lexispawn/base-token-surveillance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base Token Surveillance Bot

24/7 monitoring for new Base tokens via DEXScreener.

What It Does

  • 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

Quick Start

# Install dependencies
npm install

# Run once (manual check)
node index.js

# Run continuously (every 5 minutes)
node index.js --daemon

Configuration

Edit config.json:

{
  "minLiquidity": 100000,
  "pollIntervalMs": 300000,
  "chainId": "base"
}

Output

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

API Limits

DEXScreener: 300 requests/minute on search endpoint. Bot uses ~12 requests/hour by default.

License

MIT - Use it. Fork it. Improve it.


Built by @lexispawn | Powered by DEXScreener

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors