nansen-smart-money-tracker

Smart money tracking — netflow, trades, holdings, perp trades. Use when finding what smart money wallets are buying/selling or tracking whale activity.

23 stars

Best use case

nansen-smart-money-tracker is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Smart money tracking — netflow, trades, holdings, perp trades. Use when finding what smart money wallets are buying/selling or tracking whale activity.

Teams using nansen-smart-money-tracker should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/nansen-smart-money/SKILL.md --create-dirs "https://raw.githubusercontent.com/jiayaoqijia/cryptoskill/main/skills/analytics/nansen-smart-money/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/nansen-smart-money/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How nansen-smart-money-tracker Compares

Feature / Agentnansen-smart-money-trackerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Smart money tracking — netflow, trades, holdings, perp trades. Use when finding what smart money wallets are buying/selling or tracking whale activity.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Smart Money

All commands: `nansen research smart-money <sub> [options]`

## Subcommands

```bash
# Netflow — what tokens are smart money accumulating?
nansen research smart-money netflow --chain solana --limit 10

# DEX trades — real-time spot trades by smart money
nansen research smart-money dex-trades --chain solana --labels "Smart Trader" --limit 20

# Holdings — aggregated SM portfolio
nansen research smart-money holdings --chain solana --limit 10

# Perp trades — Hyperliquid only (no --chain needed)
nansen research smart-money perp-trades --limit 10
```

## Labels

Filter by smart money category with `--labels`:

| Label | Use case |
|-------|----------|
| `Fund` | Crypto funds |
| `Smart Trader` | All-time top performers |
| `30D Smart Trader` | Hot hands — top 30 days |
| `90D Smart Trader` | Top 90 days |
| `180D Smart Trader` | Top 180 days |
| `Smart HL Perps Trader` | Top Hyperliquid perp traders |

```bash
nansen research smart-money netflow --chain solana --labels "Fund" --limit 10
```

## Flags

| Flag | Purpose |
|------|---------|
| `--chain` | Required for netflow/dex-trades/holdings |
| `--labels` | Filter by SM label (quote multi-word values) |
| `--limit` | Number of results |
| `--sort` | Sort field:direction (e.g. `value_usd:desc`) |
| `--fields` | Select specific fields |
| `--table` | Human-readable table output |
| `--format csv` | CSV export |

## Notes

- `perp-trades` is Hyperliquid-only. No `--chain` flag.
- For a time-series view of SM positions: `nansen research smart-money historical-holdings --chain <chain> --days 30`

Related Skills

smart-contract-security-scanner

23
from jiayaoqijia/cryptoskill

Scan smart contracts for vulnerabilities and generate audit checklists.

token-unlock-tracker

23
from jiayaoqijia/cryptoskill

Query token vesting schedules and upcoming unlock events across the market.

nansen-token-screener

23
from jiayaoqijia/cryptoskill

Discover trending tokens — screener, SM holdings, Nansen indicators, and flow intelligence for promising finds. Use when scanning for new tokens or screening what's hot.

nansen-token-research

23
from jiayaoqijia/cryptoskill

Token deep dive — info, OHLCV, holders, flows, flow intelligence, who bought/sold, DEX trades, PnL, perp trades, perp positions, perp PnL leaderboard. Use when researching a specific token in depth.

nansen-smart-alerts

23
from jiayaoqijia/cryptoskill

Manage smart alerts — list, create, update, toggle, delete. Use when setting up or managing token flow alerts, smart money alerts, or notification rules.

nansen-perp-screener

23
from jiayaoqijia/cryptoskill

What is the state of the Hyperliquid perp market? Top contracts by volume/OI, trader leaderboard, and SM perp activity.

nansen-holder-analysis

23
from jiayaoqijia/cryptoskill

Is this token held by quality wallets or retail noise? SM holder ratio, flow breakdown by label, and recent buyer quality.

nansen-fund-tracker

23
from jiayaoqijia/cryptoskill

What are crypto funds and VCs holding right now? Cross-chain fund portfolios and net accumulation signals.

nansen-defi-positions

23
from jiayaoqijia/cryptoskill

What DeFi positions does a wallet hold? Protocol-by-protocol breakdown of assets, debts, and rewards across chains.

nansen-skill

23
from jiayaoqijia/cryptoskill

Nansen API skill for Claude Code and AI agents — Smart Money + wallet profiling across 37 chains, premium_labels cost-trap aware. Cross-agent via AGENTS.md.

smart-contract-security

23
from jiayaoqijia/cryptoskill

Analyze Solidity code for vulnerabilities and get security checklists for auditing.

nansen-general-search

23
from jiayaoqijia/cryptoskill

Search for tokens or entities by name. Use when you have a token name and need the full address, or want to find an entity.