Productivity

nansen-polymarket-trader-profile

nansen-ai/nansen-cli · updated Apr 8, 2026

$npx skills add https://github.com/nansen-ai/nansen-cli --skill nansen-polymarket-trader-profile
summary

Answers: "What is this Polymarket trader betting on? Are they profitable?"

skill.md

Polymarket Wallet Activity

Answers: "What is this Polymarket trader betting on? Are they profitable?"

Finding an active trader address: Source from trades-by-market (guarantees trade history) rather than top-holders (position holders may have no recorded trades):

# Step 1: find active traders from a market
nansen research pm trades-by-market --market-id <market_id> --limit 5
# → seller/buyer addresses with confirmed trade history — use one as ADDR below
ADDR=<polymarket_address>

nansen research pm trades-by-address --address $ADDR --limit 20
# → timestamp, market_question, event_title, taker_action, side, size, price, usdc_value

nansen research pm pnl-by-address --address $ADDR --limit 20
# → question, event_title, side_held, net_buy_cost_usd, unrealized_value_usd, total_pnl_usd, market_resolved

Note: addresses sourced from top-holders may return empty trade history — use trades-by-market to find addresses with confirmed activity.

Look at PnL across resolved vs unresolved markets to gauge trader skill. Large positions in trending categories signal conviction.

general reviews

Ratings

4.556 reviews
  • Pratham Ware· Dec 24, 2024

    I recommend nansen-polymarket-trader-profile for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Mateo Verma· Dec 12, 2024

    Keeps context tight: nansen-polymarket-trader-profile is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Amelia Sanchez· Dec 8, 2024

    nansen-polymarket-trader-profile is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Daniel Desai· Nov 27, 2024

    Keeps context tight: nansen-polymarket-trader-profile is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Mateo Smith· Nov 27, 2024

    We added nansen-polymarket-trader-profile from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Mateo Thomas· Nov 3, 2024

    nansen-polymarket-trader-profile is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Isabella White· Oct 22, 2024

    Useful defaults in nansen-polymarket-trader-profile — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Nikhil Thompson· Oct 18, 2024

    nansen-polymarket-trader-profile has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Mateo Harris· Oct 18, 2024

    Solid pick for teams standardizing on skills: nansen-polymarket-trader-profile is focused, and the summary matches what you get after install.

  • Xiao Nasser· Sep 25, 2024

    nansen-polymarket-trader-profile has been reliable in day-to-day use. Documentation quality is above average for community skills.

showing 1-10 of 56

1 / 6