AgentSkillsCN

nansen-smart-money

通过Nansen CLI,追踪18条区块链上的聪明资金流向、DEX交易、持仓情况,以及定投策略。当用户询问“聪明资金在买什么、卖什么?”“资金流动情况如何?”“基金的运作轨迹怎样?”“聪明交易员的持仓分布如何?”时,此技能便派上用场。

SKILL.md
--- frontmatter
name: nansen-smart-money
description: >-
  Track Smart Money flows, DEX trades, holdings, and DCA strategies across 18 chains
  via Nansen CLI. Use when the user asks about what smart money is buying/selling,
  capital flows, fund activity, or smart trader positions.
metadata:
  clawdbot:
    emoji: "🧠"
    homepage: "https://nansen.ai"
    requires:
      bins: ["nansen"]

Nansen Smart Money

Track what institutional funds and profitable traders are doing onchain.

When This Skill Activates

  • "What are smart money buying?"
  • "Show me fund flows on Solana"
  • "What tokens are funds accumulating?"
  • "DEX trades by smart traders"
  • "DCA strategies on Jupiter"

Command Routing

User IntentCommandKey Options
Capital flows by tokennansen smart-money netflow--chain, --limit, --labels, --sort, --filters
Real-time DEX tradesnansen smart-money dex-trades--chain, --limit, --labels, --sort
Current holdingsnansen smart-money holdings--chain, --limit, --labels
Holdings over timenansen smart-money historical-holdings--chain, --days, --limit
Jupiter DCA strategiesnansen smart-money dcas--limit, --filters
Smart money perp tradesnansen smart-money perp-trades--limit, --sort, --filters (no --chain, Hyperliquid only)

For token-level perp analysis → see nansen-hyperliquid.

Examples

bash
# Smart money buying on Solana
nansen smart-money netflow --chain solana --sort net_flow_24h_usd:desc --limit 20 --table

# Fund flows on Ethereum
nansen smart-money netflow --chain ethereum --filters '{"label": "Fund"}' --sort net_flow_24h_usd:desc --table

# DEX trades on Base
nansen smart-money dex-trades --chain base --limit 30 --table

# Current holdings on BNB
nansen smart-money holdings --chain bnb --sort value_usd:desc --limit 20 --table

# Smart money perp trades
nansen smart-money perp-trades --sort value_usd:desc --limit 20 --table

Interpretation

  • High positive net_flow_24h_usd = accumulating
  • High negative = distributing
  • High trader_count with positive flow = strong conviction

References

  • Command parameters: references/commands.md (smart-money section)
  • Example response: references/examples/smart-money-netflow.json
  • Smart money labels: references/smart-money-labels.md
  • Cached schema: references/schema.json

Attribution

📊 Data by Nansen