Agentic Workflows for Crypto Research

insights.glassnode發佈於 2026-04-01更新於 2026-04-01

文章摘要

AI coding agents are transforming crypto research by automating data analysis through natural language. This article demonstrates using an agent (like Claude Code) with the Glassnode CLI to test a hypothesis: whether extreme Bitcoin exchange inflows predict 7-day price drawdowns. The agent autonomously discovers metrics, fetches data, performs statistical analysis, and generates insights. Results show a moderate association—spike days saw ~1.9% greater drawdowns—though the sample is small. A follow-up prompt produces visualizations for validation. The workflow allows rapid iteration and is applicable to various research questions using Glassnode data, requiring only an API key and an AI agent.

AI coding agents are changing the way analysts and researchers interact with data. Instead of writing scripts line by line, you provide a hypothesis or research question to an AI agent and – it writes the code, fetches the data, runs the analysis, and returns results.

In this article we present a step-by-step real-world example: Asking an AI agent to download data via the Glassnode CLI, run a statistical analysis, and generate publication-ready charts, all from natural-language prompts.

What you will need

  1. Access to an AI agent

We use Claude Code in this walkthrough, but any agent able to execute Python and shell commands will work, including ChatGPT's Codex, Cursor, Github Copilot, Google Gemini CLI, OpenClaw, or similar tools.

  1. The Glassnode CLI (gn)

A command-line interface for the Glassnode API. Install it and configure your API key by following the Glassnode CLI docs. An API key is required.

The prompt

We will evaluate the following hypothesis: Extreme BTC exchange inflow events are predictive of 7-day forward drawdowns. To do that, we will instruct Claude Code using the following prompt:

Using the Glassnode CLI, download BTC daily exchange inflows and closing price for the last year. Analyze whether inflow spikes (days with inflows > 2 standard deviations above the mean) predict drawdowns in the following 7 days. Show me a summary with statistics and results.

That's it. One sentence describing the question, and another sentence defining the methodology. The agent takes it from there.

A simple prompt for the AI agent

What the agent does

Behind the scenes, the agent executes a sequence of steps:

  1. Discovers the right metrics by running gn metric list and gn metric describe to find the correct metric paths and valid parameters.
  2. Downloads the data via gn metric get, saving CSV files for both exchange inflows (transactions/transfers_volume_to_exchanges_sum) and closing price (market/price_usd_close).
  3. Writes and runs a Python analysis that computes the spike threshold, identifies spike days, calculates forward 7-day max drawdowns, and compares spike days to normal days.

The agent comes back with a readable summary:

While this is just an illustrative example, our experiment does reveal a moderate association between exchange inflow spikes and subsequent drawdowns. Spike days see roughly 1.9 percentage points more drawdown on average. That said, with only 10 spike days in the sample and the effect concentrated in two volatile periods, the signal is suggestive rather than statistically robust. A rigorous backtest would need to account for overlapping windows, control for volatility regimes, use point-in-time data, and validate out-of-sample.

Visualizing the results

Visualizing the data is a good way to validate whether the numbers hold up. In this process, a simple follow-up prompt is enough:

Create a visualization that shows the data as a timeseries.

From here, you can keep iterating: adjust the chart, refine the analysis, or take the research in a different direction, all through natural language conversation.

The AI-generated visualisation of Glassnode data

Get started with AI Crypto Research on Glassnode Data

The Glassnode CLI requires an API key, available to Glassnode Professional subscribers.

  1. Install the Glassnode CLI and configure your API key. See documentation
  2. Open your preferred AI coding agent (Claude Code, Codex, Cursor, Gemini CLI, OpenClaw, etc.)
  3. Start prompting. Try questions such as:
    • "Download ETH staking deposits for the last 6 months and plot the trend"
    • "Compare BTC and ETH exchange netflows over the last 90 days"
    • "Find which metric has the highest correlation with BTC 30-day returns"

The Glassnode CLI allows agents to discover and retrieve metric data without requiring manual API lookup or writing boilerplate code. Combined with an AI coding agent, the Glassnode CLI turns a research question into results in minutes.

相關問答

QWhat is the main advantage of using AI coding agents for crypto research as described in the article?

AThe main advantage is that AI coding agents automate the entire research workflow, allowing analysts to provide a natural-language hypothesis or research question, and the agent handles writing the code, fetching data, running analysis, and returning results, significantly speeding up the process.

QWhich specific AI agent is used in the walkthrough example for analyzing BTC exchange inflows?

