vike-token-screenerlisted
Install: claude install-skill vike-io/vike-cli
# vike-token-screener
## Command
```bash
vike token screener
[--chain ethereum|bsc|base]
[--window 24h|7d|30d|90d]
[--sort volume|net_inflow|holders|smart_inflow]
[--limit N] (max 100)
[--min-volume USD] (filter dust)
[--min-holders N] (require N+ unique holders)
[--smart-money-only] (restrict to smart-money cohort flows)
[--json]
```
## Examples
```bash
# Trending today by volume
vike token screener --window 24h --sort volume --limit 20
# Find tokens smart money is accumulating
vike token screener --window 7d --sort smart_inflow --smart-money-only
# Rising holders count (organic growth signal)
vike token screener --window 30d --sort holders --min-volume 100000
# Mid-cap tokens with real activity
vike token screener --min-volume 1000000 --min-holders 100 --sort net_inflow
```
## Output columns
`token_address`, `symbol` (when known), `name`, `volume_usd`, `net_flow_usd`, `in_usd`, `out_usd`, `unique_holders`, `tx_count`.
## Sort modes
| Sort | What it surfaces |
|---|---|
| `volume` | Most-traded tokens (default) — captures attention-driven action |
| `net_inflow` | Tokens with biggest accumulation (in > out) — "what's being bought" |
| `holders` | Tokens gaining unique addresses — organic growth signal |
| `smart_inflow` | Tokens our smart-money cohort is buying — alpha signal |
## Reading
- **High volume + balanced in/out** = churn (DEX MM, arb bots). Low signal.
- **High volume + strong net_inflow** = real demand. W