onchain-analysis

Analyzes on-chain metrics to generate signal tables and plain-language conclusions.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ebrahim-sani/trading-automation --skill onchain-analysis-ebrahim-sani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onchain-analysis
Source: https://github.com/ebrahim-sani/trading-automation/tree/main/vibe-trading/agent/src/skills/onchain-analysis
Command: npx skills add https://github.com/ebrahim-sani/trading-automation --skill onchain-analysis-ebrahim-sani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns raw public blockchain data into interpretable signals and valuation context so analysts and traders can detect adoption trends, whale activity, liquidity shifts, and over/under-valuation that are invisible to price-only analysis.

Core Features & Use Cases

  • Network activity analysis: evaluates active and new addresses, transaction counts, and transfer value to distinguish real demand from capital-driven moves.
  • Whale and transfer monitoring: identifies large transfers, exchange inflows/outflows and wallet clustering signals that precede major supply moves.
  • DeFi liquidity and TVL assessment: inspects TVL, DEX volume, pool depth and stablecoin flows to measure available liquidity and buying power.
  • On-chain valuation metrics: computes MVRV, NVT (smoothed by MA), SOPR and related indicators, and combines them into a weighted composite score for biasing decisions.
  • Output-ready reporting: produces a standardized snapshot table, whale activity summary, composite score, and plain-language conclusion for trading or research use.

Quick Start

Generate an on-chain analysis report for BTC using the past 90 days of active addresses, transfers, MVRV, NVT, SOPR, exchange balances and TVL and return a composite score with a short conclusion and recommended bias.

Frequently Asked Questions about onchain-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate MVRV and SOPR to generate crypto market signals?

On-chain metrics like MVRV, NVT, and SOPR measure network valuation and investor behavior using time-series blockchain data. The analysis applies moving-average smoothing to these inputs to produce a weighted composite score and plain-language market bias conclusions.

What is the best way to track whale activity and exchange inflows for BTC and ETH?

Tracking whale activity for BTC and ETH requires analyzing large transfers, exchange inflows, outflows, and wallet clustering signals. This approach identifies major supply moves by combining transfer monitoring with network activity data to distinguish real demand from capital-driven moves.

How do I assess DeFi TVL and DEX liquidity shifts using on-chain data?

Assess DeFi TVL and DEX liquidity shifts by inspecting pool depth, DEX volume, and stablecoin flows using on-chain data. This measures available liquidity and buying power to provide valuation context for mid- to long-term trading scenarios.

Does on-chain analysis work for short-term crypto trading or only long-term valuation?

On-chain analysis is designed for mid- to long-term signal generation and research scenarios. It evaluates network activity, whale transfers, and smoothed valuation metrics like NVT to detect adoption trends and over/under-valuation invisible to price-only analysis.

How do I combine multiple on-chain indicators into a single composite score?

Combine multiple on-chain indicators by computing MVRV, NVT, and SOPR, then applying moving-average smoothing to each. The analysis weights these smoothed metrics together to generate a standardized composite score that biases trading decisions.

What on-chain data do I need to start analyzing crypto network activity?

You need time-series on-chain inputs including active addresses, new addresses, transaction counts, transfer values, and exchange balances. These inputs feed into the derived metrics and whale tracking required to produce a standardized snapshot table and activity summary.