AMZN$231.08▲ 1.79%USDS$0.9995▼ 0.01%XMR$316.73▲ 3.01%XLM$0.1792▲ 1.19%GOOGL$341.93▼ 0.52%NATGAS$2.94▲ 6.14%NVDA$194.84▼ 0.46%MSFT$369.47▲ 4.72%XRP$1.05▲ 1.21%XAU$4,100.30▲ 1.73%XAG$59.67▲ 2.27%BNB$566.86▲ 2.13%ETH$1,583.53▲ 1.12%HYPE$65.15▲ 5.67%SOL$72.62▲ 9.73%BRENT$107.14▼ 8.65%TRX$0.3192▼ 1.28%NFLX$74.10▲ 4.51%MSTR$85.69▲ 0.42%ZEC$417.93▲ 4.96%DOGE$0.0754▲ 2.06%META$553.45▲ 1.95%AAPL$278.97▲ 1.39%COIN$149.38▲ 4.81%FIGR_HELOC$1.03▲ 0.24%LEO$9.29▼ 0.64%TSLA$385.89▲ 2.87%WTI$102.13▲ 1.80%BTC$60,140.00▲ 1.40%RAIN$0.0157▼ 0.35%AMZN$231.08▲ 1.79%USDS$0.9995▼ 0.01%XMR$316.73▲ 3.01%XLM$0.1792▲ 1.19%GOOGL$341.93▼ 0.52%NATGAS$2.94▲ 6.14%NVDA$194.84▼ 0.46%MSFT$369.47▲ 4.72%XRP$1.05▲ 1.21%XAU$4,100.30▲ 1.73%XAG$59.67▲ 2.27%BNB$566.86▲ 2.13%ETH$1,583.53▲ 1.12%HYPE$65.15▲ 5.67%SOL$72.62▲ 9.73%BRENT$107.14▼ 8.65%TRX$0.3192▼ 1.28%NFLX$74.10▲ 4.51%MSTR$85.69▲ 0.42%ZEC$417.93▲ 4.96%DOGE$0.0754▲ 2.06%META$553.45▲ 1.95%AAPL$278.97▲ 1.39%COIN$149.38▲ 4.81%FIGR_HELOC$1.03▲ 0.24%LEO$9.29▼ 0.64%TSLA$385.89▲ 2.87%WTI$102.13▲ 1.80%BTC$60,140.00▲ 1.40%RAIN$0.0157▼ 0.35%
Prices as of 17:15 UTC

