wallet-pnl

Analyze any Solana wallet's trading history: win rate, realized PnL, trader type, and copy-trade rating. Use when the user wants to check if a wallet is worth copying, analyze smart money performance, check a trader's win rate, evaluate a wallet's PnL, or decide whether to follow a wallet's trades. Keywords: copy trade, wallet analysis, win rate, PnL, smart money, trader stats.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "wallet-pnl" with this command: npx skills add ultranumblol/wallet-pnl

Solana Wallet PnL Analyzer

Analyze any Solana wallet's swap history to determine if it's worth copy-trading. Returns win rate, realized PnL in SOL, trader classification, and top traded tokens.

Paid API

$0.03 USDC per request via x402 on Base chain:

npx awal@latest x402 pay "https://wallet-pnl-production.up.railway.app/pnl?wallet=WALLET_ADDRESS"

API Response

{
  "wallet": "AbCd...XyZw",
  "summary": {
    "trader_type": "TRADER",
    "copy_rating": "FOLLOW",
    "total_trades": 87,
    "win_rate_pct": 64.3,
    "win_trades": 36,
    "loss_trades": 20,
    "realized_pnl_sol": 12.45,
    "avg_trade_size_sol": 0.85
  },
  "most_traded_tokens": [...],
  "recent_trades": [...]
}

Copy Rating Guide

RatingMeaning
✅ FOLLOWWin rate ≥ 60% and positive PnL — worth copying
⚠️ NEUTRALMixed results — monitor before copying
🚨 AVOIDLow win rate or negative PnL — do not copy

Trader Types

TypeMeaning
WHALEAvg trade > 10 SOL
DEGEN50+ trades, high frequency
TRADERBalanced buy/sell activity
HOLDERMostly buying, holding
INACTIVEFewer than 5 trades found

Self-Hosted

pip install -r {baseDir}/api/requirements.txt
python3 {baseDir}/scripts/pnl.py <WALLET_ADDRESS>

Requires HELIUS_API_KEY for transaction history (free at helius.xyz).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Openpump Solana Mcp

Solana token launch and trading tools via the OpenPump MCP server. Creates tokens on pump.fun, buys and sells tokens, runs market-making bots, snipes new tok...

Registry SourceRecently Updated
1730Profile unavailable
Web3

KryptoGO Meme Trader

Analyze and trade meme coins using KryptoGO's on-chain cluster analysis platform. Covers wallet clustering, address labels, accumulation/distribution detecti...

Registry SourceRecently Updated
4222Profile unavailable
Web3

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...

Registry SourceRecently Updated
4310Profile unavailable
Web3

pumpfun-sniper

Score any pump.fun token CA for snipe safety (0-100) before buying. Analyzes dev wallet history, social links, liquidity, and holder concentration. Returns S...

Registry SourceRecently Updated
1451Profile unavailable