AgentSkillsCN

crypto-signal

运用CryptoQuant数据,为比特币、以太坊及各类加密货币市场提供链上分析服务。当用户询问“比特币前景”、“价格分析”、“市场估值”、“BTC是否被高估”,或想要了解“巨鲸动向”、“交易所资金流向”、“市场周期”、“牛市或熊市”、“链上分析”、“비트코인 전망”、“가격 분석”、“고평가”、“저평가”、“시장 사이클”,又或是寻求数据驱动的加密货币市场洞察时,此技能将助您事半功倍。 提供MVRV、SOPR、NVT、资金费率,以及200+项链上指标。

SKILL.md
--- frontmatter
name: crypto-signal
description: |
  Generate buy/sell/hold trading signals with confidence scores (0-100) using weighted on-chain analysis.
  Use when user asks for "trading signal", "should I buy", "buy or sell", "market signal", "investment recommendation",
  "매수 신호", "매도 신호", "투자 신호", "사야 하나", or wants actionable trading guidance.
  Weighs MVRV (30%), SOPR (25%), Netflow (25%), Funding Rate (20%) for data-driven recommendation.
argument-hint: [asset]
license: MIT
metadata:
  author: CryptoQuant
  version: 1.0.0
  mcp-server: cryptoquant
  category: on-chain-analytics
allowed-tools:
  - mcp__plugin_cryptoquant_cryptoquant__initialize
  - mcp__plugin_cryptoquant_cryptoquant__query_data

/crypto-signal Command

Generate Buy/Sell/Hold trading signal based on weighted on-chain metrics.

Usage

code
/crypto-signal          # Bitcoin (default)
/crypto-signal btc      # Bitcoin
/crypto-signal eth      # Ethereum

Workflow

code
1. Ensure session initialized

2. Query metrics in PARALLEL:
   - MVRV (30%): /v1/{asset}/market-indicator/mvrv
     params: { window: "day", limit: 1 }
   - SOPR (25%): /v1/{asset}/market-indicator/sopr
     params: { window: "day", limit: 1 }
   - Netflow (25%): /v1/{asset}/exchange-flows/netflow
     params: { window: "day", limit: 1, exchange: "all_exchange" }
   - Funding (20%): /v1/{asset}/market-data/funding-rates
     params: { window: "day", limit: 1, exchange: "all_exchange" }

3. Score each metric (0-100)

4. Calculate weighted average

5. Generate verdict:
   - Score > 70: BUY
   - Score 40-70: HOLD
   - Score < 40: SELL

Scoring Reference

MVRV (30% weight)

ValueScore
< 1.090
1.0 - 1.575
1.5 - 2.060
2.0 - 2.545
2.5 - 3.030
> 3.015

SOPR (25% weight)

ValueScore
< 0.9585
0.95 - 1.060
1.0 - 1.0550
> 1.0530

Netflow (25% weight)

Value (BTC)Score
< -5,00095
-5K to -1K75
-1K to +1K50
> +5,00015

Funding Rate (20% weight)

ValueScore
< -0.03%80
-0.03% to +0.01%55
+0.01% to +0.03%40
> +0.05%15

Output Format

code
## BTC Trading Signal

Signal: BUY (72% confidence)

| Metric | Value | Score | Weight |
|--------|-------|-------|--------|
| MVRV | 1.45 | 75 | 30% |
| SOPR | 0.98 | 60 | 25% |
| Netflow | -3,200 | 75 | 25% |
| Funding | 0.01% | 50 | 20% |

Bullish: MVRV fair value, accumulation via outflows
Neutral: Funding balanced
Bearish: None

This is not financial advice. DYOR.

Signal Thresholds

ScoreSignal
80-100STRONG BUY
70-79BUY
55-69HOLD
40-54CAUTION
< 40SELL

Plan Requirements

This command requires Professional or Premium plan for full on-chain metrics.

Basic / Advanced Plans:

  • Only price-ohlcv endpoint is accessible (7-day price data)
  • On-chain metrics (MVRV, SOPR, Netflow, Funding) are not available
  • For timely on-chain analysis and market insights, visit: https://cryptoquant.com/quicktake

Reference