AThe walkthrough uses Claude Code, but it notes that any AI agent capable of executing Python and shell commands, such as ChatGPT's Codex, Cursor, GitHub Copilot, Google Gemini CLI, or OpenClaw, would work.

QWhat hypothesis is tested in the example prompt given to the AI agent?

AThe hypothesis tested is: 'Extreme BTC exchange inflow events (days with inflows > 2 standard deviations above the mean) are predictive of 7-day forward drawdowns.'

QWhat are the key steps the AI agent performs behind the scenes after receiving the prompt?

AThe agent discovers the right metrics using Glassnode CLI commands, downloads the data (exchange inflows and closing price), writes and runs a Python analysis to compute spike thresholds and drawdowns, and returns a statistical comparison and summary.

QWhat is required to use the Glassnode CLI for AI-assisted research as mentioned in the article?

ATo use the Glassnode CLI, you need an API key, which is available to Glassnode Professional subscribers, and you must install and configure the CLI tool following the documentation.

你可能也喜歡

55TB 变 28TB?Rubin 内存要砍半背后的谣言与恐慌

6月4日,半导体研究机构SemiAnalysis发布报告,指出英伟达下一代AI超算平台Vera Rubin NVL72的内存配置可能低于预期:每机架CPU侧采用的SOCAMM DRAM容量或从预期的约55TB降至约28TB,主要因多数系统将安装96GB模块而非192GB。此消息引发市场对内存需求“腰斩”的恐慌,导致美光(MU)股价单日一度暴跌超10%,市值蒸发超千亿美元。 然而,文章分析认为市场解读存在误区。首先,Rubin平台采用的SOCAMM2模块为可插拔设计,允许后续灵活升级,初始配置降低不等于永久需求收缩。其次,降配主因是2026年LPDDR5X供应链极度紧张,英伟达为保障机架交付和算力尽快上线而采取的务实策略,实际反映的是需求压倒供给。再者,在同等内存供给下,降低单机架配置反而可能使英伟达组装并出货更多机架,对内存厂商的总订单量影响有限。 美光当日大跌,也被认为更多是受半导体板块整体情绪拖累——博通(Broadcom)因未上调全年AI芯片收入指引而股价重挫,叠加SemiAnalysis报告提供的叙事催化,共同触发了高位获利回吐。 文章最后指出,美光当前的核心风险在于其在Rubin平台HBM4订单中的份额偏低,而非SOCAMM配置变化。此次市场恐慌更多是基于对标题的片面解读,忽视了模块化架构的升级弹性与行业供不应求的背景。

marsbit28 分鐘前

55TB 变 28TB?Rubin 内存要砍半背后的谣言与恐慌

marsbit28 分鐘前

“老登股”变“新贵”:从戴尔到诺基亚,AI如何重估旧基础设施?

过去被视为增长缓慢的“老牌科技股”,如戴尔、诺基亚、思科、康宁、西部数据等,近期因AI热潮而表现亮眼。这并非简单的市场炒作,而是AI发展进入实际部署阶段的必然结果。 此前,AI投资焦点集中在英伟达等算力核心和模型上。但随着AI从理论走向实践,大规模建设数据中心和部署应用需要完整的系统工程能力。这恰恰是老牌科技公司的优势所在。它们凭借几十年积累的客户、供应链、系统集成和交付经验,在AI基础设施建设中找到了新角色。 具体而言,市场主要从三条线重估这些公司:一是服务器与系统集成(如戴尔、HPE),它们扮演着将GPU等核心部件整合成完整AI服务器并交付的“总包商”角色;二是网络与连接(如康宁、诺基亚、思科),AI算力集群的高效运行极度依赖高速互联和光纤网络;三是存储(如西部数据、希捷),AI产生的海量数据(包括训练数据、日志、冷数据)催生了对高性价比大容量硬盘的持续需求。 真正的重估需要满足几个条件:明确的AI相关订单和收入增长、公司因此上调业绩指引、以及利润质量的同步改善。AI并不会让所有传统公司重生,它只筛选出那些真正卡位关键基础设施环节、并能将新需求转化为可持续利润的企业。这轮行情标志着AI进入真实建设期,市场开始为“谁能把AI基建建起来”的能力定价。

marsbit48 分鐘前

“老登股”变“新贵”:从戴尔到诺基亚,AI如何重估旧基础设施?

marsbit48 分鐘前

交易

現貨
合約
活动图片