โ† All skills
Tencent SkillHub ยท Developer Tools

Solana Copy Trader

Solana whale copy trading bot. Track any wallet, copy trades in real-time via Jupiter + Pump.fun APIs, with paper trading simulation and live execution. Use...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Solana whale copy trading bot. Track any wallet, copy trades in real-time via Jupiter + Pump.fun APIs, with paper trading simulation and live execution. Use...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/index.js, scripts/package.json, scripts/src/alerts.js, scripts/src/arbitrage.js, scripts/src/config.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

Solana Copy Trader

Real-time Solana whale copy trader using Helius WebSocket + Jupiter API + Pump.fun.

Quick Start

cd solana-bot npm install cp .env.example .env # fill in keys node index.js copy # paper mode (safe) node index.js watch # whale tracker only node index.js scan # arb scanner

Modes

ModeCommandDescriptioncopynode index.js copy 0.01Copy whale trades (paper by default)watchnode index.js watchWatch whale txs livescannode index.js scanScan arb opportunitiespapernode index.js paperFull paper trading simanalyzenode index.js analyzeWallet pattern analysissafetynode index.js safety <mint>Token rug check

.env Setup

PRIVATE_KEY=your_base58_private_key # leave blank for watch-only RPC_URL=https://mainnet.helius-rpc.com/?api-key=YOUR_KEY HELIUS_API_KEY=your_helius_key # free at dev.helius.xyz BOT_TOKEN=telegram_bot_token # for alerts CHAT_ID=your_telegram_chat_id MAX_TRADE_SOL=0.01 # safety limit per trade MIN_PROFIT_PCT=0.5

Architecture

Helius WebSocket โ†’ whale tx detected โ†“ parseTransaction() โ†’ decode token changes โ†“ Jupiter quote โ†’ can we route? โ†“ (if no route) Pump.fun DAS check โ†’ bonding curve token? โ†“ safety check โ†’ price impact < 50%? โ†“ paper: log trade | live: executeRealSwap() โ†“ Telegram alert sent

Key Files

src/copy_trade.js โ€” Core copy trader engine src/wallet_tracker.js โ€” Helius WebSocket + tx parsing src/arbitrage.js โ€” Jupiter arb scanner src/pumpfun.js โ€” Pump.fun token metadata via Helius DAS src/sniper.js โ€” New token sniper (paper mode) src/config.js โ€” Wallet + connection setup src/alerts.js โ€” Telegram notifications

Live โ†’ Paper Switch

In copy_trade.js startCopyTrader(): paper: true // paper mode (safe, no real money) paper: false // LIVE mode โ€” real trades Or use index.js mode copy (always paper) vs direct startCopyTrader({ paper: false }).

Safety Limits

MAX_TRADE_SOL โ€” max SOL per trade (default 0.01) maxPositions: 3 โ€” max open positions at once priceImpact > 50% โ†’ skip (rug protection) Pump safety score < 40 โ†’ skip

Whale to Copy

Default whale: AgmLJBMDCqWynYnQiPCuj9ewsNNsBJXyzoUhD9LJzN51 Confirmed MEV bot: 477 SOL, 172K txs/day, $40K/day Change in src/copy_trade.js โ†’ WHALE constant

Requirements

Node.js 18+ Free Helius API key (1000 req/day free tier) Solana wallet (optional โ€” watch-only without) Telegram bot (optional โ€” for alerts) See references/api-setup.md for getting free API keys. See references/trading-concepts.md for how Solana MEV/arb works.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts1 Docs1 Config
  • SKILL.md Primary doc
  • scripts/index.js Scripts
  • scripts/src/alerts.js Scripts
  • scripts/src/arbitrage.js Scripts
  • scripts/src/config.js Scripts
  • scripts/package.json Config