Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
nansen-ai avatar

Nansen Perp Trader Profile

  • 333 installs
  • 127 repo stars
  • Updated August 4, 2026
  • nansen-ai/nansen-cli

Analyze perpetual futures trader profiles in Nansen to validate strategies, counterparties, and risk before shipping trading features or content.

About

nansen-perp-trader-profile surfaces perpetual futures trader behavior via Nansen CLI to validate trading theses, audience segments, and feature scope before building dashboards, alerts, or automated strategies.

  • Perp trader analytics
  • Strategy validation
  • Counterparty research
  • Risk profiling
  • Nansen CLI insights

Nansen Perp Trader Profile by the numbers

  • 333 all-time installs (skills.sh)
  • +3 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #326 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/nansen-ai/nansen-cli --skill nansen-perp-trader-profile

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs333
repo stars127
Last updatedAugust 4, 2026
Repositorynansen-ai/nansen-cli

What it does

Analyze perpetual futures trader profiles in Nansen to validate strategies, counterparties, and risk before shipping trading features or content.

Files

SKILL.mdMarkdownGitHub ↗

Perp Trader

Answers: "What is this perp trader doing? What are their positions and track record?"

ADDR=<address>

nansen research profiler labels --address $ADDR --chain ethereum
# → label, category (identity, SM labels)

nansen research profiler perp-positions --address $ADDR
# → asset_positions, margin_summary_account_value_usd, margin_summary_total_margin_used_usd

nansen research profiler perp-trades --address $ADDR --days 7 --limit 20
# → timestamp, token_symbol, side, action (Open/Close/Reduce), price, size, value_usd, closed_pnl, fee_usd

nansen research perp leaderboard --days 7 --limit 50
# → trader_address, total_pnl, roi, account_value (check if ADDR appears)

Cross-reference perp-trades with perp-positions to see if the trader is scaling in/out. Leaderboard shows relative standing.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.