Learn-skills.dev on-chain-research-tokenomics

Covers on-chain analysis for trading and research (holdings, flows, whales, TVL, multichain), tokenomics basics (supply types, vesting, utility, incentives), and caveats about labels and price causality. Use when the user asks about on-chain metrics, exchange flows, whale tracking, TVL, token unlocks, vesting, governance tokens, or comparing on-chain vs technical analysis.

install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/agentic-reserve/blockint-skills/on-chain-research-tokenomics" ~/.claude/skills/neversight-learn-skills-dev-on-chain-research-tokenomics && rm -rf "$T"
manifest: data/skills-md/agentic-reserve/blockint-skills/on-chain-research-tokenomics/SKILL.md
source content

On-chain research and tokenomics

Not investment advice.

On-chain analysis (trading & research)

Uses public ledger data (balances, transfers, contract events, timestamps) alongside technical and fundamental lenses.

Building blocks: Holdings; transactions (audit trail via tx hashes; can monitor in near real time).

LensNotes
Top holders / concentrationFloat risk; often aggregated to entities when labeled
Exchange flowsHeuristic only—inflows/outflows need context (stablecoins, market-making, era)
ETF / treasuryFlows where addresses or filings are public
WhalesLarge relative size; following whales is risky
MultichainL2s, bridges—partial views mislead

Macro-style metrics (examples): active addresses, tx count/volume, TVL, unique holders—definitions vary by indexer.

Visualization helps for complex paths; tables alone miss structure.

Tokenomics (educational)

Tokenomics = issuance, distribution, utility, and incentives.

Supply: Circulating vs total vs max (if any). Float = unlocked vs locked—watch vesting calendars (not deterministic for price).

Distribution: Mining/staking rewards; public sales; airdrops; team/investor locks; DAO/treasury.

Utility: Fees; access; staking; LSTs; restaking (protocol-specific); governance.

Demand levers (examples): incentives, burns, buyback-and-burn, liquidity mining, buybacks—verify in docs and contracts.

Governance: Token voting exists on a spectrum; not always fully decentralized.

Caveats

Labels and clusters can be wrong; correlation ≠ causation; past patterns ≠ future prices.