Strategy Watch #3

insights.glassnodePublicado a 2026-04-23Actualizado a 2026-04-23

Resumen

Strategy Watch #3 provides institutional analysis of digital asset fund performance and allocation trends. Key findings show gradual stabilization in capital flows, with Bitcoin and ETH outflows improving from February lows but remaining negative. BTC ETF and DAT flows turned positive mid-March before moderating, while Ethereum flows followed more cautiously. DeFi TVL on Ethereum recovered significantly, nearing neutral by month-end. However, BTC CME basis yield turned negative, eliminating carry trade opportunities. The report also covers performance dispersion among strategies, a deep dive into quant trend following, on-chain vault yields, manager sentiment, and new institutional entries, including a $6B pension fund increasing crypto exposure.

The full report is freely available in PDF format.

Download PDF version

Welcome to Strategy Watch #3

Strategy Watch was built to address a clear demand for high-signal, impartial analysis of fund-level performance and allocation trends in digital assets.

Our objective is straightforward — to make Strategy Watch a must-read monthly publication for the digital asset investment community.

Funds and allocators that contribute data and insights help shape a more complete and valuable view of the landscape. If you have insights, data, or allocation updates worth sharing, we welcome your contribution.

Present your latest initiatives and updates to a curated audience of institutional allocators.

Share updates ↗

Inside the Latest Strategy Watch

The report is structured across six core sections, each focused on a distinct dimension of institutional activity in digital assets:

01 Institutional Flow Monitor | Early stabilization as BTC/ETH outflows improve and ETF demand recovers, but conviction in spot markets remains under pressure.

02 Fund and SMA Performance | Market-neutral strategies delivered consistent gains; directional performance remains highly dispersed.

03 Strategy Deep Dive: Quant Trend Following | What’s driving quant trend performance in a difficult environment for directional strategies? Hear directly from a fund manager.

04 On-chain Vault Performance | Are ETH curators underperforming ETH staking yield?

05 Manager Monitor | Find out how more than 300 managers are expecting the crypto market to perform over the next three months.

06 Allocation Updates | A $6B pension fund increases crypto exposure as new funds and institutional strategies continue to launch.

in partnership with

The Premier Digital Assets Allocator Platform. Learn more


Institutional Flow Monitor

  • BTC and ETH capital flows remained negative through March but continued to recover from February lows, while stablecoin inflows moderated alongside the broader stabilization.

Bitcoin and Ethereum continued to register net outflows through March, with capital flows closing the month at -$7.0B and -$1.6B respectively, a notable improvement from the -$9.6B and -$3.2B readings seen in mid-February. Stablecoin inflows also moderated to +$2.6B by month-end, easing from the +$6.2B peak earlier in March. The overall picture is one of gradual stabilization rather than recovery, with the acute phase of institutional de-risking losing momentum but conviction in spot assets remaining under pressure.

ETF & DAT Net Flows

  • BTC ETF and DAT flows swung decisively positive through March, with ETH channels following at a more measured pace before both eased into month-end.

Bitcoin ETF and DAT flows finally turned positive through March, reaching intra-month highs of +30.6k BTC and +46.8k BTC respectively mid-month before settling back to +17.6k BTC and +30.9k BTC by month-end. Ethereum flows mirrored the directional shift with less intensity, as ETF flows reached +46.6k ETH and DAT flows peaked at +295.9k ETH before easing to +261.9k ETH at close. The mid-month surge followed by minor pullback, suggests demand remains sensitive to wider market conditions, rather than a true sustained structural shift in institutional positioning.

DeFi TVL & Stablecoin Cap

  • DeFi TVL flows on Ethereum staged a significant recovery through March, reversing from peak February outflows to near-neutral territory by month-end.

After registering peak monthly outflows of $17.8B at end of February, Ethereum DeFi TVL flows recovered sharply through March, turning positive in mid-month and closing the period near neutral at -$0.75B. The pace of recovery was notable, with flows moving from double-digit outflows in early March to briefly positive readings around $4.9B by mid-month before settling back. While the trend shift is meaningful, a single month of stabilization is insufficient to declare a reversal of the broader contraction that has persisted since August 2025, and sustained inflows would be required to confirm a genuine return of allocator conviction in on-chain yield strategies.

CME Basis Yield

  • BTC CME basis yield turned negative through March, erasing the carry trade entirely, while ETH basis yield remained subdued but showed tentative signs of recovery by month-end.

Here we measure return available to institutions running cash-and-carry trades. After compressing through February to $17.3M/month, BTC basis yield crossed into negative territory mid-March and closed the month at -$3.9M, reflecting a full inversion of the carry premium. This signals futures are trading at a discount to spot, removing the economic rationale for market-neutral strategies entirely. ETH basis yield, already negative at end of February, oscillated in a narrow range before recovering modestly to +0.9M by month-end. Taken together, the carry environment for both assets remains structurally challenged, with meaningful recovery contingent on a sustained rebuilding of futures premium above spot.


Disclaimer: This report does not provide any investment advice. All data is provided for information and educational purposes only. No investment decision shall be based on the information provided here and you are solely responsible for your own investment decisions.
Exchange balances presented are derived from Glassnode’s comprehensive database of address labels, which are amassed through both officially published exchange information and proprietary clustering algorithms. While we strive to ensure the utmost accuracy in representing exchange balances, it is important to note that these figures might not always encapsulate the entirety of an exchange’s reserves, particularly when exchanges refrain from disclosing their official addresses. We urge users to exercise caution and discretion when utilizing these metrics. Glassnode shall not be held responsible for any discrepancies or potential inaccuracies. Please read our Transparency Notice when using exchange data.