Author: Carl A.

  • GitHub Copilot Switches to Token Billing. Agentic Work Costs More.

    On June 1, 2026, Microsoft’s GitHub division changed how it charges for Copilot. The announcement, made April 27 by GitHub VP Mario Rodriguez, framed it as a technical billing update: Premium Request Units — the fixed metering system that had governed Copilot charges since the product’s enterprise launch — were being replaced by GitHub AI Credits, where one credit equals $0.01 and consumption reflects actual token usage at published API rates. Base subscription prices, Rodriguez noted, remain nominally unchanged.

    That last sentence is doing a lot of work. For developers whose Copilot use consists of autocomplete and single-turn code suggestions, the change is close to neutral. For developers running agentic workflows — multi-step, multi-model tasks where an AI agent breaks a prompt into subproblems, executes each with a different model, synthesizes the output, and loops until done — token consumption per session is an order of magnitude higher than a standard code suggestion. For those users, the bill just got structurally larger, and a three-month promotional credit ($30 per Business seat, $70 per Enterprise seat through August 2026) is the only buffer between the old cost structure and the new one.

    The billing change is not an isolated product update. It is the most visible sign yet of a pressure Microsoft has been managing for two years: the compute economics of AI are straining the pricing models that were designed to sell AI as a fixed-cost productivity layer, and the company that invested approximately $190 billion in AI infrastructure for 2026 alone needs its AI products to generate returns that justify that number. GitHub Copilot’s shift to token billing is how Microsoft begins moving the cost of agentic AI from its own balance sheet onto its customers’.

    What the Billing Change Actually Means

    Under the old system, GitHub Copilot plans came with a defined monthly allocation of Premium Request Units. When those units were exhausted, users could either stop using premium model features for the rest of the month or purchase additional units. The model was predictable: a team could budget Copilot costs with the same certainty as a SaaS license, because the ceiling was fixed.

    Under the new system, there is no fixed ceiling for standard token consumption. GitHub AI Credits are debited as requests are processed, at rates that reflect the actual compute cost of each model call. A request routed to a lightweight model costs fewer credits than a request routed to a frontier reasoning model. An agentic workflow that chains five model calls in a single session costs five times more than a single-call interaction, plus any additional tokens generated by the agent’s internal reasoning steps. GitHub’s published June 1 changelog entry makes this explicit: billing now reflects ‘actual token consumption at published API rates.’

    The rate limit changes that accompanied the billing update are equally significant. Across Copilot Business, Copilot Enterprise, and individual plans, GitHub tightened the monthly caps on premium model requests. The practical effect for heavy agentic users is that the old soft limit — burn through your PRUs and the product continues working at a degraded model tier — has become a harder cost boundary, where additional usage accrues charges rather than degrading gracefully to a cheaper model.

    The promotional credits bridge the transition. Copilot Business customers receive $30 per user per month in GitHub AI Credits for June, July, and August 2026. Enterprise customers receive $70. At the $0.01 per credit rate, Business users get 3,000 credits per month and Enterprise users get 7,000. What the promotional period absorbs in actual usage before the credits are exhausted depends entirely on the model mix and session depth of each developer’s workflow. GitHub has not published conversion rates from the old PRU system to the new credit system, making the direct cost comparison between old and new difficult to calculate precisely in advance — which is itself a source of enterprise frustration with the change.

    Copilot Studio Did This Nine Months Earlier

    The GitHub Copilot change is not the first time Microsoft has moved a Copilot product away from a fixed-unit billing model toward token-based consumption. Microsoft Copilot Studio — the low-code platform for building custom AI agents on Microsoft’s infrastructure — made an analogous shift on September 1, 2025, when it rebranded its billing unit from ‘messages’ to ‘Copilot Credits.’

    The Copilot Studio transition was structured to appear change-neutral: the prepaid capacity pack remained 25,000 credits per month for $200 per month, and Microsoft’s documentation explicitly stated that ‘there’s no change in the quantity per prepaid pack or to the pay-as-you-go rate.’ The pay-as-you-go rate for Copilot Studio through Azure subscription is $0.01 per credit — the same unit price that GitHub is now applying to Copilot developer billing. The underlying billing architecture is identical across both products.

    The September 2025 Copilot Studio change was framed at the time as an administrative simplification — a common currency across Microsoft’s agent platform. In retrospect, it established the pricing infrastructure that GitHub’s June 2026 change builds on. Microsoft has been migrating its AI products toward a token-consumption billing standard since at least mid-2025, with each individual product change framed as a standalone update rather than an acknowledged architectural shift. The aggregate effect is a Microsoft AI portfolio where variable, consumption-based costs are replacing predictable fixed fees across the stack.

    The Agentic Compute Problem Microsoft Is Solving For

    GitHub’s own announcement language explains the economic pressure driving the change. ‘Agentic usage is becoming the default,’ Rodriguez wrote in the April 27 blog post, ‘and it brings significantly higher compute and inference demands.’ The shift from AI-as-autocomplete to AI-as-agent is not a marginal increase in resource consumption. A single agentic coding session — where a developer prompts Copilot to implement a feature, tests and debugs iteratively, generates documentation, and writes test cases — can consume token volumes that dwarf a month of traditional autocomplete interactions.

    The compute economics of agentic AI are structurally different from the compute economics of the single-turn AI that dominated 2023 and 2024. In a single-turn model, a user sends a prompt and receives a response; the infrastructure cost is bounded by the length of the prompt plus the response. In an agentic model, an AI system plans, executes multiple steps autonomously, evaluates intermediate outputs, and iterates — each step generating its own prompt-response cycle, often routed through frontier models that cost substantially more per token than the base models used for simple completions. GitHub has actively promoted these agentic capabilities: Copilot Workspace, agent mode in Visual Studio Code, and the Copilot Extensions platform were all shipped and marketed through 2024 and 2025 specifically to drive agentic adoption at depth. The billing model was not updated to reflect the resulting economics until June 2026.

    Microsoft’s promotional credit amounts offer an implicit reveal of how much heavy agentic consumption costs the company per seat. Enterprise customers receive $70 per month in credits — 7,000 credits at $0.01 each. If those credits represent a reasonable consumption budget for typical Enterprise usage, the implied monthly compute cost per active Enterprise seat is somewhere in the $70 to $150 range, depending on model mix and session depth. Against an Enterprise subscription price of approximately $39 per user per month, that implies a range of scenarios where Microsoft’s cost of serving a heavy agentic Enterprise user exceeds the subscription revenue from that user. The promotional credit amount is calibrated to cover what Microsoft expects the average heavy user to consume — which is why Enterprise gets more than double the Business allocation. After August, those costs transfer to the customer.

    Rodriguez’s statement that the change is ‘an important step toward a sustainable, reliable Copilot business’ is as direct an acknowledgment as a product announcement typically offers that the old model was not sustainable at the consumption levels agentic usage generates. The transition to token billing ensures that as usage intensity increases — which Microsoft’s own feature roadmap is designed to drive — revenue scales with it rather than running at an ever-widening deficit against infrastructure costs.

    The $190 Billion Problem Behind the Billing Change

    The compute sustainability argument for usage-based billing is real and would exist regardless of Microsoft’s financial position. But it does not exist in isolation from that position. Microsoft CFO Amy Hood disclosed during the company’s Q3 FY2026 earnings call on April 29, 2026, that Microsoft’s capital expenditure for the full calendar year 2026 would reach approximately $190 billion — a 61 percent increase over 2025’s approximately $118 billion, and more than three times the 2024 figure. The infrastructure investment is entirely oriented toward AI: data centers, networking, and the GPU clusters required to run inference at the scale Microsoft’s AI product ambitions require.

    Against that investment, Microsoft’s AI products need to generate a return that eventually justifies the $190 billion outlay. The problem is that the primary vehicle for that return — Microsoft 365 Copilot, the enterprise AI assistant bundled with the commercial M365 suite — has reached approximately 3.3 percent of its addressable market. At Microsoft’s Q2 FY2026 earnings call in January 2026, the company disclosed 15 million paid Copilot seats against a commercial M365 base of more than 450 million. By April 2026, the seat count had grown to 20 million — still under 4.5 percent penetration. The trajectory is positive; the gap to a number that justifies the capital commitment is substantial.

    Microsoft’s platform position creates leverage for this kind of monetization shift that a standalone AI tool provider could not exercise. GitHub Copilot is embedded in developer workflows that have switching costs — project history, institutional knowledge of the tool, integration with GitHub Actions and pull request workflows. That embeddedness gives Microsoft the ability to change pricing terms in ways that a product without those switching costs could not. The usage-based shift is, in part, an exercise of that embedded position: the product is valuable enough that most enterprise customers will absorb the billing change rather than migrate to alternatives.

    The capex math makes the timing of the billing change legible. Microsoft committed capital at a scale that requires its AI products to perform well beyond their current penetration rates. Usage-based billing accelerates per-seat revenue extraction from the customers already in the product without requiring new seat sales. A Copilot Business customer who moves from simple code completion to agentic workflows — which Microsoft’s own product roadmap actively encourages — pays more per month without any sales motion required. The revenue scales with usage, and Microsoft’s incentive is to drive usage up.

    What Enterprises Are Dealing With

    The enterprise reaction to the billing change reflects a broader tension in the Copilot deployment story. The adoption gap — 3.3 percent penetration despite two years of aggressive Microsoft marketing — is not primarily a pricing problem. It is a job-fit problem: enterprises have struggled to identify the specific high-value workflows where Copilot demonstrably improves output, and without that identification, broad seat deployment does not produce the ROI numbers that justify expansion.

    Usage-based billing adds a new dimension to that challenge. Under fixed subscription pricing, the cost of a Copilot deployment is known in advance: seats times price. A CFO approving 500 Copilot Business seats knows the monthly commitment is $9,500. Under usage-based billing, that number becomes variable — potentially higher if agentic adoption accelerates, potentially the same if teams use the product for simple completions, unpredictable in either case without close monitoring of token consumption per team and per workflow type. For enterprises already struggling to quantify AI productivity gains, unpredictable cost is an additional friction that slows expansion decisions.

    Microsoft’s internal assessment of Copilot adoption — the Code Red framing that emerged from its own usage data — acknowledged that Copilot had not achieved the workflow integration depth that would produce strong retention and expansion economics. The June billing change arrives at a moment when enterprise customers are still making those workflow integration decisions. Variable billing shifts the economic risk of low-utilization deployments from Microsoft to customers: if a team pays for seats and doesn’t use them, Microsoft absorbs no additional cost; if a team uses seats heavily for agentic work, Microsoft now captures that usage economically rather than eating the compute cost against a fixed subscription price.

    The variable billing structure also creates a competitive opening for AI coding alternatives that maintain flat-fee pricing. Cursor, Windsurf, and other IDE-first AI coding tools have built their enterprise growth partly on predictable subscription economics that make budget approval straightforward. If GitHub Copilot’s September billing materialized significantly above the current subscription cost for a developer cohort, those alternatives become an easier internal sell for teams that want cost certainty over model breadth. Microsoft’s embedded position in the GitHub and Azure ecosystem is the primary barrier against that substitution — but the June billing change makes the switching cost calculation more explicit for every enterprise Copilot buyer.

    For enterprise IT and procurement teams, the practical response is instrumentation. The three-month promotional window through August 2026 is, in effect, a measurement period: organizations that use it to understand their actual per-developer, per-workflow token consumption will be better positioned to forecast September costs accurately. GitHub’s billing dashboard exposes credit consumption at the organization and team level. The discipline to use it before the promotional period expires is the most direct thing enterprise Copilot buyers can do to avoid a billing surprise in September.

    The Question the Promotional Credits Don’t Answer

    The broader question the GitHub Copilot change raises is whether it marks the beginning of a Microsoft-wide pricing model shift. Copilot Studio moved to credits in September 2025. GitHub Copilot moved to credits in June 2026. Microsoft 365 Copilot — the flagship enterprise product, with 15 to 20 million seats and a $30 per user per month price point — remains on fixed subscription billing. If the agentic compute economics that drove the GitHub change apply equally to the M365 Copilot product, and they do, the fixed M365 pricing faces the same sustainability pressure. A move toward usage-based M365 billing would be a larger and more consequential change than the GitHub update — affecting enterprise agreements across thousands of organizations that have committed to fixed-cost AI budget lines.

    Microsoft has not announced any changes to M365 Copilot subscription pricing. The June 2026 GitHub update and the September 2025 Copilot Studio update are, so far, limited to the developer and agent-building products. But the direction is visible: Microsoft is moving toward a billing architecture where the cost of AI consumption is borne proportionally by the customers generating that consumption, rather than pooled across a subscriber base at a fixed price. The promotional credits buy time through August. What enterprises do with that time — instrument their usage, identify high-value agentic workflows, or defer the hard deployment decisions until billing forces clarity — will determine whether September 2026 marks a managed transition or a budget shock. And if M365 Copilot follows the same path, the September deadline becomes a preview of a much larger renegotiation between Microsoft and its enterprise customer base.

    Aggregation theory maps platform value to the ability to control distribution to a user base that cannot easily be reached elsewhere. Microsoft’s Copilot pricing shift from monthly subscription to token-based usage billing is an aggregation move in the precise technical sense: it is an attempt to insert a Microsoft-controlled metering layer between the enterprise’s AI budget and every individual agentic task that budget funds. Monthly subscription billing is a relationship between Microsoft and the enterprise CFO. Token billing is a relationship between Microsoft and every agent the enterprise runs. An enterprise running 50 developers on Copilot at a monthly seat price has a predictable cost line. An enterprise running 50 developers whose agents spawn sub-agents that each consume tokens has a cost surface that Microsoft now meters, monitors, and monetises at the task level. The unit economics shift sharply at agentic scale — not just for the enterprise, but for Microsoft’s revenue recognition. Microsoft’s stock underperformance against Alphabet and Amazon in 2026 is the market’s verdict on whether this metering strategy produces the returns the $190 billion capex commitment requires. The answer the market is currently giving is that token billing is a revenue mechanism, not a moat — and the distance between those two things is what the next four quarters will either close or confirm as permanent.

  • Liquid Staking in 2026: Lido’s Dominance Is No Longer Unassailable. Here Is What Has Actually Changed.

    Liquid Staking in 2026: Lido’s Dominance Is No Longer Unassailable. Here Is What Has Actually Changed.

    Liquid staking emerged as one of the most important DeFi product categories during 2022 and 2023, providing Ethereum holders with the ability to stake their ETH (capturing the staking yield that supports network security) while maintaining liquidity through liquid staking tokens that could be used in DeFi applications. Lido Finance established dominant market share through its stETH product, capturing over 30 percent of total staked ETH at the peak of its market share and producing what was for several years a structural concern about the concentration of Ethereum staking through a single provider.

    The competitive landscape for liquid staking in 2026 has evolved substantially from this earlier period. Lido remains the largest liquid staking protocol, but its share has compressed meaningfully as Rocket Pool’s rETH, Coinbase’s cbETH, the various other liquid staking providers, and the broader institutional staking infrastructure have captured share. The compression reflects both the strategic response to centralisation concerns and the broader competitive dynamics that have produced multiple credible LST providers.

    Understanding what has actually changed in liquid staking, what the current competitive dynamics look like, and where the broader staking infrastructure is heading provides important context for evaluating both the specific LST exposures and the broader Ethereum staking economics that affect institutional Ethereum positioning.

    What Lido Built and Why the Dominance Concerns Were Real

    Lido’s product architecture is straightforward: ETH holders deposit their ETH with Lido, Lido stakes the ETH across its network of validators, depositors receive stETH (the liquid staking token) representing their staked position, and the stETH can be used in DeFi applications while continuing to accrue the staking yield. The protocol’s competitive advantages have included a strong validator operator selection, robust technical infrastructure, deep DeFi integration that made stETH widely accepted across the major protocols, and the network effects that came from being the early dominant liquid staking provider.

    The dominance concerns about Lido were real and were taken seriously by the broader Ethereum community. A scenario where a single liquid staking provider controlled too large a share of total staked ETH would create centralisation risk for Ethereum’s broader security model — the consensus mechanism’s distributed security depends on validators being controlled by many independent operators rather than concentrated under a single coordinator. The Lido market share at its peak was approaching levels where the centralisation concerns required substantive responses.

    The Lido community’s response to these concerns included various decentralisation initiatives — expanding the validator operator set, implementing the distributed validator technology that allows multiple operators to share validator responsibility, and various governance and operational changes that aimed to reduce the centralisation risk that the market share concentration produced. The honest assessment is that these initiatives have made meaningful improvements but have not fully eliminated the structural concerns that the market share concentration produced.

    The Rocket Pool Decentralised Alternative

    Rocket Pool has positioned itself as the decentralised alternative to Lido, with an architecture that emphasises permissionless validator operator participation, lower minimum capital requirements for operators (the 8 ETH and 16 ETH “minipool” configurations that allow smaller operators to participate), and the broader decentralisation principles that the Ethereum community has prioritised. The rETH token has captured meaningful share of the liquid staking market, particularly from holders who prioritise the decentralisation properties.

    The honest competitive assessment of Rocket Pool is that the protocol’s decentralisation positioning has produced genuine advantages over Lido for users who prioritise these properties, but the broader user experience and DeFi integration have not always matched Lido’s leading position. The Rocket Pool market share growth has been substantial but has not produced the breakthrough position that would meaningfully reshape the broader liquid staking competitive picture.

    The structural challenge for Rocket Pool is that the decentralisation properties that differentiate it from Lido come with operational and user experience tradeoffs that affect the broader market adoption. The protocol’s success has been meaningful within the segment of users who specifically prioritise decentralisation; the broader liquid staking market has continued to be dominated by providers with different priority structures.

    The Coinbase cbETH and the Centralised Custodial Alternative

    Coinbase’s cbETH represents a fundamentally different positioning from both Lido’s decentralised-but-popular approach and Rocket Pool’s decentralisation-first approach. The cbETH product operates as Coinbase’s centralised custodial liquid staking offering, with Coinbase operating the validator infrastructure and providing the cbETH token as the liquid representation of the staked ETH position. The customer base for cbETH includes both Coinbase’s retail customers and institutional customers who prefer the regulatory and operational properties of a centralised regulated provider.

    Coinbase’s broader business model includes cbETH as one of the revenue-generating products that benefits from the company’s broader institutional positioning. The cbETH market share has been meaningful but smaller than Lido’s, reflecting both the broader Lido ecosystem positioning and the specific customer segments that cbETH addresses.

    The institutional customer segment specifically has been important for cbETH because institutional ETH holders often prefer the regulatory and operational properties of a US-regulated provider for their staking exposure. The competition between cbETH and the various other institutional staking infrastructure providers (Figment, Kiln, the various enterprise staking services) has been intensifying as institutional ETH staking has scaled.

    The Institutional Staking Infrastructure Layer

    The broader institutional staking infrastructure category includes several specialised providers that have built businesses around institutional ETH staking services. Figment provides staking services to a large institutional customer base including major asset managers, exchanges, and custodians. Kiln provides similar services with different specific positioning. The various other institutional staking providers serve specific customer segments and geographies.

    The institutional staking infrastructure has been particularly important for the broader Ethereum staking economics because it represents the segment where the largest absolute amounts of ETH are being staked. The institutional staking yield hierarchy has been substantially affected by the development of this institutional infrastructure, which provides services that integrate with traditional finance operational and compliance frameworks.

    The Pectra upgrade has been particularly relevant for institutional staking because the validator consolidation changes (the maximum effective balance increase from 32 to 2048 ETH) substantially reduce the operational overhead of running large institutional staking operations. The Pectra upgrade’s broader implications include improved economics for institutional staking infrastructure that has supported the continued growth of this segment.

    The Liquid Restaking Token Layer

    The liquid restaking token (LRT) category that emerged in 2024 has added another layer to the broader liquid staking ecosystem. Liquid restaking tokens (EtherFi’s weETH, Renzo’s ezETH, Puffer’s pufETH, and several others) operate on top of the underlying liquid staking infrastructure to provide exposure to EigenLayer restaking rewards in addition to the base liquid staking yield.

    The LRT category has added complexity and risk to the broader liquid staking ecosystem because the LRT exposure includes both the underlying liquid staking risks and the additional restaking-specific risks that EigenLayer participation involves. The honest user evaluation of LRT exposure requires understanding both the base liquid staking provider risk and the restaking-specific risks, which has limited the LRT adoption among users who prefer simpler liquid staking exposure without the additional risk layers.

    The competitive dynamics within the LRT category have been intense, with multiple providers competing for the relatively concentrated user base that wants the additional restaking yield exposure. The LRT market has consolidated somewhat from the early proliferation as users have evaluated the various providers and identified the ones with the strongest operational and risk management capabilities.

    The Honest Competitive Assessment for 2026

    The liquid staking competitive picture in 2026 has evolved into a more balanced market structure than the early Lido-dominated environment. Lido remains the largest provider but with reduced concentration risk, Rocket Pool has established a meaningful position for users prioritising decentralisation, Coinbase’s cbETH has captured the centralised regulated segment, the institutional staking infrastructure has captured the largest absolute ETH amounts through services to major institutions, and the LRT category has added another layer of complexity for users seeking additional yield exposure.

    The structural picture suggests that the liquid staking category has matured into one where multiple credible providers serve different customer segments with different priority structures, rather than the single-provider-dominant picture that characterised the earlier period. This evolution has been generally positive for the broader Ethereum ecosystem because it has reduced the centralisation concerns that the earlier Lido market share concentration produced.

    For investors evaluating liquid staking exposure: the choice of specific LST provider depends on the priority structure (centralisation tolerance, yield optimisation, DeFi integration depth, institutional regulatory properties, additional restaking exposure preferences). The aggregate liquid staking yield is similar across the major providers, but the specific risk profiles and the broader operational properties differ meaningfully in ways that affect the appropriate selection.

    For institutional Ethereum holders: the institutional staking infrastructure has matured into a credible commercial alternative to the retail-focused liquid staking products, with operational properties (regulatory compliance, reporting infrastructure, custody integration) that match the requirements of traditional financial operations. The broader institutional DeFi infrastructure development has been substantially supported by the institutional staking infrastructure’s evolution.

    The Forward Look

    The liquid staking competitive picture is likely to continue evolving over the next several years as the broader Ethereum staking infrastructure matures and as the specific competitive dynamics produce further consolidation or differentiation across the providers. The probable trajectory is continued moderate market share evolution rather than dramatic disruption, with the established providers maintaining their general positions while the specific competitive battles produce incremental share shifts.

    The structural factors that may affect the trajectory include the continued evolution of Ethereum’s staking economics (base staking yield trajectory, MEV revenue distribution, the various other factors that affect staker returns), the regulatory environment for liquid staking products (which has been favorable but could change), and the broader DeFi infrastructure evolution that affects the competitive value of specific LST products.

    The honest position is that liquid staking has matured into a stable competitive category with multiple credible providers, that the earlier centralisation concerns have been substantially addressed through both market share evolution and protocol-level improvements, and that the category continues to play an important role in Ethereum’s broader staking economics by providing accessibility and DeFi integration that pure validator operation cannot match. The next phase of evolution will likely involve continued incremental improvements in specific competitive dimensions rather than structural transformation of the category architecture.

    The Evaluation Framework That Actually Holds Up

    The story inside the liquid staking numbers that the conventional narrative was organised to prevent you from seeing is not about Lido’s dominance declining — it is about a category graduating from monopoly risk to genuine competitive structure. The difference matters enormously for how you evaluate LST products as a counterparty or as a portfolio constituent in 2026.

    The market that was 90% Lido in 2022 is now a multi-provider ecosystem where Lido has retained leadership at roughly 25-30% market share while Rocket Pool, Coinbase’s cbETH, Binance’s WBETH, and a growing liquid restaking layer have carved out specific user constituencies based on decentralisation preference, institutional custody requirements, and DeFi composability profile. That is not a story of Lido losing — it is a story of category maturation that has made each provider’s competitive proposition more legible than it was when the category was winner-take-all.

    The evaluation framework that holds up across market conditions requires assessing five dimensions simultaneously: validator set concentration (how many operators control the underlying stake, and is that number increasing or decreasing?), slashing risk architecture (what happens to stakers when a validator gets slashed, and who absorbs that loss?), smart contract audit depth and codebase age in production, governance record under adversarial conditions (has the protocol ever had to make a difficult decision and made it well?), and DeFi integration quality (what happens to the LST’s peg stability under sustained redemption pressure?). These are not static scores. They change quarterly, and they carry different weights depending on whether you are a retail DeFi participant, an institutional allocator, or a counterparty conducting due diligence on a protocol that holds LST collateral.

  • Treasury Auction Data 2026: What Bid-to-Cover Actually Shows

    Treasury Auction Data 2026: What Bid-to-Cover Actually Shows

    Michael Lewis’s reporting finds the specific instrument that makes the abstract legible. In Liar’s Poker, the instrument was the mortgage bond that turned Main Street payments into Wall Street trading positions. In The Big Short, it was the credit default swap that let a small group bet against the housing market while everyone else was betting with it. In the current fiscal cycle, the instrument is the Treasury auction itself — specifically the bid-to-cover ratio and the indirect-bidder allocation that reveals the real-time demand picture rather than the aggregate yield level that dominates financial commentary. The auction data is the bond market’s tell: it records what institutional buyers actually did with their money, not what economists predicted they would do or what policymakers hoped they would do. The Warsh stagflation framework provides the macroeconomic context that makes the auction signals interpretable — when Fed Chair expectations shift toward rate hikes rather than cuts, the question of who absorbs the new supply at which yield becomes the central number in the fiscal arithmetic. The bid-to-cover is that answer, auction by auction, in real time. It is the specific data point that makes the abstract — fiscal sustainability, debt dynamics, investor confidence — observable and testable rather than merely asserted.

    Treasury auction bid-to-cover indirect bidder dynamics 2026

    The Treasury auction calendar produces the most direct data about who is actually buying US debt and at what terms. Each auction publishes the bid-to-cover ratio (total bids relative to the amount auctioned), the breakdown across primary dealers, direct bidders, and indirect bidders (the latter being the category that captures foreign central bank participation), and the awarded yield versus the secondary market yield at auction time. The aggregate picture across the auction series for 2025 and 2026 reveals a structural demand environment that is more nuanced than the headline term premium discussions and the broader narrative of declining demand for US Treasuries typically suggest.

    The structural concern that has dominated the macro discussion — that the combination of sustained fiscal deficits, the Fed’s quantitative tightening, and the foreign central bank de-dollarisation pressures should be producing visibly weaker auction demand — has not fully materialised in the auction data. Yields have been elevated and term premiums have expanded, but the specific demand metrics in the auctions themselves have generally been adequate to absorb the issuance schedule that the Treasury has been running. Understanding why the auction demand has held up better than the structural framework would predict, and what the specific composition of demand actually looks like, provides important information about the supply-demand balance for Treasuries that the aggregate yield discussion does not capture.

    The Bid-to-Cover Story in 2025 and 2026

    The bid-to-cover ratio is the simplest summary metric for Treasury auction demand: it measures the total dollar amount bid at auction relative to the amount being auctioned. A bid-to-cover of 2.5x indicates that there was 2.5 times as much demand as supply at the prevailing auction price, with the implication that demand is broadly adequate. A bid-to-cover that falls toward 2.0x or below begins to signal demand weakness that may require higher yields to attract sufficient bids.

    The bid-to-cover data across the major Treasury maturities (3-month, 6-month, 1-year, 2-year, 5-year, 7-year, 10-year, 20-year, 30-year) through 2025 and 2026 has been generally consistent with historical norms and has not shown the systematic decline that a structural demand weakness would produce. Specific auctions have produced weaker bid-to-cover (often correlated with broader market stress episodes or with auction calendar concentration that produces temporary indigestion), but the trend across auction series has been stable rather than declining.

    The longer-maturity auctions — particularly the 20-year and 30-year — have produced more variable bid-to-cover data than the shorter maturities, which is consistent with the structural shift toward shorter-duration positioning that institutional investors have generally executed in response to the higher-for-longer interest rate environment. Long-duration Treasuries have been the most affected by the term premium expansion, and the auction data has reflected the more cautious institutional positioning at the longest end of the curve.

    The 30-year specifically has produced occasional weak auctions where bid-to-cover has dropped below 2.3-2.4x and where the awarded yield has been measurably above the secondary market yield at auction time — what the market refers to as a “tail” that indicates demand insufficient to absorb the supply at the prevailing market price. These weak auctions have produced specific market reactions and have contributed to the broader term premium expansion, but they have been episodic rather than persistent.

    The Indirect Bidder Share and What It Reveals

    The indirect bidder category in Treasury auctions captures bids submitted through primary dealers on behalf of customers — predominantly foreign central banks, sovereign wealth funds, and large foreign institutional investors. The indirect bidder share is therefore the most direct empirical signal about foreign official demand for US Treasuries that the auction system produces.

    The actual read of the indirect bidder data through 2025 and 2026 is that foreign participation has moderated somewhat from the elevated levels that characterised the pre-2022 period but has not collapsed in the way that the most aggressive de-dollarisation narratives would imply. The indirect bidder share at the 10-year auction — historically one of the most internationally participated maturities — has fluctuated in a range that is lower than the average pre-2022 share but is not dramatically different from recent historical norms.

    The specific countries that have been the largest foreign holders of Treasuries (Japan, China, the United Kingdom, the Cayman Islands as a proxy for various offshore vehicles, several other allies) have continued to participate in Treasury auctions even as their reported overall Treasury holdings have shifted. The dynamics are complex — Japanese institutional investors have maintained substantial Treasury exposure even as the BOJ has unwound some of its earlier accommodation, Chinese official holdings have continued to drift lower but have not collapsed, and the broader foreign demand has been replaced at the margin by domestic institutional demand from US asset managers and pension funds.

    The broader dollar weakness story has been somewhat at odds with the auction demand reality. The dollar has weakened against major reserve currencies despite the rate differential favoring USD, which has been attributed partly to structural de-dollarisation. But the structural de-dollarisation has not produced the auction demand weakness that the simple framework would predict — the foreign central banks that are diversifying their broader reserve composition have continued to maintain meaningful Treasury participation even as their portfolio allocations adjust at the margin.

    The Direct Bidder and Primary Dealer Dynamics

    The direct bidder category captures bids submitted directly to the Treasury without going through primary dealers. The direct bidder share is typically smaller than the indirect bidder share but provides interesting information about specific institutional categories (sometimes large US asset managers, sometimes large foreign institutions that have established direct bidding relationships) that participate directly in the auction process.

    The primary dealer share — bids submitted by the major broker-dealers that are required to participate in Treasury auctions as part of their primary dealer obligations — captures what is essentially the residual demand after the indirect and direct bidder demand is allocated. The primary dealers absorb whatever supply remains after other bidders have been satisfied, and they then distribute that supply through their own customer networks and proprietary positions.

    The primary dealer share has been somewhat elevated in 2025 and 2026 compared to longer historical averages, which is consistent with the indirect bidder share being modestly weaker. The elevated primary dealer participation has supported successful auctions but has produced primary dealer Treasury inventories that need to be distributed in the secondary market, which has contributed to the broader yield dynamics as the dealers manage their positions.

    The structural concern with elevated primary dealer absorption is that it represents a less stable demand source than direct end-user buying. Primary dealers buy at auction with the intent to redistribute, and their willingness to absorb supply at any given price depends on their assessment of subsequent demand. If the secondary market demand softens, primary dealers may reduce their auction participation, which would produce visibly weaker auction outcomes.

    The Specific Maturity Dynamics

    The Treasury auction calendar issues debt across a wide range of maturities, and the demand dynamics differ significantly across the curve. The short end (3-month, 6-month, 1-year) has generally seen strong demand throughout 2025 and 2026 because of money market fund demand, the broader institutional positioning for the Fed’s expected eventual cutting path, and the high coupon income that short-duration Treasuries provide at current rate levels.

    The intermediate maturities (2-year, 3-year, 5-year, 7-year) have had reasonable demand but with more variation across auctions. The intermediate maturity demand depends partly on institutional positioning for the Fed cutting path (where longer duration captures more capital appreciation if rates decline) and partly on the term premium dynamics that affect the yield curve shape.

    The long maturities (10-year, 20-year, 30-year) have been the most variable and have produced the auction stress episodes that have attracted the most attention. The structural challenges for long-duration demand include the term premium expansion that has reduced the relative attractiveness of long duration, the institutional shift toward shorter duration positioning, and the specific challenges that private credit and other alternative allocations have presented for institutional fixed income demand.

    The 30-year auction specifically has been monitored carefully because it has produced the most acute demand weakness episodes. The weak 30-year auctions have not produced sustained market dislocation but have contributed to the broader term premium discussion and have been interpreted by some analysts as leading indicators of structural demand weakness that the broader market should be more concerned about.

    The Issuance Composition and the Treasury’s Strategic Response

    The Treasury Department’s strategic response to the demand environment has been to manage the issuance composition to optimize for actual demand patterns rather than to insist on issuing equal proportions across the curve. The Treasury has issued more T-bills and shorter-dated coupon securities than would be consistent with historical issuance patterns, taking advantage of the strong short-duration demand and reducing the supply pressure on the long end where demand has been more variable.

    This strategic response has been criticized as kicking the duration extension problem down the road — the Treasury will eventually need to issue longer-duration debt to replace the maturing securities, and the current bill-heavy issuance simply postpones the test of long-duration demand to future periods. The Treasury’s counter-argument is that managing the issuance composition based on demand conditions is appropriate cost management for taxpayer-funded debt service, and that issuing more bills when demand favors them is the rational response to market conditions rather than capitulation to demand weakness.

    The Quarterly Refunding Announcements — the formal communications about issuance composition for the upcoming quarter — have been monitored closely by markets as signals of how the Treasury sees the demand environment. The TBAC (Treasury Borrowing Advisory Committee) recommendations and the subsequent Treasury decisions have generally validated the bill-heavy approach while leaving open the possibility of shifting back toward longer-duration issuance if demand conditions improve.

    What the Auction Data Means for Investor Positioning

    For investors positioning in fixed income exposure: the auction data supports a more measured view of US Treasury demand than the most aggressive structural narratives would suggest. The demand is adequate but variable, with specific stress episodes at the long end producing the term premium expansion that has affected longer-duration positioning. The shorter durations remain well-supported by demand and offer attractive coupon income at current rate levels.

    The investment implications include the continued attractiveness of short-duration Treasury exposure as a core holding, the more cautious approach warranted for long-duration positioning given the variable demand dynamics, and the importance of monitoring auction-by-auction data rather than relying on aggregate yield levels alone for understanding the supply-demand balance.

    The Fed cutting path remains the most consequential variable for Treasury positioning over the next 12-24 months. A scenario where the Fed cuts more aggressively than the current path implies would produce significant capital appreciation across the curve, with longer duration capturing the most benefit. A scenario where the Fed remains higher-for-longer would continue to favor the short end, where the coupon income is more attractive without the duration risk.

    For broader macro positioning: the auction data is a useful real-time indicator of the structural demand environment that does not directly correspond to the headline yield levels. The auction stress episodes that have occurred have generally been signals of marginal demand weakness rather than evidence of structural collapse, and the broader investor allocation decisions should reflect that nuanced reality rather than either the most alarming or most reassuring narratives that dominate the broader macro discussion.

    The US Treasury market remains the world’s deepest and most liquid fixed income market. The demand environment is structurally challenged but not in crisis. The auction data provides real-time evidence — auction-by-auction — that is more informative than aggregate yield levels for understanding where that challenge is and is not materialising.

  • Maker Became Sky and Sky Became Endgame. Here Is What Rune’s Modular DeFi Transformation Actually Looks Like in Production.

    Maker Became Sky and Sky Became Endgame. Here Is What Rune’s Modular DeFi Transformation Actually Looks Like in Production.

    Maker Sky Endgame modular SubDAO DeFi transformation 2026

    MakerDAO’s Endgame transformation, conceived by founder Rune Christensen and progressively implemented since 2022, represents the most ambitious restructuring of a major DeFi protocol since the category emerged. The protocol that pioneered decentralised stablecoin issuance through DAI rebranded as Sky Protocol in 2024, introduced a new stablecoin (USDS, alongside the continuing DAI), launched a new governance token (SKY, alongside the continuing MKR), and progressively implemented the modular SubDAO architecture that Rune described as essential for the protocol’s long-term scalability and governance sustainability.

    By 2026, much of the Endgame architecture is operational and the early evidence of how the transformation has affected the protocol’s performance, governance dynamics, and competitive position is available for assessment. The honest analytical question is whether the substantial complexity and disruption involved in the Endgame transformation has produced commensurate benefits — whether Sky in 2026 is meaningfully better positioned than Maker would have been if it had continued its more incremental development path.

    What Endgame Was Designed to Solve

    The conceptual problems that Endgame was designed to address are real and structural. MakerDAO’s governance had become increasingly cumbersome as the protocol grew, with high-stakes governance decisions requiring substantial MKR holder participation and producing decision cycles that were too slow for the operational pace that a multi-billion-dollar DeFi protocol requires. The protocol’s revenue had become increasingly dependent on real-world asset exposure (Treasury bills primarily) which created regulatory complexity and centralisation risk that the original Maker design did not contemplate. The collateral risk management had become more complex than the original DAO governance could effectively oversee.

    Rune’s response was to redesign the protocol around modular SubDAOs — semi-independent governance and operational units within the broader Sky ecosystem that could handle specific collateral types, specific application categories, and specific strategic initiatives without requiring central Sky governance for routine decisions. The architecture is conceptually similar to corporate divisional structures in traditional companies — different business units with operational autonomy operating under shared strategic governance — but applied to DeFi protocol structure.

    The dual-token system (USDS alongside DAI, SKY alongside MKR) was designed to provide flexibility during the transition while allowing existing DAI and MKR holders to continue operating with their familiar tokens. Holders could upgrade their DAI to USDS and MKR to SKY through optional conversion mechanisms, and the two parallel systems would operate alongside each other indefinitely with the option for the ecosystem to gradually converge on the new tokens.

    The SubDAO Implementation in Practice

    The SubDAO architecture has been implemented through a series of specific SubDAOs that have launched over the past two years. Spark Protocol — the lending SubDAO that allows users to lend and borrow against various collateral types — has grown into one of the largest lending platforms in DeFi by total value locked. The various MetaDAO governance units have been organised around specific operational responsibilities. The architecture has demonstrated that modular DeFi governance is feasible at production scale, which is a meaningful proof of concept even if some implementation details have required iteration.

    The honest assessment of the SubDAO architecture in operation is mixed. The operational autonomy that SubDAOs provide has accelerated certain decision-making and allowed specialised governance for specific areas. The complexity overhead of managing the broader Sky ecosystem has increased substantially, with SubDAO governance, intra-SubDAO coordination, and the overall Sky governance creating a multi-layered system that requires more sophisticated participation than the original Maker architecture demanded.

    The token-holder participation in Sky governance has remained challenging, similar to the participation challenges that affected MakerDAO in its later stages. The introduction of the SKY token has not fundamentally changed the dynamics of governance participation; the same approximately 10-20 percent of token supply actively engages in governance decisions regardless of the specific token branding. The Endgame architecture’s success depends in part on whether governance participation can be sustained across the expanded set of governance decisions that the SubDAO model creates.

    USDS and the Stablecoin Competitive Position

    USDS is the most directly comparable Sky asset to other stablecoins in the broader market. As of 2026, USDS supply has grown to several billion dollars and operates as one of the larger decentralised stablecoin alternatives to USDC and USDT. The collateral backing USDS includes both the original Maker collateral types (ETH, wstETH, real-world assets) and the expanded collateral types that the Sky architecture has enabled.

    The savings rate functionality — where USDS holders can deposit their tokens into the Sky Savings Rate module and earn variable yield from protocol surplus — has been a meaningful driver of USDS adoption. The broader stablecoin yield wars have placed USDS in direct competition with Ondo USDY (Treasury-backed yield), Ethena USDe (basis trade yield), and several other yield-bearing alternatives. The Sky Savings Rate yield has typically been in the 4-7 percent range depending on protocol revenue conditions — competitive with money market alternatives but lower than the yields available from more aggressive structures like USDe in favorable funding environments.

    The strategic positioning of USDS as a decentralised stablecoin with regulated transparency has been important for Sky’s appeal to certain user categories. DeFi users who prefer decentralised collateral over the regulatory dependencies of USDC and PYUSD have found USDS attractive as a stablecoin alternative that maintains decentralisation properties while providing operational reliability. Institutional users have been more cautious about USDS adoption because the decentralised governance creates different regulatory and operational considerations than the regulated stablecoin alternatives.

    The Real-World Asset Strategy and the Regulatory Dimension

    One of the most consequential strategic decisions in the Sky transformation has been the continued and expanded use of real-world assets as collateral and revenue sources. The Maker protocol that preceded Sky had begun substantial allocations to short-duration Treasury bills through partnerships with institutional asset managers, and Sky has continued and expanded this strategy with the explicit goal of generating substantial revenue from real-world asset yields that supports the broader Sky ecosystem economics.

    The regulatory complexity of operating a decentralised stablecoin protocol that holds substantial regulated asset exposure has been significant. The compliance infrastructure required to manage Treasury bill positions, banking relationships, and regulated investment manager partnerships has effectively created a centralised operational layer within an ostensibly decentralised protocol. The tension between decentralisation as a protocol principle and the operational requirements of managing regulated assets at scale has been one of the most discussed and least definitively resolved aspects of the Sky transformation.

    The broader RWA tokenization market has provided alternative venues for accessing real-world asset yields that compete with Sky’s RWA strategy. The competitive pressure has been to either generate higher yields on the RWA exposure than the dedicated RWA platforms can offer, or to find unique value propositions for RWA exposure within the broader Sky ecosystem (composability with DeFi protocols, governance involvement, etc.) that the dedicated RWA platforms cannot match.

    The Comparison to What Maker Would Have Been

    The counterfactual question — would Maker have been better off continuing its incremental development rather than executing the disruptive Endgame transformation — is impossible to answer definitively but worth considering. The pre-Endgame Maker had been growing reasonably well, generating substantial protocol revenue, and operating as the largest decentralised stablecoin protocol. The Endgame transformation has introduced substantial governance complexity, brand confusion (Maker, Sky, DAI, USDS, MKR, SKY operating simultaneously), and operational overhead.

    The bull case for Endgame is that the modular architecture provides the foundation for sustainable scaling that the original Maker structure could not have supported, that the broader brand and product positioning attracts different user categories than DAI alone would have reached, and that the strategic flexibility to launch SubDAOs for specific opportunities creates optionality that justifies the transition complexity.

    The bear case is that the transformation has been more complex than warranted, that the dual-token system has produced user confusion without proportionate benefits, and that the time and resources spent on Endgame implementation could have been more productively deployed on incremental improvements to the existing protocol. The available evidence from the post-transformation operating data is consistent with both interpretations to some degree — Sky has performed well by several metrics but has not dramatically outperformed what a well-executed incremental Maker strategy might have produced.

    What the Sky Transformation Reveals About DeFi Protocol Strategy

    The most useful lessons from the Sky transformation may be about DeFi protocol strategy more broadly rather than about the specific outcome for Sky itself. The Endgame initiative has demonstrated that fundamental protocol restructuring at production scale is feasible — DeFi protocols are not permanently locked into their original design choices. The architectural flexibility this implies is meaningful for the long-term evolution of the category.

    The transformation has also demonstrated the limits of what governance-driven protocol change can accomplish. The complexity of executing fundamental restructuring through token-holder governance produces decision cycles, communication challenges, and execution risks that often slow the pace of change below what the protocol’s strategic interests would optimise. The companies that have built DeFi protocols (Aave, Uniswap, Compound) have generally maintained more centralised operational control over major protocol decisions, which produces faster execution at the cost of the governance decentralisation principles that the original DeFi vision emphasised.

    For DeFi protocol developers and governance participants observing the Sky transformation: the lessons are about the appropriate scope and pace of protocol evolution, the tradeoffs between operational efficiency and governance decentralisation, and the practical mechanics of executing fundamental change in production systems with billions of dollars at risk. The contrast with Aave’s more incremental evolution and Morpho’s modular-from-the-start architecture illustrates that different strategic approaches to similar problems can produce reasonable outcomes through different mechanisms.

    Sky’s continued operation, growth, and protocol revenue generation in 2026 suggests that the Endgame transformation has produced a viable ongoing protocol that can compete in the modern DeFi environment. Whether Sky’s structure provides decisive advantages over alternative approaches will be revealed over the next several years as the protocols compete for market share, institutional adoption, and the broader DeFi opportunity that continues to expand even as the competitive structure evolves. The honest assessment is that Endgame was bold, the execution was reasonable, and the long-term result remains uncertain in ways that require continued observation rather than premature judgment.

    Genuine Modularity or Complexity as Switching Cost?

    The Innovator’s Dilemma offers a useful diagnostic framework for evaluating whether an architecture change creates real strategic value or simply produces complexity. Genuine modularity enables new entrants: it lowers the barrier to building new components, allows specialised teams to compete on individual layers, and produces competition that improves the overall system. Complexity that creates switching costs does the opposite — it raises the barrier to exit, makes the incumbent harder to replace, and produces value through lock-in rather than through genuine capability improvement.

    Sky’s SubDAO architecture sits uneasily between these two poles. The modular structure does allow independent teams to build SubDAOs that optimise for specific use cases — the allocation between SubDAOs reflects genuine strategic differentiation, and the governance tokens for each SubDAO create separate incentive structures that could in principle attract focused builder communities. This is genuine modularity in the sense that Christensen would recognise: the architecture opens surfaces that competing teams can develop.

    But the complexity of the full Endgame system — the token migration from DAI to USDS and from MKR to SKY, the multi-layer governance interactions, the smart burn engine mechanics — also functions as a switching cost. Participants who have navigated the migration, accumulated SKY, and understand the SubDAO governance dynamics face a high exit cost that has nothing to do with Sky’s actual quality as a stablecoin protocol. The complexity is not incidental. It is structurally embedded in the protocol design.

    The broader pattern in DeFi is instructive: protocols that build genuine modularity tend to attract third-party integrators who extend the protocol’s reach, while protocols that build complexity tend to see integrators work around them rather than through them. Aave’s relatively straightforward lending model has attracted more clean integrations than most more-complex DeFi architectures. Morpho’s approach, starting modular from day one rather than bolting modularity onto a legacy architecture, faces fewer of the transition costs that Sky has navigated. The honest assessment is that Endgame is probably both: genuine modularity in the SubDAO structure combined with complexity-as-switching-cost in the migration mechanics and governance layer. Whether the modularity produces enough competitive value to justify the complexity is a question the next two years of SubDAO performance will answer empirically.

  • US Corporate Buybacks Are on Pace for a Record Year. Here Is What That Actually Signals About the Corporate Sector.

    US Corporate Buybacks Are on Pace for a Record Year. Here Is What That Actually Signals About the Corporate Sector.

    US corporate buybacks record capital return 2026 S&P 500

    US corporate buyback activity in 2026 is on pace to exceed one trillion dollars across S&P 500 companies, a level that would have seemed implausible a decade ago and that significantly outpaces the dividend distributions the same companies are paying. The headline figure is the kind of data point that financial media report as evidence of corporate health, and the narrative typically frames record buybacks as a positive signal for shareholders. That framing is not wrong, but it is incomplete.

    The composition of the buyback activity — which companies are buying back, which sectors dominate the activity, and what the buybacks reveal about corporate confidence in reinvestment alternatives — tells a more nuanced story about the US corporate sector than the aggregate dollar figure conveys. Buybacks are simultaneously evidence of strong free cash flow generation, of capex hesitation in a sector that does not see attractive organic reinvestment opportunities, and of the narrowing concentration of corporate cash flow in a small group of companies whose dominance of the S&P 500 has structural implications for the index itself.

    What the Aggregate Buyback Number Actually Means

    The mechanical effect of a share buyback is to reduce the company’s share count, which mechanically increases earnings per share even if total earnings are unchanged. A company that earns $10 billion in net income and has 1 billion shares outstanding reports $10 in EPS; if it buys back 50 million shares at the same earnings level, the next quarter’s EPS becomes $10.53, a 5.3 percent EPS growth rate driven entirely by share count reduction.

    This mechanical effect is significant for the headline US equity market performance because reported EPS growth is one of the primary drivers of valuation models that analysts and institutional investors use. The earnings quality consideration is that a portion of headline EPS growth in 2025 and 2026 is buyback-driven rather than organic, and investors who interpret total EPS growth as evidence of business momentum may be overestimating the underlying revenue and operating leverage of the companies they are valuing.

    The cash flow being deployed into buybacks is real corporate cash flow — the buybacks have to be paid for with either accumulated cash reserves or new debt issuance. The decision to deploy free cash flow into buybacks rather than into other uses (capital expenditure, R&D, acquisitions, dividends, debt reduction) is a capital allocation choice that reveals what corporate management actually believes about the alternatives. When companies choose buybacks over organic investment at scale, the implication is that they see fewer attractive reinvestment opportunities than the headline growth narrative might suggest.

    The Sector Concentration of the Record Year

    The buyback activity in 2026 is not evenly distributed across the S&P 500. Five sectors account for the vast majority of total buyback dollars: technology (driven by Apple, Microsoft, Meta, Alphabet, and Nvidia), financials (driven by the major banks and the largest asset managers), energy (driven by ExxonMobil, Chevron, and the supermajors despite oil price volatility), consumer staples (driven by the consumer brands with strong free cash flow), and healthcare (driven by pharmaceutical companies and managed care).

    Within technology, the buyback concentration is even more striking. Apple alone has accounted for over a hundred billion dollars in annual buyback activity for several years, deploying its enormous free cash flow generation primarily into share repurchases rather than into new product categories, dividends at corresponding scale, or material acquisitions. Microsoft’s buyback authorisation is similarly large in absolute terms, though offset by the company’s significant ongoing AI infrastructure capex. Meta’s buyback activity has accelerated as the company has reorganised its capital allocation around the dual priorities of AI investment and shareholder return.

    The sectors with limited or declining buyback activity also tell a story. Utilities have not significantly increased buybacks because the AI data center power demand is producing a capex cycle that absorbs the cash flow utilities would otherwise return to shareholders. Industrials have been measured in buybacks as they manage through reshoring investments and uncertain demand. Materials companies have been cautious as commodity price volatility has produced inconsistent free cash flow generation.

    The Capex Hesitation That Buybacks Imply

    The most consequential interpretation of record buyback activity is that it reveals where corporate America is choosing not to invest. A trillion dollars in 2026 buybacks represents capital that could alternatively have been deployed into capital expenditure, research and development, acquisitions, or employment expansion. The choice of buybacks over these alternatives is information about what corporate management teams see as the marginal investment opportunity.

    Aggregate US corporate capital expenditure has grown in recent years, but the growth has been concentrated in the AI infrastructure buildout among the hyperscalers — a category that does not represent broad-based capex acceleration. Outside the hyperscaler AI capex, broad corporate America’s capex intensity has been muted relative to the level that would be expected given current revenue and profitability levels. The combination of strong free cash flow generation with restrained capex and elevated buybacks suggests that corporate America has more cash than productive investment opportunities to deploy it into.

    This is not necessarily a problem. There are economic environments where the appropriate corporate capital allocation is precisely to return capital to shareholders because the organic investment opportunities do not exceed the cost of capital. But it is also a signal that should be considered when evaluating expectations about future revenue growth, productivity gains, and the durability of current earnings levels. Companies investing aggressively in organic growth tend to be communicating something different from companies returning capital to shareholders, and aggregating both behaviours into a single market-level analysis obscures this distinction.

    The Debt-Funded Buyback Question

    A subset of buyback activity in any cycle is funded by new debt issuance rather than free cash flow. The economic substance of debt-funded buybacks is the substitution of equity capital for debt capital on the corporate balance sheet — increasing financial leverage in exchange for a smaller share count. This is a legitimate corporate capital structure decision but carries different risk implications from buybacks funded by genuine free cash flow.

    The historical pattern is that debt-funded buyback activity accelerates in environments where interest rates are low (making debt financing attractive) and decelerates in environments where rates are high. The higher-for-longer rate environment of 2026 has reduced the attractiveness of debt-funded buybacks compared to the 2020-2021 environment when corporate borrowing costs were near historical lows. Most of the 2026 buyback activity is being funded by free cash flow rather than new debt issuance, which makes the activity more sustainable than the cycle-low debt-funded activity of prior periods.

    The exception is in specific sectors and companies where management has explicitly committed to financial leverage targets that involve buying back stock funded partly by debt. Strategy (formerly MicroStrategy) represents the most aggressive example of debt-funded balance sheet management deployed toward asset accumulation rather than buybacks per se, but the model of using debt capacity to fund equity-related capital deployment exists on a spectrum across corporate balance sheets.

    What This Means for Equity Returns

    The buyback environment is structurally supportive of US equity prices through the mechanical demand effect: companies buying back their own shares are net buyers of equity that contribute to demand alongside institutional and retail investor flows. The aggregate demand effect of a trillion dollars in annual buybacks is significant relative to total US equity issuance and trading volumes, and the persistence of strong buyback activity provides a floor under valuations that would not exist if the demand were absent.

    The investment quality consideration is that buyback-supported equity returns are different from earnings-growth-supported equity returns. Buybacks accelerate EPS growth mechanically but do not improve the underlying business — a company with stagnant revenue and constant margins that grows EPS through buybacks is not creating value the way a company growing through organic revenue expansion is. Investors who pay premium multiples for buyback-driven EPS growth are implicitly betting that the cash flow generation that supports the buybacks is durable, which depends on the underlying business performance that the buyback mechanics do not directly reveal.

    For investors evaluating the US equity market in 2026: the record buyback activity is genuine evidence of strong corporate free cash flow generation among the largest companies. It is also evidence of capex hesitation and concentration of cash flow in a narrow set of companies whose performance increasingly dominates the index. The aggregate market signal embedded in the buyback data is positive — corporate America has more cash than it can productively reinvest — but the marginal investment opportunity is becoming harder to identify because the same dynamics that produce the buybacks also signal that organic growth runways may be more limited than the headline EPS growth suggests. The honest investor position requires looking at the buybacks not as unalloyed good news but as a specific signal about corporate confidence in reinvestment alternatives that is at least mildly cautionary even as it mechanically supports equity returns.

    The Patience Illusion: Why Record Buybacks Signal a Narrower Window Than They Appear To

    There is a version of the buyback story where it is a straightforward expression of corporate confidence. Companies have cash, they believe their stock is undervalued relative to alternatives, they buy it back. That is the textbook version. The more honest account acknowledges that buybacks have become something else: a tool for managing the EPS line when organic growth is difficult to sustain at prior rates.

    Morgan Housel describes the difference between patience as a competitive advantage and patience as an excuse for not thinking. The distinction applies here. A buyback program funded from genuine free cash flow surplus, with no deterioration in underlying business investment, is the former. A program funded by issuing debt at still-manageable rates while deferring the capex decision is closer to the latter. The 2026 data contains meaningful amounts of both, and the aggregate headline does not distinguish between them.

    The macro context matters in ways that aggregate buyback headlines obscure. The BOJ normalization and yen carry trade unwinding is repricing global cost of capital in ways that have not yet fully reached corporate balance sheets. Companies that funded buybacks with cheap floating-rate debt in 2023 and 2024 are facing a refinancing schedule that looks different in the current rate environment. This does not make the 2026 buyback pace wrong. It makes the sustainability question more urgent than the record pace alone implies.

    Energy sector dynamics add a second layer of complexity. The Iran ceasefire oil price collapse reduced windfall profits for the energy majors that had been among the most aggressive buyback programs. Exxon and Chevron are structurally committed to shareholder return programs. But their capacity to sustain or grow those programs is directly tied to commodity prices that are now structurally lower than the 2022-2024 range that funded the initial commitment.

    Technology adds a different tension. The AI data center power grid buildout has placed tech executives in an unusual position: they are simultaneously running the largest buyback programs in history and facing pressure to deploy the largest capex budgets in history. Microsoft, Apple, and Alphabet can sustain both. The question is whether the capex commitment is being adequately funded or whether the buyback program is being maintained at the expense of the investment that justifies the valuation multiple.

    Companies with meaningful China revenue exposure are buying back shares at valuations that assume those streams remain intact through China deflationary transition and accelerating domestic substitution. If that assumption is wrong, the buyback program amplifies the downside: management signalled confidence at the wrong time, and the share count reduction leaves less cushion when earnings disappoint.

    The Trump fintech executive order regulatory shift opens one offset. Financial services and fintech companies with buyback capacity may find that access to Fed master accounts changes their revenue calculus enough to justify continued shareholder returns even as others hesitate. But this is sector-specific, not a general offset to the capex and macro pressures building elsewhere.

    Record buyback volume is a real data point. It is not a clean signal of corporate health. The difference between those two things is where the analytical work actually sits.

    Aggregation Theory at the Capital Allocation Layer: What Record Buybacks Say About Platform Power

    Ben Thompson’s aggregation theory identifies the companies that have built the most durable competitive positions as the ones that control the user relationship — and therefore extract the surplus value that was previously distributed across the supply chain. Applied to capital allocation, the record buyback programs of 2026 are a revealing signal about which companies have reached the aggregation endpoint: the companies returning the most capital are the ones that have concluded that no available investment opportunity offers a return that exceeds the value of returning cash to shareholders. This is the aggregator’s mature phase — the phase where the network effect and switching cost moats are so well-established that internal reinvestment cannot match the return on the existing business.

    Thompson’s framework identifies a specific tension in the mature aggregator’s capital allocation decision: the aggregator that returns capital signals that it has no better use for the cash, which is both evidence of dominance (the moat is wide enough that the incremental dollar returned is worth more than the incremental dollar invested) and a warning about future growth (the reinvestment rate is declining, which means the compounding engine is slowing). The companies running the largest buyback programs in 2026 are the ones that dominate their aggregation categories — Apple in consumer hardware and services, Microsoft in enterprise software, Meta in social advertising — and the buyback programs are partially a signal that the moat in each category is wider than the internal investment pipeline can productively deploy against.

    The implication for the next generation of aggregators — the companies in the earlier phases of the aggregation cycle — is that the capital being returned by the mature aggregators is the capital that should be flowing into the challenger positions. When Apple returns $90 billion in a year rather than deploying it into the next generation of infrastructure, the implicit bet is that no infrastructure investment available to Apple generates a better return than the buyback. The companies that disagree with this assessment and are deploying capital into AI infrastructure, physical infrastructure, and new platform categories are the ones that believe there are uncaptured aggregation opportunities worth investing at the expense of near-term capital returns. Enterprise AI investment is the clearest current case: the companies deploying $300 billion in AI infrastructure capex instead of returning the capital through buybacks are making an explicit bet that the AI infrastructure investment will create a new aggregation layer whose value exceeds the cost of capital deployed. If that bet is right, the current period of capital deployment — at the expense of buyback programs — will look like what Amazon’s infrastructure investment looked like in 2014: expensive relative to the current earnings, transformative relative to the 2030 competitive position.

    Thompson’s aggregation theory has a specific prediction for the crypto infrastructure capital allocation context: the protocols that achieve genuine aggregation — controlling the user relationship in a way that allows them to extract value from the supply side — will eventually exhibit the same mature aggregator capital allocation pattern, either through token buybacks, fee revenue distribution, or treasury allocation to activities with returns above the internal reinvestment rate. Microsoft’s developer squeeze is a case where the mature aggregator is attempting to extend the buyback-phase economics into a category (developer tools) that is not yet at the aggregation endpoint, which is producing the extraction dynamic rather than the natural mature-phase dynamics. Crypto VC deployment patterns are the mirror of the buyback signal: VC is deploying into categories where the aggregation dynamic has not yet concentrated, betting on capturing the pre-aggregation value that the mature aggregators’ buyback programs are implicitly admitting they can no longer find in their own reinvestment pipelines. On-chain private credit aggregation is one of those pre-aggregation bets: the protocol that successfully aggregates institutional lenders and borrowers at the on-chain layer will eventually be in the position to run the surplus extraction that the mature aggregators are currently running at the software layer. Prediction markets on S&P 500 buyback pace for full-year 2026 are pricing a record — which Thompson’s framework reads as the mature aggregator phase having arrived simultaneously across multiple category leaders, compressing the available reinvestment opportunities at exactly the moment when the next-generation infrastructure requires the most capital.

  • Crypto Venture Capital in 2026: Where the Money Is Actually Going and Why Consumer Apps Are Out.

    Crypto Venture Capital in 2026: Where the Money Is Actually Going and Why Consumer Apps Are Out.

    Crypto venture capital 2026 — funding cycle infrastructure investment and consumer app allocation

    Crypto venture capital deployment in 2026 looks very different from the deployment pattern of 2021 and 2022, when total industry capital flow peaked at over thirty billion dollars annually and was distributed across consumer applications, NFT marketplaces, metaverse projects, gaming studios, and trading platforms in approximate proportions that reflected the narrative attention of that cycle. Total capital deployed has recovered substantially from the 2023 trough but remains well below the 2021-2022 peak. The composition has shifted decisively toward categories that institutional investors evaluate using the same frameworks they apply to traditional venture investments — infrastructure, financial services, regulated products, and the AI-crypto intersection that represents the most discussed thematic emergence of the past two years.

    The categories that received substantial capital in the previous cycle and now struggle to raise are equally telling. NFT projects, consumer-facing dapps without clear revenue models, metaverse infrastructure absent specific enterprise use cases, and play-to-earn gaming have collectively seen funding decline by orders of magnitude. Understanding which projects can raise capital and which cannot — and what that reveals about institutional and venture investor perception of the crypto ecosystem — provides the clearest view of where the industry’s commercial maturity is actually developing.

    The Categories That Are Funded

    Infrastructure investments — the foundational technology layers that other applications build on — have received the largest share of 2025 and 2026 crypto venture deployment. This includes Layer 1 blockchain platforms (Monad, Berachain, and several others have raised substantial rounds), Layer 2 scaling solutions, oracle and data infrastructure (Chainlink continues to attract investment despite its market position), cross-chain bridging and messaging protocols, and the developer tooling that makes building on crypto infrastructure operationally feasible.

    The investor logic behind infrastructure deployment is straightforward: infrastructure layers capture value over long time horizons as the applications built on them grow, the comparison to internet infrastructure in the 1990s and cloud infrastructure in the 2000s suggests that the foundational layers of any technology wave often produce the largest sustained returns, and infrastructure investments can be evaluated using technical due diligence that institutional investors are equipped to perform. The Layer 1 competitive dynamic has been a particularly visible focus of infrastructure VC activity.

    Financial services and DeFi infrastructure remain a focus of capital deployment, though the structure has evolved from the 2021 emphasis on protocol governance tokens to a 2026 focus on platforms that look more like financial services businesses with revenue, regulatory compliance, and institutional product orientation. Maturing DeFi credit infrastructure like Morpho’s vault architecture and the lending protocols that institutional investors can engage with represent the visible commercialisation of the segment.

    Tokenized real-world assets have attracted substantial venture investment as the institutional appetite for on-chain Treasury products and money market funds has been demonstrated by BlackRock’s BUIDL, Ondo Finance, and several other established issuers. The RWA tokenization market has been the most directly venture-fundable thesis in crypto because the unit economics are legible to traditional finance investors and the regulatory pathway is reasonably well-defined.

    The AI-Crypto Intersection

    The most discussed thematic emergence in 2025 and 2026 has been the intersection of AI and crypto, encompassing decentralised compute marketplaces, blockchain-coordinated AI training data, on-chain agent infrastructure, and the broader question of whether AI capabilities should be deployed through decentralised rather than centralised channels. Capital has flowed into this intersection at scale: Bittensor’s TAO ecosystem has attracted substantial investment, decentralised compute marketplaces like Akash and IO.net have raised significant equity rounds (in addition to their token economics), and an entire cohort of AI-crypto startups has emerged with varying degrees of commercial substance.

    The honest assessment of AI-crypto requires separating the categories where the intersection adds genuine value from those where blockchain components are decorative additions to AI products. Distributed compute marketplaces serving real AI workloads represent the most defensible part of the intersection because the value is in the compute access, the coordination mechanism is incidental, and the demand exists independent of crypto narrative.

    The categories where AI-crypto integration is more decorative include “AI agents” running on blockchains primarily as marketing positioning, decentralised AI training projects that have not demonstrated competitive results against centralised alternatives, and tokenised AI projects whose business model relies more on token mechanics than on the AI products they nominally provide. The venture investors who can distinguish substantive AI-crypto projects from positioning exercises generally do; the capital that flows into the less substantive projects represents speculation rather than informed investment.

    The Categories That Are Not Funded

    Consumer-facing crypto applications — wallets aimed at retail users, dapps targeting mainstream adoption, social and community-focused projects without clear revenue models — have lost most of their funding access. The investor concern is straightforward: the 2021-2022 consumer crypto cycle produced limited commercial validation. Most consumer-facing crypto products attracted users only through token incentives, lost those users when incentives stopped, and have not produced sustainable consumer behaviour that justifies the unit economics of acquiring and retaining users.

    NFT projects beyond a few that have evolved into broader brand businesses (Pudgy Penguins is the most prominent example) have effectively lost venture funding access. The decline reflects both the structural overcapacity of NFT collections that emerged during the 2021-2022 boom and the slow recovery of NFT trading volumes from the post-bull-market collapse. Venture investors who funded NFT platforms and creator tools during the boom have largely written down those positions.

    Metaverse infrastructure projects targeting consumer adoption have similarly lost funding momentum. The conviction that virtual world platforms would be the next consumer internet category has not been validated by consumer adoption patterns; the metaverse-positioned projects that have raised in 2025 and 2026 have generally been those targeting specific enterprise use cases (industrial training, design collaboration) rather than the consumer virtual world thesis that dominated 2021-2022 funding.

    Play-to-earn gaming as a venture category has effectively been killed. The economic models that defined the 2021-2022 P2E boom — token rewards for gameplay, NFT asset ownership tied to game mechanics — have been demonstrated to be unsustainable in their original form. Some gaming projects have raised by repositioning as crypto-enabled traditional games rather than P2E primarily, but the P2E thesis itself does not attract institutional capital in 2026.

    The Stage Distribution and What It Reveals

    The crypto venture deployment pattern in 2026 also reveals important information about ecosystem maturity through its stage distribution. Series A and Series B rounds — capital deployed into companies with demonstrated product traction and clear paths to scale — have grown as a share of total deployment. Seed and pre-seed rounds — the speculative capital that defined the 2021 cycle — have declined proportionally. Late-stage and growth equity rounds for crypto businesses pursuing IPO or strategic acquisition paths have emerged as a meaningful new category.

    This stage distribution implies that institutional crypto venture investors have shifted from a “fund many seed-stage experiments and see what works” approach to a “concentrate capital in proven companies and scale them” approach. The shift is consistent with how venture industries mature across multiple technology waves: the speculative-experimental phase ends, the commercial validation phase begins, and capital concentrates in winners.

    For founders and operators in the crypto ecosystem, this stage distribution shift has significant practical implications. Speculative ideas without commercial traction are harder to fund than at any point since 2018. Demonstrating revenue, user retention, or institutional customer commitment is the entry requirement for serious venture conversations. The category-positioning game that worked in 2021 — claim to be in a hot category, raise on narrative — has been replaced by the harder requirement of showing actual business performance.

    The Geographic and LP Composition

    The geographic distribution of crypto venture capital in 2026 has shifted modestly but meaningfully. US-based venture firms remain the largest source of capital but have been joined by an expanding set of Asian (particularly Singapore-based) and Middle Eastern (Abu Dhabi and Saudi-affiliated) institutional investors. The Middle Eastern sovereign wealth fund participation in crypto venture has grown substantially and represents one of the most consequential changes in the institutional capital base.

    The LP composition of crypto venture funds has matured. The retail capital that flooded into crypto funds during the 2021 boom has been largely replaced by institutional LPs — pension funds, endowments, sovereign wealth funds, and family offices — that have made more measured allocations within their alternative investment programs. The professionalisation of the LP base creates pressure on crypto venture managers to demonstrate returns through conventional measures (DPI, TVPI, MOIC) rather than the token mark-to-market figures that dominated 2021-2022 reporting.

    For projects and operators in the ecosystem: the institutional LP base means that crypto venture funds are evaluated on conventional return metrics, which means that the companies they fund will be evaluated on conventional commercial metrics. The crypto-native frameworks for evaluating success (TVL, transaction volume, token price) are being supplemented or replaced by the standard venture metrics (revenue growth, gross margin, customer acquisition cost, retention). The companies that have built businesses legible to traditional venture investors are the ones that will continue to attract capital; the projects that exist primarily as token economics are facing the funding environment that the 2025-2026 data is making clear.

    The Power Test: Which Crypto Bets Build Moats That Persist

    Hamilton Helmer’s Seven Powers framework was built to answer a single question: what makes a business durable rather than merely profitable for a moment. Applied to crypto venture capital in 2026, it cuts through a lot of noise. The question is not which category is attracting capital. The question is which of those bets, if they work, produces the kind of structural advantage that prevents competitive erosion.

    Infrastructure bets score reasonably well on process power. Sequencer operators, cross-chain messaging layers, and ZK proof systems are accumulating operational knowledge that is genuinely hard to replicate. A sequencer team that has handled production throughput for eighteen months knows things about failure modes that a well-funded newcomer cannot learn from documentation. That is not a guaranteed moat, but it is a real one.

    AI-crypto intersection investments are harder to evaluate on durability grounds. Most of what is labelled AI infrastructure on-chain is a compute marketplace with token mechanics layered on top. The AI data center power grid buildout dynamic shapes this directly: hyperscaler dominance drives power contracts that smaller players cannot access. If Nvidia-grade hardware is capacity-constrained at the infrastructure level, a token-denominated marketplace for that hardware does not fix the physical scarcity. It adds a pricing layer. That is not the same as solving the problem.

    The bitcoin treasury company model thesis illustrates a different category of power: cornered resource. Companies that accumulated Bitcoin at sub-$30k prices have a cost basis advantage that cannot be competed away. Venture capital following that thesis in 2026, at current prices, is making a different bet. The first entrants had a structural advantage. Late capital does not inherit it.

    On-chain trading infrastructure is the one area where network effects are actually visible in the data. Hyperliquid’s volume growth relative to centralised exchanges demonstrates what liquidity network effects look like when they compound. A DEX that captures a meaningful share of perpetuals volume attracts market makers because the flow is there. Market makers tighten prices. Tighter prices attract more traders. That is a real flywheel, and ventures backing the tooling layer around it are backing something defensible if the underlying venue wins.

    Consumer crypto applications continue to fail the power test. Distribution advantages remain elusive. The regulatory shift enabling crypto firms to access Fed master accounts changes the addressable market for payment applications, but access to a payment rail is not the same as a reason for users to prefer your interface over the next. No durable consumer crypto franchise has demonstrated retention past the incentive period.

    The Bitcoin Layer 2 ecosystem sits in an interesting position. The thesis depends on whether Bitcoin’s security budget and brand trust can bootstrap a new execution environment. That is a cornered resource argument, but it depends on something Bitcoin’s developer community has historically resisted: significant protocol-level changes. The bets that work here will be those built on Bitcoin’s neutrality as the moat itself, not those requiring consensus to shift.

    The useful question for 2026-vintage crypto VC is not where the narrative is pointing. It is where the moat sits, who holds it, and whether the capital entering now arrives before or after the defensible position has already been established. Most of the interesting positions are already held.

    Counter-Positioning and Scale Economies: What Seven Powers Predicts for the 2026 Crypto Infrastructure Cycle

    Hamilton Helmer’s Seven Powers framework is most useful not for evaluating current competitive positions — which the market already prices — but for predicting which positions will be defensible in 2028 and 2030 against well-resourced competitors who are watching the same opportunity and have two years to respond. The crypto infrastructure investment cycle of 2026 is generating significant VC commitment to several distinct infrastructure categories, and the question that Helmer’s framework asks of each is: which of the seven powers will this business have when the first wave of well-resourced imitators arrives?

    Scale economies in crypto infrastructure are genuine but narrow: the businesses that achieve scale advantages tend to be the ones with significant fixed cost infrastructures that are expensive to replicate — protocol security through validator networks, custody infrastructure, compliance and regulatory relationship buildout. The businesses that appear to have scale economies but actually have network effects are the more interesting category: an exchange that grows its order book depth as its user base grows is exhibiting a network effect (more users → better prices → more users), not just a scale economy. The VC bets that are most defensible in Helmer’s framework are the ones where the underlying power source is a network effect or a switching cost rather than scale alone, because scale can be purchased with capital, but network effects and switching costs must be built through behavioral adoption.

    Counter-positioning is the power source that is most underappreciated in the current crypto VC cycle: the business whose business model is structurally incompatible with what the established players can do without destroying their existing economics. Decentralised exchanges are counter-positioned against centralised exchanges not because DEXs are technically superior in every dimension but because the CEX cannot offer the same custody model without cannibalising its own business model. The VC bet on DEX infrastructure is implicitly a bet that counter-positioning is durable — that the CEX’s inability to match the DEX’s custody model will persist even as the CEX invests in competing products. Enterprise AI counter-positioning is the same dynamic: the open-source AI providers are counter-positioned against the closed-source AI providers in a way that the closed-source providers cannot easily match without destroying their own pricing model. The VC funding flowing into open-source AI infrastructure is a bet on counter-positioning durability.

    Branding — the only power source in Helmer’s framework that is not directly tied to economics — is the most contested power in crypto infrastructure investment. Protocol brand is real: the developer who has built on Ethereum’s ecosystem has a psychological relationship with the platform that goes beyond switching cost calculation. But protocol brand is also the most volatile power source in the framework, because it is sensitive to narrative and community norms in ways that scale economies and network effects are not. The VC that bets heavily on protocol brand is implicitly betting on community norm stability, which is a harder bet to size than the bets on verifiable economic advantages. Developer platform brand erosion is the case study for what happens when a protocol brand is stressed by extraction: the Microsoft developer brand has decades of accumulated equity being tested by pricing decisions that the developer community is reading as extraction rather than investment. Independent credibility signals are the measurable proxy for protocol brand in crypto contexts: Wikipedia notability, institutional audit records, and independent editorial coverage are the on-chain-adjacent signals that Helmer’s framework would identify as the verifiable component of the brand power claim. Berachain’s proof-of-liquidity is a VC bet on a novel counter-positioning: building a protocol whose economic incentive structure cannot be replicated by existing L1s without those L1s abandoning the validator-subsidy model their ecosystems depend on. Prediction markets on crypto infrastructure VC returns across the 2026 vintage are pricing a wide distribution — which is Helmer’s framework saying the power source selection in this cycle will determine the outcome variance more than the market size selection.

  • DePIN Is Past the Theoretical Phase. Here Is What Is Actually Working — and What Is Not.

    DePIN Is Past the Theoretical Phase. Here Is What Is Actually Working — and What Is Not.

    DePIN node network decentralized infrastructure

    Decentralized Physical Infrastructure Networks — DePIN — was one of the most discussed crypto narratives of 2023 and 2024, encompassing wireless networks (Helium), distributed compute (IO.net, Akash, Render), distributed storage (Filecoin, Arweave), mapping and geospatial data (Hivemapper, GEODNET), and several other categories where blockchain-coordinated hardware deployment was proposed as an alternative to centralised infrastructure provision. The premise was elegant: use token incentives to coordinate distributed hardware deployment at lower cost than centralised providers, capture the network effects on-chain, and create commodity infrastructure markets that competed with established providers.

    By 2026, the DePIN category has been operating long enough to separate genuine revenue-generating networks from networks that exist primarily as token emission schemes with limited end-user demand. The differences between these two outcomes are visible in the data, and understanding which DePIN projects fall into which category is the analytical work that distinguishes informed crypto investing from narrative-driven speculation in this segment.

    What DePIN Was Supposed to Solve

    The economic argument for DePIN rests on a specific observation about infrastructure markets: building physical infrastructure (cell towers, server farms, mapping fleets) requires substantial upfront capital, and the centralised providers that dominate these markets capture the economic returns from this investment. If hardware operators in a DePIN network can be incentivised through tokens to deploy infrastructure that aggregates into a competitive network, the result could be lower-cost infrastructure provision, distributed ownership of infrastructure economics, and reduced dependence on incumbents who may behave as gatekeepers.

    The challenge that the DePIN model has to solve, in every category it attempts, is that the network must provide a service that end users will pay for at a price that covers the hardware operators’ costs and returns. Token incentives can bootstrap initial supply by paying operators in tokens for their deployment, but a network that depends permanently on token emissions to maintain operator participation is not building toward sustainable economics — it is creating a token distribution mechanism that funds infrastructure deployment in the short term while accruing structural pressure on the token from continued issuance.

    The successful DePIN networks are those that convert from token-emission-dependent operator economics to fee-revenue-dependent operator economics over time. The unsuccessful ones are those that fail to attract enough end-user demand to support operator economics through fees, requiring permanent token issuance to keep operators participating.

    What Is Actually Working: Compute and Storage

    The DePIN categories with the most demonstrable end-user demand in 2026 are distributed compute and distributed storage, both of which benefit from intersection with the AI compute buildout and the broader infrastructure shortage that AI training and inference have created.

    IO.net, Akash Network, and Render Network have collectively built distributed GPU compute marketplaces that serve a real demand: AI developers and researchers who need GPU access at prices below the established hyperscaler rates and who are willing to operate in distributed compute environments with the operational tradeoffs that decentralised compute involves. The structural shortage of leading-edge AI compute has created pricing power for any supplier of GPU access, and distributed compute networks have captured a meaningful share of demand from researchers and smaller AI labs who cannot secure hyperscaler capacity at acceptable terms.

    The honest assessment of this segment is that the demand is real but the unit economics are still developing. The operational complexity of distributed compute — orchestrating workloads across globally distributed hardware with variable availability, network latency, and trust assumptions — is genuinely higher than centralised compute, and the price premium that customers will accept for distributed alternatives has limits. The current pricing premium for hyperscaler GPU access creates the opportunity for distributed compute to compete; if AI compute supply normalises over the next several years, the competitive dynamic tightens significantly.

    Filecoin and Arweave in distributed storage represent a more mature DePIN category with longer operational history. Filecoin’s deal flow with major enterprises — including significant data archiving contracts — provides revenue that is more clearly fee-based than token-emission-based. Arweave’s permanent storage proposition has found niche demand in NFT metadata storage, decentralised application data, and use cases where the immutability guarantee is genuinely valuable. Both networks have had to evolve their incentive structures and operator economics over time as the realities of running storage infrastructure at scale became clearer.

    DePIN working vs not working 2026

    What Is Working But Is Narrower Than Expected: Wireless and Mapping

    Helium pivoted from being primarily a LoRaWAN network for IoT devices to building a mobile carrier service (Helium Mobile) on 5G infrastructure that hotspot operators deploy. The Helium Mobile service has attracted meaningful subscriber growth — hundreds of thousands of subscribers by 2026 — by offering competitive mobile service pricing with a coverage map that combines Helium’s deployed hotspots with roaming agreements with major US carriers. This is a genuine consumer business with subscription revenue, not just a token emission mechanism.

    The honest assessment of Helium’s progress is that the IoT-focused original vision did not produce the demand the network’s hotspot deployment had anticipated, but the mobile carrier pivot has found a real product-market fit at scale that justifies a meaningful portion of the network’s continued operation. The hotspot deployment that was originally framed as an IoT network has effectively become a coverage augmentation for the mobile carrier service, which is a different business model from the original DePIN vision but a functional one.

    Mapping and geospatial DePIN projects — Hivemapper for street-level mapping, GEODNET for precise positioning — have built infrastructure that competes with established providers (Google Street View, professional GNSS networks) at lower cost. The customer base for these services is more specialised than the consumer mobile carrier business, which limits the absolute revenue scale, but the use cases are real and the unit economics for operators have stabilised at levels that support sustained deployment.

    What Is Not Working: Tokens Without Demand

    The DePIN category includes a substantial number of projects that raised capital during the 2023-2024 narrative peak, deployed hardware to operators, and have not subsequently developed end-user demand sufficient to justify the operator economics. These networks continue to operate primarily because token emissions continue to pay operators despite limited utilisation, but the trajectory is unsustainable: as token emissions decline (as they do mechanically in most DePIN tokenomics), operator participation falls if it is not replaced by fee revenue from end users.

    Identifying which networks are in this category requires looking at usage metrics — actual queries, transactions, or data served — rather than at hardware deployment counts. A DePIN network with thousands of deployed nodes but minimal end-user activity is a network where token emissions are funding hardware deployment without creating the demand that justifies the infrastructure. The token’s value in such a network is structurally pressured because there is no fee revenue to support it once emissions decline.

    The reluctance to identify specific underperforming networks by name in this analysis is intentional: the relevant signal is the methodology for evaluating DePIN projects, not specific predictions about which projects will fail. Investors who apply usage-to-token-emission analysis to any DePIN project can determine for themselves whether the network is on a path to fee-based sustainability or is operating as a token distribution mechanism without corresponding utility.

    The AI-DePIN Intersection

    The most genuinely promising development for DePIN in 2026 is the intersection with AI infrastructure demand. The AI compute buildout has created a structural shortage of GPU access at every tier, and DePIN compute networks have credible value propositions for:

    AI training workloads that can tolerate the operational complexity of distributed compute in exchange for lower costs than hyperscaler rates. Distributed inference for AI applications that need globally distributed serving infrastructure (low latency to end users in many geographies) at scale. Specialised AI workloads — fine-tuning, model evaluation, RLHF data collection — that benefit from elastic GPU access without the long-term commitment requirements that hyperscaler enterprise contracts typically involve.

    The economic moat for AI-DePIN is the price differential to hyperscalers and the supply availability when hyperscalers are capacity-constrained. The economic limitation is that AI workload sophistication and complexity tend to push toward managed services rather than distributed compute, and that the most demanding AI training workloads (frontier model training) require coordination and reliability characteristics that distributed compute cannot match.

    For investors and developers evaluating DePIN in 2026: the category is real and growing but narrower than the 2023-2024 narrative implied. The networks that have built genuine end-user demand — primarily in AI-adjacent compute and storage, secondarily in consumer mobile and specialised mapping — are operating as real businesses with token economics that are increasingly fee-revenue-dependent. The networks that exist primarily as token emission mechanisms without corresponding utility face a slower-motion erosion that the data is already beginning to show. Distinguishing these two categories on a project-by-project basis is the analytical work that determines investment outcomes in the DePIN space.

    Things That Don’t Scale Yet: The Signals That Separate Real DePIN Traction From Narrative

    Paul Graham’s most useful framing for early-stage companies is about doing things that do not scale. The point is not that non-scalable activity is good. The point is that the willingness to do it is diagnostic. A founder personally onboarding contributors, manually verifying coverage maps, and handling support tickets is doing something important: they are learning what real demand looks like before optimising for growth. A founder who has automated everything before finding genuine usage is optimising a speculation.

    Applied to DePIN in 2026, this framework separates the meaningful projects from the extractive ones. The compute and storage networks that show real traction do so in the form of actual paying customers who would be upset if the service stopped. The token holders are often not those customers. The customers are AI developers who need GPU time at a price point that centralised providers cannot efficiently serve at the long tail of demand. That is a real market. The DePIN layer captures value because it is solving something specific, not because the tokenomics are well-designed.

    Wireless DePIN networks have a harder version of the same problem. Helium demonstrated that community-deployed coverage networks can work at scale. It also demonstrated the difficulty of converting coverage into paying enterprise customers on a timeline that sustains token holder confidence. AI data center power grid buildout creates demand for edge compute that wireless networks are theoretically positioned to serve. But the specific use cases that need low-latency edge inference are still being validated. The network exists. The application layer that makes it indispensable does not yet.

    Physical infrastructure with high capital requirements and long deployment cycles presents the hardest version of the problem. Energy networks, sensor grids, and mapping infrastructure share the problem of all capital-intensive infrastructure businesses: the economics only work at scale, and getting to scale requires absorbing losses that many token-funded models cannot sustain. China deflationary transition matters here directly. The hardware deployed in physical DePIN networks is largely manufactured in China, and deflationary pressure on Chinese industrial goods cuts both ways: it lowers the cost of building the network, and it lowers the barriers for competitors to replicate it.

    The AI-DePIN intersection is where the most capital is currently flowing and where the most caution is warranted. Perplexity AI valuation analysis in the centralised AI stack are already pricing aggressive market share assumptions. DePIN compute networks are being valued on top of those assumptions, implying that not only will AI demand remain high, but that a meaningful fraction will prefer decentralised supply. The second assumption is doing heavy lifting. Inference at scale requires reliability guarantees that decentralised networks have not yet demonstrated at required SLAs.

    The Bitcoin Layer 2 ecosystem development path offers one useful reference. Both bets depend on building utility on top of a trust layer rather than replacing it. DePIN projects building durable coverage do so because the underlying physical infrastructure is genuinely useful independent of the token price. A DePIN network that loses 80% of its hardware providers when the token drops 50% is not a network. It is a yield farming operation that happened to involve antennas.

    The projects worth monitoring are those where operators would continue operating even if token incentives were temporarily removed. That is not a large set. It is, however, the only set that actually matters.

    DePIN as Infrastructure Transition: What the Historical Pattern Says About Where Value Concentrates

    Yuval Noah Harari’s framework for understanding civilizational transitions identifies a recurring pattern in how physical infrastructure is built and who captures the value it creates: the entities that build the physical infrastructure rarely capture the full value of what the infrastructure enables. The railroad builders in the nineteenth century created the physical conditions for continental economic integration, but the businesses that used the railroads — the commodity producers, the manufacturers, the retailers — captured more of the resulting value than the railroad companies themselves. The internet infrastructure providers of the 1990s built the pipes that enabled the platform economy, but the platforms captured the value that the pipes enabled. DePIN — decentralized physical infrastructure networks — is proposing a structural change to this historical pattern: the entities that contribute physical infrastructure resources to the network should capture value proportional to their contribution through the token mechanism, rather than having that value captured by the platform layer above them.

    Harari’s historical lens identifies the specific conditions under which infrastructure contributors actually capture the value their contribution enables versus when that value is extracted by the layer above. The conditions where contributors capture value are: when the infrastructure contribution is genuinely scarce (not replicable by the platform layer without the distributed contributors), when the token mechanism creates a persistent financial relationship between the contributor and the network’s value rather than a one-time payment, and when the governance structure prevents the platform layer from unilaterally changing the value capture rules after the infrastructure has been built. The conditions where contributors do not capture value are the mirror image: when the infrastructure is replicable, when the payment is a one-time event rather than an ongoing participation in value creation, and when the governance structure allows the platform to change terms unilaterally.

    The DePIN projects that are most likely to succeed in Harari’s value-capture framework are the ones where the physical infrastructure contribution is genuinely irreplaceable — where the network’s value depends on the specific geographic distribution, coverage density, or hardware heterogeneity that only a decentralised contributor pool can provide. Wireless coverage networks (Helium’s original thesis) are the clearest case: a centralized operator could not provide coverage in the long tail of locations that distributed contributors can reach, and the long-tail coverage is where the use cases that have no existing solution are concentrated. Storage networks are slightly weaker: the centralized operator (AWS, Google Cloud) can provide storage at scale, and the DePIN advantage is primarily cost and censorship resistance rather than capability availability. Enterprise AI’s infrastructure demand is creating a specific DePIN opportunity in GPU compute: the centralized hyperscalers have waitlists for certain GPU types, and a DePIN network that aggregates distributed GPU capacity could provide access to compute that the centralized operators literally cannot supply at the required timeline. This is the scarce-resource condition that Harari identifies as the prerequisite for genuine contributor value capture.

    Harari’s civilizational-scale frame identifies the most important question for DePIN’s long-run significance: whether the decentralised infrastructure ownership model produces genuinely different social outcomes than the centralised infrastructure ownership model, or whether it merely reroutes the value capture to a different set of infrastructure owners (early token holders) who are no more accountable to the infrastructure users than the centralized operators they replaced. The historical pattern suggests this is the critical governance question — the railroad era ended with the railroads regulating themselves in ways that served railroad owners rather than railroad users, until regulatory intervention changed the value capture structure. Centralized data center infrastructure is the incumbent that DePIN’s compute networks are theoretically disrupting — but Vertiv’s order book suggests the centralized buildout is proceeding at a rate that will determine the physical infrastructure baseline for the next decade, during which DePIN networks will need to demonstrate a genuine advantage over the centralized alternative. On-chain private credit’s value capture question is the financial analog of DePIN’s physical infrastructure question: whether the on-chain protocol layer captures value proportional to the credit risk assessment and underwriting it performs, or whether that value is extracted by the institutional distribution layer that owns the LP relationships. Chinese open-source AI’s DePIN implication is that GPU compute DePIN networks face a model-availability tailwind: as frontier model inference becomes available open-source, the demand for distributed GPU compute to run inference locally increases, which strengthens the DePIN value proposition precisely as the centralized AI infrastructure is scaling up. Prediction markets on DePIN network value capture at the infrastructure contributor layer through 2027 are pricing the genuine-scarcity projects at a premium over the replicable-infrastructure ones — which is the market applying Harari’s historical pattern to the specific projects that are most likely to succeed at actually changing the infrastructure value capture structure.

  • Trump Signed an Executive Order Telling the Fed to Let Crypto Firms Into the Payments System. The Fed Pushed Back.

    Trump Signed an Executive Order Telling the Fed to Let Crypto Firms Into the Payments System. The Fed Pushed Back.

    On May 19, 2026, President Trump signed an executive order titled “Integrating Financial Technology Innovation into Regulatory Frameworks.” The order directs the Federal Reserve Board to evaluate, within 120 days, whether and how uninsured depository institutions and non-bank financial companies — including digital asset firms — can obtain direct access to Federal Reserve Bank payment accounts and services. The next day, the Fed published a narrower proposal that resisted the full scope of what the executive order contemplated.

    The gap between what the White House signed and what the Fed published a day later describes the central tension in US financial regulation right now: an administration that wants to open the payments system to fintech and crypto firms, and a central bank that controls access to that system and has its own views about how widely it should be extended.

    What a Fed Master Account Actually Is

    A Federal Reserve master account is not a consumer bank account. It is a direct operational account with a regional Federal Reserve Bank that allows its holder to send and receive funds through the Federal Reserve’s payment infrastructure — Fedwire Funds Service, Fedwire Securities Service, and the FedACH system. Holding a master account means direct participation in the US dollar payment rails at the infrastructure layer, without the need for a sponsoring bank as an intermediary.

    The significance of this access is hard to overstate. Every dollar that moves through the US financial system — every wire transfer, every ACH transaction, every interbank settlement — ultimately clears through the Federal Reserve’s infrastructure. Companies that do not have master accounts must access these rails through banks that do, paying intermediary fees and accepting intermediary controls on their transactions. For fintech companies with high transaction volumes, the cost of intermediary access is substantial. For crypto firms, the risk is existential: a bank sponsor can terminate the relationship, as happened to multiple crypto companies during the de-banking wave of 2023–2024.

    Kraken’s parent company, Payward, received a “limited purpose account” from the Kansas City Fed in March 2026, making it the first crypto exchange to obtain any form of Federal Reserve account access. The Kraken account is more restricted than a full master account — it does not provide access to the full range of Fed payment services — but it represents the first crack in a wall that has historically excluded non-bank financial firms entirely.

    What the Executive Order Does

    The May 19 executive order does not grant master accounts to anyone. Executive orders cannot override the Federal Reserve Act, which gives the Fed discretionary authority over master account access. What the EO does is direct federal financial regulators to undertake a structured review of their existing policies and issue guidance that is more favorable to fintech and digital asset firm access.

    Specifically, the Federal Reserve Board is asked to evaluate whether and how non-bank financial companies can obtain direct access to Fed accounts and services within 120 days. The order also directs the OCC, FDIC, and CFPB to review existing regulations that restrict fintech partnerships with banks and to issue guidance that facilitates innovation while maintaining appropriate consumer protections.