RISK NOTICE
Not financial advice. Trading meme coins involves extreme risk of capital loss.
+ Expand
WolfTrench Scanner outputs are for informational purposes only and do not constitute financial, investment, or trading advice. The tool evaluates structural market signals and probabilistic scenarios — it does not predict price movements. All trading decisions are made solely by the user. Extreme loss scenarios, including total capital loss, are always possible. Past scanner outputs are not indicative of future results.
LOCAL EXECUTION · NO CLOUD · OPEN SCANNER

Scan meme coins
before you pull the trigger

WolfTrench pulls on-chain data and evaluates structural risk signals — liquidity depth, transaction entropy, and lifecycle stage — so you can filter noise before entering a position.

Download Package How It Works
4Lifecycle Regimes
LocalExecution
GetUpdates
Installation
Runs entirely on your machine — no accounts, no API keys, no cloud. One command installs everything and puts a double-clickable shortcut on your Desktop.
Requirement — Python 3.8 or higher
First, check if you have Python installed. Open Terminal (Mac/Linux) or Command Prompt (Windows) and run: python3 --version on Mac/Linux, or python --version on Windows.

If you see a version number like Python 3.11.2 — you're good, skip to Step 1.
If you get "command not found", download Python at python.org/downloads. Windows users: during install, check "Add Python to PATH" — then close and reopen your terminal before continuing.
Easy Install  — recommended
Single command. Installs globally, creates a Desktop shortcut, pops up a launch dialog. Done in under a minute.
FASTEST · RECOMMENDED
Manual Install
Install step by step. Use this if the easy install fails or you prefer to control each step yourself.
FULL CONTROL
INSTALL WALKTHROUGH VIDEO
Video coming soon — follow the written steps below in the meantime
01
Download & unzip the package
Click Get the Package below and download wolftrencherv8.zip. Once downloaded, double-click it to unzip — you'll get a folder called wolftrencherv8. You can put it anywhere: Desktop, Documents, wherever. Next, you'll navigate to that folder in the terminal to run the installer, but you need to unzip that file first. Don't skip the second unzip step!
02
Open Terminal (Mac/Linux) or Command Prompt (Windows)
On Mac: press ⌘ Space, type Terminal, press Enter.
On Linux: press Ctrl+Alt+T, or search "Terminal" in your apps.
03
Navigate into the wolftrencherv8 folder
Type cd (with a space after it), then drag the wolftrencherv8 folder onto the terminal window — it fills in the full path automatically. Then press Enter.
Or type the path manually:
MAC / LINUX — if you put it on the Desktop
cd ~/Desktop/wolftrencherv8
You'll know it worked when the terminal prompt shows the wolftrencherv8 folder name.
04
Run the installer — this does everything in one shot
This single command installs the scanner so it works anywhere on your computer, then creates a double-clickable shortcut on your Desktop.
MAC / LINUX
python3 install.py
Watch the terminal — you'll see it install step by step. When it finishes, a popup dialog will appear confirming everything worked. Click Yes to launch the scanner immediately, or No to do it later.
05
Open the scanner in your browser
The scanner runs in the terminal window in the background — keep that window open while you're using it. Then open your browser and go to:
http://localhost:5050
The browser UI should open automatically. If it doesn't, paste that URL into Chrome, Firefox, or Safari.
06
Next time — just double-click the Desktop shortcut
The installer put a shortcut on your Desktop. From now on, just double-click it to start the scanner — no terminal, no commands.
Or if you prefer the terminal, run this from anywhere on your computer:
wolftrencher
To uninstall: run pip3 uninstall wolftrencher -y and delete the Desktop shortcut. Then you can re-run install.py fresh any time.
01
Download & unzip wolftrencherv8.zip
Put the wolftrencherv8 folder anywhere — Desktop, Documents, etc.
02
Open Terminal and navigate into the folder
Tip: type cd then drag the folder into the terminal to auto-fill the path.
MAC / LINUX
cd ~/Desktop/wolftrencherv8
03
Install Python dependencies
MAC / LINUX
pip3 install requests websocket-client
04
Install the package so it works from anywhere
The -e flag means "editable" — code changes you make take effect instantly, no reinstall needed.
MAC / LINUX
pip3 install -e .
05
Create your Desktop shortcut manually
Create a file called WolfTrencher.command on your Desktop with this content:

#!/bin/bash
wolftrencher


