2.5k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill solana-copy-trader- _meta.json294 B
- SKILL.md3.2 KB
Overview
This skill is a Solana whale copy-trading bot that tracks any wallet in real time and can mirror trades via Jupiter and Pump.fun APIs. It supports paper trading simulation and live execution, plus watch-only modes and an arbitrage scanner. The tool is built to detect whale transactions, perform safety checks, and optionally execute swaps while sending alerts to Telegram.
How this skill works
The bot listens to Helius WebSocket events to detect wallet transactions, parses token movements, and decodes swap intents. It queries Jupiter for routing and quotes, consults Pump.fun/DAS metadata for token risk signals, and runs safety filters (price impact, pump score, max trade size). Depending on mode, it either logs simulated trades or submits real Jupiter swaps and posts Telegram alerts.
When to use it
- You want to copy trades from a specific Solana whale in real time.
- You need a safe paper trading environment to validate copy strategies before risking capital.
- You want to monitor whale activity and token launches for early signals or arbitrage.
- You need an automated arb scanner to surface potential Jupiter routes.
- You want an autonomous Solana trading bot with configurable safety limits.
Best practices
- Start in paper mode and validate behavior against known whale transactions before enabling live execution.
- Set conservative MAX_TRADE_SOL and maxPositions to limit exposure and reduce tail-risk.
- Use the pump.fun DAS and price-impact checks to avoid bonding-curve or rug-prone tokens.
- Enable Telegram alerts and monitor logs for unexpected patterns or repeated failures.
- Keep Helius API keys and RPC endpoints on a secure environment file and rotate keys periodically.
Example use cases
- Paper-copy a high-volume MEV bot to study its trade patterns without risking funds.
- Automatically mirror a vetted whale’s trades with tight max trade size and Telegram notifications.
- Run the arbitrage scanner to find Jupiter routes with positive expected returns across pools.
- Watch for new token launches indexed by Pump.fun and run automated safety checks before trading.
- Analyze an address’s historical behavior with the analyze mode to refine copy rules.
FAQ
Yes. The default copy mode runs in paper (simulated) mode. Switch to live only after testing and adjusting safety limits.
What safeguards prevent rug or high-impact trades?
The bot enforces MAX_TRADE_SOL, maxPositions, price-impact thresholds, and pump.fun safety scores; trades failing checks are skipped.
Do I need a private key to use the watcher or scanner?
No. Watch-only and scan modes work without a private key. A key is required only for live execution.