Install
openclaw skills install crypto-sniper-botAutomates token sniping on pump.fun and four.meme by detecting launches, evaluating quality, executing trades, and managing positions with profit and loss li...
openclaw skills install crypto-sniper-bot24/7 automated token sniper bot for pump.fun and four.meme platforms. Automatically detects new token launches, evaluates quality, executes trades, and manages positions with take-profit/stop-loss strategies.
Tokens are scored based on:
Tokens must score 60+ to qualify for purchase.
Sends alerts for:
{
"buyAmount": 0.1, // SOL per trade
"takeProfitPercent": 50, // Sell at +50%
"stopLossPercent": 30, // Sell at -30%
"maxPositions": 10 // Max concurrent trades
}
{
"minLiquidity": 1000, // Minimum $1000 liquidity
"minHolders": 10, // Minimum 10 holders
"maxHolderConcentration": 50 // Max 50% in top holder
}
Configure bot settings
{
"walletPrivateKey": "base58_encoded_key",
"buyAmount": 0.1,
"takeProfitPercent": 50,
"stopLossPercent": 30,
"maxPositions": 10
}
Start the bot (requires configuration)
Stop the bot
Get current status, positions, and P&L
Get trading history with statistics
Configure notification channels
{
"telegram": {
"enabled": true,
"botToken": "your_token",
"chatId": "your_chat_id"
},
"discord": {
"enabled": true,
"webhookUrl": "your_webhook"
},
"email": {
"enabled": true,
"host": "smtp.gmail.com",
"user": "your_email",
"pass": "your_password",
"to": "recipient"
}
}
⚠️ HIGH RISK ACTIVITY
⚠️ Technical Risks
data/config.jsondata/positions.jsondata/history.jsonDisclaimer: This bot is provided as-is. Use at your own risk. The developers are not responsible for any financial losses.