Then make it executable:
chmod +x ~/Desktop/WolfTrencher.command
06
Launch the scanner
MAC / LINUX
wolftrencher
Then open http://localhost:5050 in your browser. Keep the terminal open while scanning.
If pip isn't found, use python3 -m pip install requests websocket-client and python3 -m pip install -e . instead.
Troubleshooting
"python not found" / "command not found" +
Python isn't installed or isn't in your PATH.
Download it at python.org/downloads. Windows users: during install, check the "Add Python to PATH" box, then close and reopen your terminal completely before trying again.
"pip not found" +
Use Python's built-in pip module directly:
python3 -m pip install requests websocket-client
python3 -m pip install -e .
"ModuleNotFoundError: websocket" +
The websocket library wasn't installed. Run:
pip3 install websocket-client
The pump.fun live feed won't work without it, but DexScreener scanning will still run fine.
"ImportError: attempted relative import" +
You're in the wrong folder. Make sure you're inside wolftrencherv8/ (the outer folder), not inside the inner wolftrencher/ subfolder. Run:
cd ..
to go up one level, then try again.
"Port 5050 already in use" +
Something else on your machine is using port 5050. Either close that app and try again, or open wolftrencher/config.py and change GUI_PORT to something else like 5051. Then visit http://localhost:5051 instead.
Nothing is working — clean environment fix +
Create a clean virtual environment just for WolfTrencher:
MAC / LINUX
python3 -m venv .venv
source .venv/bin/activate
pip install requests websocket-client && pip install -e .
wolftrencher
WINDOWS
python -m venv .venv
.venv\Scripts\activate
pip install requests websocket-client && pip install -e .
wolftrencher
How do I uninstall? +
Two commands and it's fully removed from your system:
pip3 uninstall wolftrencher -y
rm ~/Desktop/WolfTrencher.command
The wolftrencherv8 folder you unzipped stays on your disk — delete it manually if you want a full clean slate. Then re-run install.py to start fresh.
How the scanner works
Four stages from token input to structural read. No black box — each step is visible in the interface.
01
Live Token Data
The scanner pulls live data from on-chain sources and initializes the analysis pipeline. The calculations are about to happen.
Live Token Data
02
Structural analysis runs
Liquidity depth, transaction entropy, holder concentration, and wallet behavior are evaluated in parallel. Takes a few seconds depending on chain activity.
Structural Analysis
03
Score and regime output
The scanner returns a structural health score (0–100) and assigns a lifecycle regime: EARLY, GROWTH, MOMENTUM, or OVERHEAT. Each score band has defined risk characteristics.
Score Output
04
Use the read to inform your entry
While high scores don't mean guaranteed wins, they point toward it — they indicate the structure is intact enough to warrant attention. Low scores are a hard filter to skip. Decision is always yours.
Results Summary
Scanner outputs in action
Real examples of scanner reads before trades.
Score 79
GROWTH REGIME
Token A — Scanner score 81 before entry
BUY WITH STOP LOSS NOW
Score 31
OVERHEAT FLAG
Token B — Score 31, skipped position
COIN WAS ENTERING A DECLINING PHASE
Score 52
RAW OUTPUT SCORE
Raw score breakdown showing entropy metrics
DO NOT BUY IF METRICS ARE BAD - RISKY MOVE
Performance
REAL TIME PINGS FOR NEW PUMPING COINS
Click on the notification to be led directly to the chart.
Fast entry, getting in with the insiders.
What you're working with...
Live Dashboard View
Browser-based UI running locally. Designed for speed — minimal clicks from token input to read.
LIVE · localhost:5050
Dashboard View
Full interface screenshot — main dashboard view
Structural Health Score
Single 0–100 score summarizing liquidity, entropy, and holder data into one read.
Regime Classification
EARLY / GROWTH / MOMENTUM / OVERHEAT — shows where the token is in its lifecycle.
Liquidity Analysis
Depth, depletion velocity, and concentration asymmetry surfaced in a single panel.
Entropy Metrics
Detects coordinated wallet behavior vs organic participation using dispersion analysis.
Scan History
Session log of every token scanned with timestamps and scores. Reviewable locally.
No Cloud Dependency
Runs fully offline after initial data fetch. No account, no subscription, no tracking.
Download WolfTrench Scanner
One-time purchase. Includes the full local package — launcher, interface, and scanner core. Updates pushed regularly.
LOCAL EXECUTION PACKAGE
WolfTrench Scanner
Python · Browser UI · Windows & macOS · Concurrent updates
✓  Full scanner package + one-command installer
✓  Desktop shortcut created automatically
✓  Browser-based interface
✓  Runs locally, no cloud needed
✓  All future updates included
✓  Direct support from developer
Get the Package →
Via Whop · Secure checkout
Who built this
@brodwolf
Benjamin Brodwolf
Independent developer · Builder of WolfTrench Scanner

I built WolfTrench because I got tired of making decisions based on charts alone. Most meme coin tools either show price data you can already see on DEX screeners, or they're vague signal bots with no visibility into what's actually happening structurally. This tool is my answer to that — a local scanner that gives me a structured read before I commit capital.

I use this personally. I update it based on what I'm seeing in the market. If something stops working or a new pattern shows up, I fix it. Support is direct — no ticket system, no auto-replies.

Concurrent updates Actively maintained Personal use tool Direct support
Disclaimers
Not Financial Advice

Nothing on this site or produced by the scanner constitutes financial or investment advice. This is a research and analysis tool, not a trading service.

Signals, Not Guarantees

Scanner outputs are probabilistic assessments of structural conditions. A high score does not mean a trade will be profitable. Markets are unpredictable.

Meme Coin Risk

Meme coins carry extreme volatility and high risk of total loss. Only trade with capital you can afford to lose entirely. The scanner cannot protect against rug pulls or sudden liquidity exits.

Your Decision

All trading decisions are made by you. The developer is not responsible for losses incurred based on scanner output or any information on this site.