longbridge-onchain
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineselongbridge-onchain
longbridge-onchain
On-chain data analysis framework — MVRV, NVT, SOPR, whale behaviour, TVL, and DEX liquidity.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
链上数据分析框架——包含MVRV、NVT、SOPR、鲸鱼行为、TVL及DEX流动性。
响应语言:匹配用户输入语言——简体中文 / 繁体中文 / 英文。
When to use
使用场景
Trigger on prompts asking for:
- On-chain valuation — "MVRV 是多少", "BTC MVRV ratio", "NVT 指标"
- Whale or address activity — "鲸鱼地址动向", "whale activity", "active addresses"
- DeFi / TVL — "以太坊 TVL", "DeFi TVL", "链上流动性"
- On-chain sentiment — "SOPR", "链上持仓盈亏", "on-chain profit/loss"
Data scope: Longbridge CLI provides spot crypto price and price history only. On-chain raw data (address activity, TVL, whale transfers) is not available via the Longbridge CLI — the user must supply external data (Glassnode, Dune Analytics, Nansen, etc.) or paste it directly. This skill interprets and synthesises that data.
当用户提出以下类型的请求时触发:
- 链上估值——"MVRV 是多少", "BTC MVRV ratio", "NVT 指标"
- 鲸鱼或地址活跃度——"鲸鱼地址动向", "whale activity", "active addresses"
- DeFi / TVL——"以太坊 TVL", "DeFi TVL", "链上流动性"
- 链上情绪——"SOPR", "链上持仓盈亏", "on-chain profit/loss"
数据范围:Longbridge CLI 仅提供加密货币现货价格及价格历史数据。链上原始数据(地址活跃度、TVL、鲸鱼转账数据)无法通过 Longbridge CLI 获取——用户需提供外部数据来源(Glassnode、Dune Analytics、Nansen 等)或直接粘贴数据。本技能负责解读并整合这些数据。
Workflow
工作流程
- Fetch crypto spot quote and recent price history from Longbridge.
- Ask the user to provide on-chain data, or guide them to a public source:
- Glassnode: MVRV, NVT, SOPR, active addresses
- Dune Analytics: DEX volume, TVL by protocol
- Nansen: whale wallet labels and flows
- DefiLlama: cross-chain TVL
- Interpret the metrics using standard thresholds:
- MVRV > 3.0 → historically overheated; < 1.0 → historically undervalued
- NVT > 90th percentile → overvalued relative to transaction throughput
- SOPR > 1 → holders selling at profit (potential distribution)
- SOPR < 1 → holders selling at loss (potential capitulation)
- Synthesise a verdict: Undervalued / Fair Value / Overheated / Distribution Zone.
- Cross-reference with price trend from Longbridge kline data.
If unsure of exact flag names, runbefore proceeding.longbridge <subcommand> --help
- 从 Longbridge 获取加密货币现货报价及近期价格历史数据。
- 请求用户提供链上数据,或引导他们前往公开数据源:
- Glassnode: MVRV, NVT, SOPR, active addresses
- Dune Analytics: DEX volume, TVL by protocol
- Nansen: whale wallet labels and flows
- DefiLlama: cross-chain TVL
- 使用标准阈值解读指标:
- MVRV > 3.0 → 历史过热区间;< 1.0 → 历史低估区间
- NVT 高于90分位值 → 相对于交易吞吐量被高估
- SOPR > 1 → 持有者盈利抛售(潜在出货阶段)
- SOPR < 1 → 持有者亏损抛售(潜在投降阶段)
- 整合得出结论:低估 / 合理估值 / 过热 / 出货区间。
- 结合 Longbridge K线数据的价格趋势进行交叉验证。
若不确定具体参数名称,请先执行命令。longbridge <subcommand> --help
CLI
CLI 命令
bash
undefinedbash
undefinedCrypto spot quote
Crypto spot quote
longbridge quote BTCUSD.HAS --format json
longbridge quote BTCUSD.HAS --format json
90-day daily price trend (ETH example)
90-day daily price trend (ETH example)
longbridge kline ETHUSD.HAS --period day --count 90 --format json
Supported crypto symbols use the `.HAS` suffix (e.g. `BTCUSD.HAS`, `ETHUSD.HAS`, `SOLUSD.HAS`).longbridge kline ETHUSD.HAS --period day --count 90 --format json
支持的加密货币符号使用 `.HAS` 后缀(例如 `BTCUSD.HAS`、`ETHUSD.HAS`、`SOLUSD.HAS`)。Output structure
输出结构
ON-CHAIN ANALYSIS — <TOKEN> <Date>
PRICE CONTEXT (Longbridge)
Current: $xx,xxx 7d: +x.x% 30d: +x.x%
90d Range: $xx,xxx – $xx,xxx
ON-CHAIN METRICS (from <source>)
MVRV: x.xx → [Undervalued | Fair | Overheated]
NVT: xxx → [Low | Normal | High]
SOPR: x.xxx → [Accumulation | Neutral | Distribution]
Active Addresses (7d avg): xxx,xxx
DEFI / TVL (if provided)
Total TVL: $xxB 7d change: +x.x%
Top Protocol: <Name> $xxB
VERDICT
<2–3 sentence synthesis combining price trend and on-chain signals>
Signal: [Bullish | Neutral | Bearish | Cautious]
DATA SOURCES
Price: Longbridge Securities
On-chain: <Glassnode | Dune | User-supplied>ON-CHAIN ANALYSIS — <TOKEN> <Date>
PRICE CONTEXT (Longbridge)
Current: $xx,xxx 7d: +x.x% 30d: +x.x%
90d Range: $xx,xxx – $xx,xxx
ON-CHAIN METRICS (from <source>)
MVRV: x.xx → [Undervalued | Fair | Overheated]
NVT: xxx → [Low | Normal | High]
SOPR: x.xxx → [Accumulation | Neutral | Distribution]
Active Addresses (7d avg): xxx,xxx
DEFI / TVL (if provided)
Total TVL: $xxB 7d change: +x.x%
Top Protocol: <Name> $xxB
VERDICT
<2–3 sentence synthesis combining price trend and on-chain signals>
Signal: [Bullish | Neutral | Bearish | Cautious]
DATA SOURCES
Price: Longbridge Securities
On-chain: <Glassnode | Dune | User-supplied>Error handling
错误处理
| Situation | 简体回复 | 繁體回復 | English reply |
|---|---|---|---|
| Crypto symbol not found | 请使用 .HAS 后缀格式,如 BTCUSD.HAS。 | 請使用 .HAS 後綴格式,如 BTCUSD.HAS。 | Use the .HAS suffix format, e.g. BTCUSD.HAS. |
| No on-chain data provided | 链上原始数据请从 Glassnode 或 Dune 获取后提供给我。 | 鏈上原始數據請從 Glassnode 或 Dune 取得後提供給我。 | Please provide on-chain data from Glassnode or Dune Analytics. |
| 请安装 longbridge-terminal 或通过 MCP 连接。 | 請安裝 longbridge-terminal 或透過 MCP 連線。 | Install longbridge-terminal or connect via MCP. |
| 请运行 | 請執行 | Run |
| Situation | 简体回复 | 繁體回復 | English reply |
|---|---|---|---|
| Crypto symbol not found | 请使用 .HAS 后缀格式,如 BTCUSD.HAS。 | 請使用 .HAS 後綴格式,如 BTCUSD.HAS。 | Use the .HAS suffix format, e.g. BTCUSD.HAS. |
| No on-chain data provided | 链上原始数据请从 Glassnode 或 Dune 获取后提供给我。 | 鏈上原始數據請從 Glassnode 或 Dune 取得後提供給我。 | Please provide on-chain data from Glassnode or Dune Analytics. |
| 请安装 longbridge-terminal 或通过 MCP 连接。 | 請安裝 longbridge-terminal 或透過 MCP 連線。 | Install longbridge-terminal or connect via MCP. |
| 请运行 | 請執行 | Run |
MCP fallback
MCP 备选方案
If binary is not found, fall back to and .
longbridgemcp__longbridge__quotemcp__longbridge__kline若未找到 可执行文件,则 fallback 到 和 。
longbridgemcp__longbridge__quotemcp__longbridge__klineRelated skills
相关技能
- — crypto spot price and market data
longbridge-quote - — price history and intraday chart
longbridge-kline - — on-platform capital flow signals
longbridge-capital-flow - — traditional equity valuation metrics
longbridge-valuation
- — 加密货币现货价格及市场数据
longbridge-quote - — 价格历史及日内图表
longbridge-kline - — 平台内资金流信号
longbridge-capital-flow - — 传统股票估值指标
longbridge-valuation
File layout
文件结构
skills/longbridge-onchain/
└── SKILL.mdskills/longbridge-onchain/
└── SKILL.md