Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.coinversa.ai/llms.txt

Use this file to discover all available pages before exploring further.

Coinversa indexes every active Hyperliquid wallet and classifies it into two orthogonal tier systems:
  • PnL tier — by total profitability across the wallet’s lifetime
  • Size tier — by total volume traded
A wallet always has exactly one PnL tier and one size tier. Together they form a 2D map of trader behavior — e.g. “smart money + whale” is a different cohort from “smart money + dolphin”, even though both are profitable.

PnL tiers

Ordered from best to worst:
TierRough meaning
money_printerTop tier — extraordinary profit, often with low drawdown
smart_moneyConsistently profitable, durable edge
grinderProfitable through volume / frequency rather than alpha per trade
humble_earnerSlightly positive, but small absolute PnL
exit_liquiditySlightly losing — the median retail trader
semi_rektMeaningful losses but still active
full_rektLarge realized losses
giga_rektCatastrophic loss; often a single blow-up

Size tiers

Ordered from largest to smallest:
TierRough meaning
leviathanMega-whale — outsized volume on the platform
tidal_whaleVery large volume
whaleLarge volume
small_whaleAbove-average institutional-scale volume
apex_predatorActive high-volume trader
dolphinSubstantial retail / prosumer
fishModerate retail
shrimpMinimal volume — most wallets

How to query cohorts

Use the cohort tools when you want behavior at the group level rather than per wallet:
ToolUse it when…
pulse_cohort_summaryYou want a snapshot of every cohort’s medians (PnL, win rate, size).
pulse_cohort_positionsYou want to see what one cohort is currently long/short.
pulse_cohort_tradesYou want the recent trades from one cohort.
pulse_cohort_historyYou want how one cohort has performed over time.
pulse_cohort_bias_historyYou want a cohort’s long-short bias trajectory.
pulse_cohort_performance_dailyYou want day-by-day cohort PnL / volume.
Cohorts are addressed by tierType (pnl or size) and tier (the value from the tables above):
GET /pulse/cohorts/pnl/smart_money/positions
GET /pulse/cohorts/size/whale/history

When to use cohorts vs individual wallets

  • Cohorts when you want a signal — “are whales loading up on BTC?” / “is smart money bearish on ETH?”.
  • Individual wallets when you want a specific story — “what is 0xabc... doing?” / “how is this trader I follow performing?”.
Most agent workflows benefit from cohort-first analysis: it’s signal-rich, and you can drill into specific wallets with pulse_token_leaderboard (top traders for a coin) when you want names.