Preguntas relacionadas

QWhat is the main objective of the Strategy Watch publication?

AThe objective is to make Strategy Watch a must-read monthly publication for the digital asset investment community by providing high-signal, impartial analysis of fund-level performance and allocation trends.

QWhat was the trend in Bitcoin and Ethereum capital flows through March as reported?

ABitcoin and Ethereum continued to register net outflows through March, closing at -$7.0B and -$1.6B respectively, which was an improvement from the -$9.6B and -$3.2B readings seen in mid-February.

QHow did the performance of market-neutral strategies compare to directional strategies?

AMarket-neutral strategies delivered consistent gains, while directional performance remained highly dispersed.

QWhat happened to the BTC CME basis yield in March?

AThe BTC CME basis yield turned negative through March, erasing the carry trade entirely and closing the month at -$3.9M, indicating futures were trading at a discount to spot.

QWhich section of the report discusses the performance of on-chain ETH vaults compared to staking yield?

ASection 04, titled 'On-chain Vault Performance', addresses whether ETH curators are underperforming ETH staking yield.

Lecturas Relacionadas

Claude Code Introduces Dynamic Workflows: Enabling AI to Form Teams and Collaborate

Claude Code introduces dynamic workflows, enabling AI to coordinate teams of specialized agents for complex tasks. This transforms Claude from a code assistant into a programmable workbench. Workflows address key limitations of single-agent systems: agentic laziness (premature task completion), self-preferential bias (favoring own outputs), and goal drift (losing sight of original objectives). The system allows Claude to dynamically create execution frameworks using JavaScript. It can split tasks, dispatch parallel agents for isolated work (e.g., in separate worktrees), implement adversarial validation, run tournaments, and synthesize results. This multi-agent approach is valuable for tasks requiring deep research, factual verification, code migration, root cause analysis, large-scale triage, and qualitative sorting. Key patterns include: classify-and-route, fan-out-and-synthesize, adversarial verification, generate-and-filter, tournaments, and loop-until-done. While token usage is higher, workflows excel where tasks resemble programming—needing problem decomposition, isolated context, hypothesis testing, and handling many details. They extend Claude Code's utility beyond technical work to areas like business plan review, resume screening, and naming brainstorm. The feature is not a universal solution but points to a future where AI tool competitiveness depends on organizing reliable, reusable, and auditable execution flows for complex goals.

marsbitHace 24 min(s)

Claude Code Introduces Dynamic Workflows: Enabling AI to Form Teams and Collaborate

marsbitHace 24 min(s)

Hyperliquid, Wall Street's 24/7 Trading Convenience Store

Hyperliquid: The 24/7 Trading "Convenience Store" for Wall Street Hyperliquid, a decentralized cryptocurrency exchange, has become a go-to platform for Wall Street traders seeking to trade around the clock, especially during traditional market closures. Founded by Jeff Yan, a former quantitative trader, after the FTX collapse, the platform emphasizes user self-custody of assets. It offers a wide range of perpetual contracts—leveraged derivatives with no expiry—on assets from Bitcoin and crude oil to the S&P 500 and even pre-IPO companies like SpaceX. A notable example involves a hedge fund trader who capitalized on geopolitical news over a weekend, securing a 243% return on oil derivatives before markets reopened. The platform, run by just 11 employees, generated approximately $800 million in revenue last year, and its native token HYPE has seen significant growth. Its rise highlights the merging of traditional finance and crypto. While U.S. users are currently restricted, recent CFTC rule changes could open access. The platform is known for its transparency, having processed $10 billion in liquidations during a market crash while competitors faltered. Regulators warn of the high risks and complexity of perpetual contracts for retail investors. Key to its appeal is a strong community culture, direct engagement with founders, and a simple interface. Despite rules against VPN use, it attracts global users with its permissionless approach. Hyperliquid plans to expand into prediction markets and options, aiming to eventually host all financial activity.

marsbitHace 24 min(s)

Hyperliquid, Wall Street's 24/7 Trading Convenience Store

marsbitHace 24 min(s)

Who Funds the Agents?

**Summary: Who Funds AI Agents?** OpenAI recently shut down a feature allowing AI agents to shop for users, highlighting the challenge of creating a secure and regulated environment for agent-driven transactions. While payment infrastructure exists, a crucial governance layer—defining spending limits, fraud detection, tax handling, and return policies—is largely missing. The potential is enormous: AI agents already processed $73M across 176M transactions last year, with McKinsey forecasting this could grow to $3-5T in global consumer commerce by 2030. The core competition isn't just about processing payments, which can be very cheap (especially with crypto-based settlement), but about controlling the rules that govern agent spending. Key players like Stripe and Coinbase are racing to dominate this governance layer. Stripe's acquisition of wallet provider Privy allows it to set spending policies, identity checks, and human-in-the-loop approvals directly at the wallet level. Similarly, Coinbase's stack, including its x402 protocol and AgentKit, embeds governance rules. This vertical integration across settlement, wallet, and governance layers is becoming the dominant strategy. Control over the governance layer is where significant future value lies. If agents handle trillions in transactions, even a small fee for managing compliance, fraud prevention, and policy enforcement could generate billions in annual revenue. The companies that successfully integrate across the payment stack will capture value from idle agent balances, transaction fees, and governance services, positioning themselves as the foundational banks of the AI agent economy.

marsbitHace 52 min(s)

Who Funds the Agents?

marsbitHace 52 min(s)

Trading

Spot
Futuros
活动图片