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.
git clone --depth 1 https://github.com/internet-court/internet-court-skill /tmp/nansen-smart-money-tracker && cp -r /tmp/nansen-smart-money-tracker/vendored/nansen/nansen-smart-money-tracker ~/.claude/skills/nansen-smart-money-trackerSKILL.md
# 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`
Entry point for Internet Court — the trust layer for agent-to-agent commerce. Use whenever an agent needs to transact with another agent or a paid service, or a user mentions agent payments, paid APIs (HTTP 402/x402), wallet custody or trust concerns, spending mandates, delegated permissions (ERC-7710/7715), escrow, agent identity or reputation (ERC-8004), negotiation between agents (A2A), agent jobs (ERC-8183), machine payments (MPP, AP2), supervision of agent behavior, revocation, verification, or dispute resolution (GenLayer) — even if they never say "Internet Court". Routes to the vendored protocol skills and connector skills in this package.
Connect GenLayer Intelligent Contract decisions to ERC-7710-style delegated authority. Use when an agent needs to design the interface, message schema, relayer/bridge path, EVM revocation controller, constraint updates, proof/finality assumptions, and failure handling that turn a GenLayer agent-performance review into ERC-7710 revocation or policy changes.
Internet Court adapter for GenLayer Intelligent Contract supervision. Use to specify agent-performance rubrics, evidence schemas, decision outputs, and ERC-7710 connector expectations, while delegating actual GenLayer contract writing, linting, testing, deployment, and CLI interaction to the official GenLayer skills at https://skills.genlayer.com/.
Design and implement demos combining x402 HTTP payments with ERC-7710 smart contract delegations and ERC-7715 wallet permission requests for subscriptions, bounded agent budgets, recurring spend, pay-per-use APIs, and agentic commerce.
0G Compute Network guide for decentralized AI inference, fine-tuning, and GPU services. Covers chatbots, image generation, speech-to-text, SDK integration (0g-serving-broker), processResponse API, broker.inference methods, CLI commands (0g-compute-cli), and account management. Use this skill for any 0G compute, 0G AI, or decentralized GPU question.
Use this skill when the user asks to list, create, inspect, update, disable, re-enable, or revoke AltLLM Portal API keys for external agents or applications. Do NOT use for wallet login, billing history, or payment links.
Use this skill when the user asks to log in or out with a wallet session, fetch a wallet sign-in challenge, verify an externally signed challenge, or troubleshoot AltLLM Portal wallet login for the local altllm CLI. Do NOT use for API key management, billing history, or payment links.
Use this skill when the user asks to inspect AltLLM Portal balance, redeem a promo code, review billing transactions, or view usage analytics by period, model, or API key using the local altllm CLI. Do NOT use for API key lifecycle management or payment-link execution.