📡 The Distribution Desk

Monday, June 1, 2026

20 stories · Deep format

Generated with AI from public sources. Verify before relying on for decisions.

🎧 Listen to this briefing or subscribe as a podcast →

Today on The Distribution Desk: the infrastructure capture race is escalating. Across our ongoing coverage of agent identity, prediction market governance, and the AI capital crunch, developments are converging on a single question: who controls the chokepoints when machines do the transacting.

Cross-Cutting

DNS-AID and the agent discovery fork: Linux Foundation's open registry vs. platform-controlled chokepoints — the domain infrastructure war restarts for agents

Two weeks after we saw Infoblox and GoDaddy commit their initial proposals to standards bodies, the Linux Foundation has officially launched DNS-AID as an open-source protocol. It layers agent discovery and cryptographic identity verification directly onto DNS infrastructure using DNSSEC and TLSA records, allowing agents to publish signed identity records under standardized patterns without a central registry. The announcement explicitly positions DNS-AID against platform-controlled alternatives like Salesforce's AgentExchange and OpenAI's agent store, bringing heavyweights like Cloudflare and Equinix behind the open standard.

Agent discovery is a foundational infrastructure layer — before identity can be verified, reputation queried, or payments authorized, agents must be findable. The DNS-AID vs. platform-registry fork is not a developer-tooling story; it is a capital structure and market access story. If enterprise technology buyers standardize on platform-controlled registries (Salesforce, OpenAI), those platforms gain the ability to tax, exclude, or surveil every agent interaction that touches their ecosystem. The DNS-based open model preserves internet-era neutrality but requires adoption coordination that open standards historically struggle to achieve against well-funded proprietary alternatives. The Linux Foundation's institutional backing (Cloudflare, Equinix) signals this is a serious credentialing effort, but the timeline for enterprise adoption will be set by whether the first high-profile agentic commerce deployment uses DNS-AID or a platform store. For founders building agent infrastructure, this is the fork in the road: build for open discovery now and potentially be early, or build for platform registries and accept dependency.

The Shashi Warrior analysis draws an explicit historical parallel to how DNS became a tollbooth — a cautionary framing that positions early infrastructure choices as binding. LinkedIn's E-E-A-T discovery shift (individual profiles beating company pages in AI citations) is a soft precedent: open credential signals already outperform platform-curated ones in some discovery contexts. Proponents of platform registries argue that curation and trust scoring require someone to be accountable, which anonymous DNS records cannot provide. The DNSSEC and TLSA certificate binding model used by DNS-AID is well-understood technically but has historically struggled with enterprise adoption due to deployment complexity.

Verified across 2 sources: Help Net Security (Jun 1) · Shashi Warrior (May 31)

Polygon's stablecoin rail thesis: 8M agent transactions/day at $0.015, KYC on the principal not the agent, merchants settle in fiat — the architecture of machine-to-machine commerce

In a FinTech Magazine interview published Sunday, Polygon CEO Marc Boiron articulated a concrete architectural answer to the agent payments problem: agents cannot open bank accounts, but they can hold programmable on-chain identity (ERC-8004) and transact via stablecoin settlement at $0.015 per transaction — 8 million agentic transactions per day are already settling on Polygon. The KYC responsibility sits on the principal (the deploying company), not the individual agent, collapsing the compliance liability question. Merchants settle in fiat without touching crypto, eliminating the merchant-side integration problem entirely. A parallel Payouts.com analysis published the same day argues that the durable enterprise moat by 2027 will be captured not by wallet providers but by programmable control layers: scoped credentials, hard spend caps at protocol level, cryptographically signed mandates, idempotency, and fail-closed posture — the governance layer, not the rail.

These two analyses together define the architectural split that will determine where enterprise value concentrates in agentic commerce: the rail (Polygon, Base, x402) is becoming commodity infrastructure at near-zero cost, while the control and governance layer — what agents are allowed to do, how those permissions are cryptographically enforced, and how violations are detected — is the defensible position. The KYC-on-principal model is significant because it maps cleanly to existing enterprise compliance frameworks: companies are already accustomed to being the responsible party for automated systems. The fiat off-ramp for merchants removes the adoption friction that has historically blocked crypto payment rail adoption. For anyone building in the agent commerce stack, this clarifies the product question: are you building a faster rail, or a smarter governance layer? The rail race is largely over; the governance race is just starting.

Payouts.com's five non-negotiable controls (scoped credentials, hard caps, signed mandates, idempotency, fail-closed) provide a concrete evaluation framework for governance-layer products. The AffixIO stack analysis from prior briefings positioned verification as the critical gap between identity and authorization — Payouts.com operationalizes this as a product requirement. Skeptics note that ERC-8004 principal-based KYC still requires the deploying company to have robust agent lifecycle management, which the Token Security 45:1 NHI-to-human ratio data suggests most enterprises currently lack.

Verified across 2 sources: FinTech Magazine (May 31) · BlockchainSphere (May 31)

Agentic AI Trust

Verification ≠ governance: the critical compliance gap that identity products are selling around

Cien Solon published a Substack essay Sunday drawing a sharp distinction that most agent governance vendors are actively blurring: identity verification — iris scans, biometric binding, proof-of-personhood — proves *who* authorized an agent action but cannot answer whether the action *should have happened*. A receipt documents consent was obtained; a control is a person with domain knowledge and standing to review whether the decision was sound. The risk, Solon argues, is that companies in regulated sectors are buying the verification layer, checking the governance compliance box, and simultaneously eliminating the actual control — the human reviewer — that regulators will ask about when something goes wrong. The essay targets financial services and healthcare specifically, where regulatory frameworks (DORA, EU AI Act high-risk provisions) ask about decision quality and review processes, not authentication receipts.

This is the sharpest articulation yet of a compliance trap that is forming in real time: organizations deploying agent governance products (Okta kill switches, Kakunin X.509 certificates, Geordie AI runtime monitoring) may be creating a false sense of control that satisfies procurement checklists while removing the substantive human oversight that regulators actually require. The EU AI Act's August 2026 high-risk provisions and DORA's live enforcement create a specific legal exposure: if an agent makes a credit decision, trade, or medical recommendation and the audit trail shows authenticated authorization but no substantive human review, the authentication trail may be evidence against the deploying organization, not for it. For builders selling into regulated industries, this analysis is a product positioning gift — the gap between 'who triggered this' and 'was this decision sound' is exactly where human-in-the-loop review workflows, explainability layers, and domain-specific audit tools sit. For buyers, the question to ask every vendor is: 'What does your product show the regulator about decision quality, not just authorization?'

The Fime 'From KYC to KYA' analysis published the same week reinforces Solon's argument from a different angle: static Know-Your-Agent onboarding misses non-deterministic runtime behavior entirely, requiring continuous behavioral trust monitoring rather than pre-runtime credential validation. Together these two pieces define a two-layer requirement: cryptographic identity (who) plus continuous behavioral verification (what and whether it should have happened). The counter-position, from vendors like Okta and OpenAI's Frontier Governance Framework, is that authentication with logging creates accountability that enables after-the-fact review — but Solon's critique is that after-the-fact is insufficient in domains where real-time human judgment was the regulatory requirement.

Verified across 2 sources: Human and the Machine (Substack) (May 31) · Fime (Jun 1)

OWASP Agent Memory Guard ships: 92.5% recall on memory-layer attacks, operationalizing the ASI06 threat model

Just days after we covered CISA codifying its federal framework for agent-specific threat categories, OWASP released Agent Memory Guard—an open-source runtime defense layer targeting the 'ASI06' memory poisoning vector. The tool screens agent memory reads and writes to prevent prompt injection and instruction overrides, achieving 92.5% recall and 100% precision in benchmark tests. Simultaneously, a new Velocity Software Solutions field guide found that 88% of organizations have already experienced confirmed or suspected agent security incidents, with cross-session memory corruption ranking among the most damaging because it survives the session boundaries that standard security controls treat as a reset.

Agent Memory Guard is the first practical, benchmarked defense for a threat class that prior briefings identified as theoretically critical: memory-layer attacks that allow adversaries to persist malicious instructions across agent sessions, surviving the session boundary that most other security controls treat as a reset. The 92.5% recall figure is meaningful — not perfect, and OWASP is transparent about the evasion gaps — but it moves the conversation from 'we know this is a problem' to 'here is a testable, deployable countermeasure.' The 88% incident rate from Velocity's field guide suggests this is not a theoretical concern for production deployments. For builders shipping agents into enterprise environments, the practical implication is that memory is now a security surface requiring the same hardening discipline as network perimeter and access control — and that vendors claiming production-ready agents without a memory defense layer are implicitly accepting an 88% incident exposure rate.

The Velocity field guide is notable for its finding that traditional application security tooling (OWASP Top 10, WAF, SIEM) misses agent-specific attack vectors entirely because they operate at the autonomous decision and tool-calling layers rather than HTTP boundaries — meaning enterprises cannot bolt existing security tooling onto agent deployments and call it done. NVIDIA's DOCA in-silicon security layer (released the same day) takes a complementary approach: enforcing threat detection and access control at the DPU level independent of the host OS, providing a hardware-rooted trust boundary that a compromised agent cannot bypass. The layered approach — memory guard at the application layer, silicon-level enforcement at the infrastructure layer — defines what production-grade agent security architecture looks like.

Verified across 3 sources: Help Net Security (Jun 1) · Velocity Software Solutions (May 31) · NVIDIA Developer Blog (Jun 1)

Draft ERC: function-scoped delegation without custody — on-chain permission registry as agent authorization primitive

A developer proposed a new Ethereum smart contract standard on Monday establishing a function-scoped delegation primitive for AI agents: users grant scoped permissions to call specific functions on a contract on their behalf, enforced server-side with O(1) gas cost. The registry stores authorization bundles as compact byte blobs — 4 bytes for full-target approval, variable for selector bundles — with expiry timestamps, allowing agents to operate within bounded scope without taking custody of assets. EIP-712 permit mechanisms allow users to grant permissions without sending transactions themselves. The design explicitly supports both broad delegations (trusted routers) and narrow bundles (granular control), and makes authorization visible and consistent to wallets and indexers — addressing the composability and audit trail gaps that existing ERC-20 approvals leave open.

This ERC proposal operationalizes the mandate layer problem that the Stork and AffixIO analyses identified as the critical unsolved gap: how do you structurally prevent an agent from exceeding its delegated scope in on-chain interactions? Existing ERC-20 approvals are asset-scoped (allowing spend of a token) rather than action-scoped (allowing specific function calls on specific contracts), meaning agents with current infrastructure either have over-broad access or require custody transfers. The function-scoped delegation model creates on-chain credentials that are: auditable by wallets and indexers, time-bounded by expiry, action-specific by function selector, and non-custodial. This is the authorization primitive that ERC-8004 identity and AP2 intent verification need to enforce spending mandates at the contract execution layer rather than just the authentication layer. For builders in the agent commerce stack, this is the missing piece between 'this agent is credentialed' and 'this agent can only do what it was authorized to do, provably, on-chain.'

The proposal is in draft stage — it requires EIP standardization, smart contract integration via a single modifier, and wallet/indexer adoption before it becomes practically deployable. The comparison to existing alternatives (vault custody requires moving assets, per-protocol operators aren't composable) defines the product gap clearly. The 80% agent scope-creep statistic from Akeyless/NHI Management Group provides the demand-side case: enterprises are already experiencing agents exceeding intended scope, and on-chain enforcement is one of the few mechanisms that can make scope violation structurally impossible rather than just monitored.

Verified across 1 sources: Ethereum Magicians (Jun 1)

GTM & Distribution

Anthropic's GTM stack revealed: Clay, Gong, and Ironclad as AI orchestration surfaces — the 'tool-agnostic, architecture-first' model

Eleanor Dorfman, Anthropic's Head of Industries, disclosed Anthropic's full GTM stack at SaaStr this week: Clay for lead qualification via Claude, LeanData for routing, Salesforce for CRM (auto-updated), Gong for pre-call context pulling, Ironclad for AI-drafted proposals, Intercom Fin for support triage, Jira for project tracking, Snowflake/BigQuery for data, and G Suite — all commodity tools. The differentiation is entirely architectural: Claude reads from and writes to multiple systems simultaneously rather than operating as a single-endpoint tool. Proposals that previously required nine browser tabs of research now generate from a single Claude prompt. Shadow targets (soft performance indicators) replace hard quotas to reduce gaming behavior. 'Skills' replace 'apps' as the unit of agent capability.

For GTM strategists, this disclosure is more valuable than the standard 'AI sales tools' coverage because it shows that the company building the most capable AI models uses the same SaaS stack as everyone else — the moat is architectural, not platform. The key structural insight is thread-the-AI-through vs. add-AI-to: Anthropic is not buying a new GTM platform; it is reconfiguring existing tools as I/O surfaces for Claude, treating the existing stack as an orchestration layer. This is a significant model for early-stage companies: you do not need to replace your GTM stack to get AI-native leverage; you need to build the connective tissue that lets a model read and write across what you already have. The shadow-target insight is underrated — quota gaming is a systemic GTM problem, and replacing hard quotas with directional targets reduces sandbagging and pull-forward behavior that distorts pipeline signals. The Skills framing reframes what an 'agent capability' means for enterprise buyers: not an app to manage, but a repeatable task-class to assign.

The SaaStr Replit deep-dive (same week) reinforces the architectural model from a different angle: Jason Lemkin's finding that product fluency (reps using Replit daily) correlates 1:1 with quota attainment reframes the sales-enablement question from 'how much tool training' to 'how deeply embedded is product knowledge in daily workflow.' The Morgan Perry 'Going AI-Native' essay connects both data points: intelligence in systems (not people's heads) means GTM feedback loops close overnight rather than in sprint cycles. Together these suggest that the defensible GTM model in 2026 is closed-loop, context-rich, and system-embedded rather than headcount-scaling.

Verified across 3 sources: SaaStr (May 31) · SaaStr (May 31) · Morgan Perry Substack (DevTools Brew) (May 31)

The autonomous AI SDR narrative has collapsed — the 2026 field guide on what hybrid actually looks like

Adding operator consensus to yesterday's data on AI SDR deliverability failures, a new comprehensive guide documents the collapse of the fully autonomous AI SDR category. Platforms promising complete human replacement failed to retain customers due to generic output, poor brand voice, and hidden infrastructure costs. Validating the 'hybrid pod' economics we tracked over the weekend, the proven 2026 configuration uses AI for prospect research and first-draft personalization, while humans retain control of ICP definition and judgment calls. A parallel Founder's GTM piece demonstrates this practically: a specific Claude prompt automating weekly prospect research in 10 minutes, yielding an 8% reply rate and 3% call conversion via high-specificity triggers.

For GTM strategists, the autonomous SDR collapse is a structural realignment story, not a vendor failure story. The underlying economic pressure (human SDR at $75K–$110K vs. AI at $500–$5,000/month) has not gone away — it has produced a different architecture: AI as research and drafting infrastructure, humans as judgment and brand custodians. The practical consequence is a hiring and tool-selection reframe: the decision is not 'buy an AI SDR' but 'how do we give our existing team 10x research and drafting capacity without hiring.' The Founder's GTM prompt example demonstrates the minimum viable version of this at zero incremental SaaS cost. The deliverability problem (domain warmup, SPF/DKIM/DMARC, volume rotation) documented in the prior briefing's AI SDR deployment guide remains the 47% failure point — and the autonomous-agent collapse reinforces that the hard problems in outbound are infrastructure and signal quality, not copy generation.

The Anthropic GTM stack disclosure reinforces the hybrid model: Anthropic uses Claude for lead qualification in Clay (not autonomous outreach) and for proposal drafting from Gong context (not cold email generation). The Replit product-fluency finding (reps using Replit daily hit quota at 1:1) suggests the sales acceleration benefit of AI is strongest when sellers are embedded in product context, not when AI is abstracting the selling entirely. The AI SDR cost-per-meeting data from prior briefings ($40–$50 AI vs. $130–$960 human) holds, but only in the hybrid configuration where human judgment remains the gate for qualified escalation.

Verified across 2 sources: The Outbound Game (May 31) · Founder's GTM (May 31)

Individual LinkedIn profiles now beat company pages in AI citations — E-E-A-T verification shifts B2B discovery mechanics

We noted last week that LinkedIn now ranks second among sources cited in AI-generated answers, and a new analysis reveals the exact mechanism: Google's E-E-A-T ranking systems now actively verify individual author credentials against external signals like LinkedIn profile consistency and publication history, overriding on-page company authority claims. Practitioners with verifiable cross-platform identities are seeing much higher AI citation rates, while anonymous or unverified brand content loses ground. It means individual expert identity, not company domain authority, has become the primary trust signal that AI systems preferentially corroborate.

For GTM practitioners, this is an actionable structural finding that inverts the standard B2B content playbook. The implication: publishing under named individual experts with verifiable cross-platform credentials (LinkedIn, speaking history, publication track record) now outperforms publishing under company brand pages for AI citation purposes. This is not just a SEO tactic — it is a trust signal architecture question. The mechanism connects directly to the Agentic AI Trust topic in a non-obvious way: the same verifiable identity and reputation infrastructure that makes agents trustworthy in commerce (consistent, cross-verifiable credentials) is now the mechanism by which AI systems determine whether human authors are credible enough to cite. For founders building personal distribution channels (newsletters, Substack, conference speaking), the practical implication is that consistent identity expression across platforms creates compounding citation equity that company-page-only publishing cannot replicate. For the BuildBetter newsletter specifically, this validates the founder-led publishing model: named expert with verifiable track record beats anonymous company content in AI discovery systems.

The AI distribution moat findings from prior briefings (earned-media corroboration as the primary AI citation driver) now have a specific mechanism: verifiable individual identity is the corroboration signal AI systems prioritize. The Forrester finding that 85% of AI brand mentions come from third-party sources connects to E-E-A-T verification: third-party mentions of a named individual with verifiable credentials are structurally more trusted by AI systems than first-party company claims. Counter-consideration: personal brand distribution creates single-point-of-failure dependency for companies (if the named expert leaves, the citation equity leaves with them), suggesting companies should build distributed expert credentials across multiple named team members rather than concentrating all AI citation equity in one founder.

Verified across 1 sources: Kulbhushan Pareek (Jun 1)

Prediction Markets

Trump declares CFTC supremacy over prediction markets — conflict-of-interest structure makes the regulatory intervention itself an epistemic failure

Following up on the initial signals of support we tracked last week, President Trump formally declared on Monday that it is 'critically important' for the CFTC to have exclusive federal authority over prediction markets. But ethics experts immediately flagged a structural conflict of interest in the intervention: Donald Trump Jr. holds advisory roles and investments in both Kalshi and Polymarket, and Truth Social has a partnership with Crypto.com on prediction market products. The declaration lands exactly as multiple state litigation deadlines hit this week (Connecticut June 3, Ohio June 4, Ho-Chunk Nation June 5) in the ongoing federal-state regulatory war.

We've been tracking the CFTC's aggressive preemption campaign against state bans, but this is the most consequential single intervention yet—and it illustrates precisely the motivated-reasoning failure mode that makes these markets epistemically fragile. The person adjudicating the regulatory question has undisclosed financial exposure to the outcome. If CFTC supremacy is established via executive declaration rather than judicial or legislative process, it is vulnerable to administrative law challenges. For builders and participants, federal platforms (Kalshi, Polymarket) gain near-term operating room, but the legitimacy of that protection is structurally compromised.

Ethics experts cited by The Hill describe the conflict-of-interest structure as a significant governance risk, noting the absence of recusal or disclosure mechanisms. The American Gaming Association's '$1 billion losses to states' framing — contested by Kalshi and industry analysts as fabricated — has nonetheless become politically potent with 41 AGs opposing CFTC preemption, suggesting the regulatory fight will continue regardless of executive signaling. Dragonfly Capital and institutional market-maker entrants (Wintermute, SIG monitoring) represent the institutional view: federal clarity is worth accepting political risk. The Ho-Chunk Nation case introduces a tribal sovereignty dimension (IGRA) that no party has addressed, creating a potential circuit split independent of the CFTC/state fight.

Verified across 4 sources: The Hill (Jun 1) · CryptoSlate (May 31) · Gambling Insider (Jun 1) · Bitcoin.com News (May 30)

Prediction market profits: 67% to 0.1% of accounts, 'mention markets' explode from $22K to $117M — the epistemic premise is under structural attack

Validating the 222-million-trade Quantpedia study we tracked earlier this month, a new WSJ analysis finds that 67% of Polymarket profits accrue to just 0.1% of accounts, with over 1.1 million of 1.6 million accounts unprofitable. Simultaneously, 'mention markets' (bets on scripted celebrity TV remarks) exploded from $22,000 to $117 million in volume despite being structurally exploitable by entertainment insiders. Adding to the three Polymarket insider trading patterns we documented in May, federal prosecutors have now charged a Google engineer with using confidential Year in Search data to earn $1.2M on the platform.

The 67%/0.1% concentration data is the hardest empirical challenge yet to the prediction market democratization narrative. The claim that these platforms aggregate dispersed public belief into accurate prices requires a functional retail participation layer — when 69% of retail accounts lose money and concentration of wins mirrors traditional options market maker dynamics, the 'wisdom of crowds' mechanism is being replaced by 'capital-intensive informed trading outperforms retail.' The mention market explosion is the more interesting epistemic failure mode: it demonstrates that when a market category is constructed around discoverable insider information (scripted TV content), market designers cannot prevent exploitation by creating trading venues for those events. This is not a bad-actor problem; it is a market design problem. The combination of Trump's conflict-of-interest intervention, the second insider-trading prosecution, and the 0.1% profit concentration suggests prediction markets are entering a maturation phase where the institutional narrative (efficient truth machines) and the empirical reality (winner-take-all capital concentration with insider exploitation) are diverging sharply.

Wintermute's entry framing — prediction markets as 'event risk' tradeable separately from proxy derivatives — represents the institutional adoption perspective: professional market makers improve liquidity depth regardless of retail distribution. The counter-case is that institutional market-maker dominance further concentrates informational advantage, accelerating the 0.1% dynamic. Hyperliquid's HIP-4 vs. Polymarket oracle architecture comparison (DeFiPrime) surfaces a specific design choice: Polymarket's UMA oracle model is slow but distributed; HIP-4's validator model is fast but centralized and has precedent for outcome override when the protocol's own vault is at risk — neither model eliminates the capture problem, they just locate it differently.

Verified across 4 sources: Yahoo Finance Canada (May 31) · The Independent (Jun 1) · DeFiPrime (May 31) · CoinSpectator (via FinanceMagnates) (Jun 1)

Ethereum Convergence

Ethereum's economic identity crisis: the rollup strategy succeeded, the token didn't — Dragonfly calls for a separate commercial foundation

Following yesterday's proposal for a $1B rival organization and the ongoing Ethereum Foundation leadership exodus, Dragonfly Capital's Haseeb Qureshi is publicly arguing that Vitalik Buterin's stewardship vision is structurally bearish for ETH. Qureshi contends Ethereum needs a separate commercial foundation to compete with networks like Solana. A concurrent analysis frames ETH's 65% underperformance against BTC since the Merge as a direct consequence of the rollup strategy's success: deliberately redirecting fee revenue to Layer 2 sequencers hollowed out the base token's scarcity narrative. Backing this up, OP Labs data shows exchange-owned OP Stack chains generated $495M in application revenue in H2 2025, confirming value is accruing to the L2 layer.

The Dragonfly framing is the most institutionally significant critique of Ethereum's organizational posture to emerge from within the ecosystem's credible analyst class. The argument is not that Ethereum is technically failing — it processes record transactions at record-low fees with 900+ active contributors — but that its governance structure produces a specific output: an organization optimized for long-term protocol integrity that cannot simultaneously optimize for near-term commercial competitiveness. The distinction matters for builders: Ethereum as settlement infrastructure is solidifying (Paxos SEC approval, JPMorgan JOLT filing, 50% RWA market share). But building on Ethereum for token alignment — betting that ETH appreciates as the protocol succeeds — may be a structurally broken thesis as long as the rollup architecture routes economic value away from the base layer. The practical implication is that institutional builders should evaluate Ethereum as infrastructure divorced from ETH price, while keeping eyes on whether a commercial parallel organization actually emerges.

The Bankless/Unchained Crypto 'apostates' episode featuring David Hoffman and Max Resnick adds insider texture: original maximalists publicly distancing from the ecosystem and comparing EF to 'Microsoft of crypto' reflects a narrative shift that institutional capital will eventually price in. Developer concentration data from Cointribune (900+ active contributors, 2.4x lead over BNB Chain) argues the talent-flight narrative is overstated empirically. The Ethereum Research OCP paper (Observation Commitment Protocol) provides a counter-thesis to the commercial-foundation argument: Ethereum's actual value may be as durable independent verification infrastructure for AI systems — a use case that requires protocol integrity over commercial optimization, vindicating Vitalik's posture on a longer time horizon.

Verified across 5 sources: nbtc.finance (Jun 1) · ainvest.com (May 31) · blockchainsphere.news (May 31) · Unchained Crypto (May 31) · Cointribune (Jun 1)

May 2026 DeFi security: $52M losses, $20B capital flight, OpenZeppelin declares 'all DeFi unsafe' — institutional bifurcation crystallizes

May 2026 produced $52M in direct DeFi losses from a sustained pattern of smaller exploits ($2M–$15M range) targeting operational seams: THORChain threshold signature vulnerabilities ($10.8M), TrustedVolumes RFQ proxy failures ($6.2M), Verus-Ethereum bridge validation bypasses ($11.58M), and SquidRouterModule wallet exploits ($3.2M). OpenZeppelin founder Manuel Aráoz declared DeFi structurally unsafe on May 26. Total DeFi TVL has declined $20 billion since January 2026, with Ethereum's share declining 17.91% in May alone. Combined with the May 2026 crypto hack totals crossing $84M across all ecosystems, bridge exploits remain the dominant attack vector — with MAP Protocol's Butter Bridge collapse causing a 96% MAPO token collapse and supply-chain attacks against developer tooling emerging as a new threat vector.

The OpenZeppelin declaration and the $20B TVL flight reveal a structural bifurcation that is now confirmed: institutional capital is moving into custodial, spot-ETF, and tokenized RWA structures (Ethereum dominates 50% of $30B in RWA tokenization) while avoiding smart-contract execution risk entirely. This is not a security failure story alone — it is an institutional capital allocation story. The 'architecture of attrition' pattern (distributed exploits across bridges, threshold schemes, and operational controls) reveals that the path from crypto infrastructure to trusted institutional settlement layer cannot be achieved through code audits alone; it requires solving operational security, bridge architecture, and admin key management at a systems level. For builders evaluating which Ethereum layers to build on, the signal is clear: the RWA and stablecoin layers (where institutional capital is concentrating) are pulling away from permissionless DeFi composability (where institutional capital is withdrawing). The Drift Protocol $285M hack from the prior week (admin key compromise, not smart contract bug) and this month's bridge failures share the same root cause: trust assumptions encoded in infrastructure that should not be trusted.

Citi's forecast of $5.5T tokenized securities by 2030 (released Monday) and Grayscale's $300T tokenization opportunity framing represent the institutional bullish case — but both implicitly require that the security and governance problems OpenZeppelin identified get solved first. The Grayscale report specifically flags privacy and institutional-grade confidentiality as near-term competitive advantages for permissioned networks (Canton) over transparent public chains, suggesting institutional adopters are already routing around the security risk by choosing controlled environments over permissionless ones.

Verified across 4 sources: The Crypto Times (May 31) · Cryip (Jun 1) · CoinDesk (Jun 1) · Crypto Breaking News / CryptoSlate (Jun 1)

Capital Concentration & Market Structure

220+ fallen unicorns, 68% average haircut: the pre-ChatGPT enterprise SaaS extinction event is now quantified

PitchBook data published Monday by CNBC estimates that over 220 of the 857 U.S. unicorns are now worth significantly less than their peak valuations — an average 68% haircut for 2021-funded companies and 52% for 2022-funded ones. Nearly half of all U.S. unicorns have not raised fresh funding in three years. The AI shock has particularly hit the 75 pre-ChatGPT enterprise SaaS firms on the fallen list, which carry inflated cost structures and pre-AI product architectures that cannot compete with post-ChatGPT startups reaching equivalent revenue with far smaller teams. Companies like Calendly, Glossier, and AG1 exemplify the category. Without access to fresh venture funding or a plausible IPO path, most fallen unicorns face acquisition at steep discounts or eventual insolvency.

This is the quantified reckoning for a structural inversion in software economics: the $2M-per-engineer acquisition floor that drove 2021 valuations has collapsed, and the replacement metric — AI-native revenue-per-head — systematically disadvantages any company built on pre-2022 cost assumptions. For founders currently operating in the $5M–$50M ARR range with headcount built for a different era, the practical consequence is binary: either demonstrate AI-native operating leverage (the 2026 Founder-Led Report's 24% agentic AI adoption vs. 36% sales cycle compression signal) or face a down-round or strategic sale. The 220+ figure also creates a structural M&A opportunity: distressed enterprise SaaS with real customer bases but legacy architecture is available at 2018 prices. The companies that can acquire cleanly, re-architect on AI-native infrastructure, and serve the existing customer relationship are positioned to compound the fallen unicorns' distribution without the legacy cost structure.

The CNBC analysis connects to the VC groupthink data (75% of all VC to five companies) and the Anthropic $65B round analysis: capital is not just concentrating in AI, it is actively withdrawing from non-AI categories at institutional scale. The TechCrunch black founder funding analysis shows the concentration effect is multiplicative on already-disadvantaged founders — the 'abundance of caution' dynamic that blocked diverse first-time founders in good times is now operating in a compressed market. Counterargument from the 'fallen unicorn' category: some of these companies (Calendly, Glossier) have durable recurring revenue and real brand equity; the haircut reflects valuation excess correction, not business failure, and patient capital could recover.

Verified across 1 sources: CNBC (Jun 1)

SpaceX IPO: $1.8T valuation with pension fund rejection, staggered insider lockup mechanics, and the AI pricing repricing — a capital markets inflection point

SpaceX is preparing to go public at a reported $1.75–1.8 trillion valuation with approximately $20 billion in revenue, 15% YoY growth, and $4.7 billion in losses — a structure where only 5% of shares are initially public with performance-triggered early lockup releases designed for mechanical NASDAQ index inclusion. Multiple major pension funds (AkademikerPension, NYC Comptroller, NY State Comptroller DiNapoli, CalPERS CEO Marcie Frost) are publicly rejecting the IPO, citing both severe overvaluation (independent calculations suggest a $1T ceiling) and governance flaws from the xAI/Grok acquisition consolidating 80% voting control. Simultaneously, the Big Newsletter analysis documents that AI companies began raising model prices in Q1 2026 (token-based billing replacing flat subscriptions), causing enterprise rollbacks — Anthropic's revenue jumped from $9B to $45B annualized partly through price hikes now generating buyer resistance.

The SpaceX IPO and the AI pricing repricing are different symptoms of the same structural moment: the below-cost acquisition phase of AI infrastructure is ending, and capital markets are beginning to apply basic financial discipline to companies that previously raised on narrative alone. The pension fund rejection is significant because it names governance failures specifically — 80% voting concentration, mandatory arbitration, inadequate board oversight — as liquidity barriers. This is a direct signal to founders at any stage that governance structure is now a pricing variable, not a legal formality. The AI pricing repricing connects to the Microsoft/Uber cost-blowout story from last week: as AI companies raise prices, the ROI calculus for enterprise buyers shifts, compressing the adoption curve and potentially triggering the down-round risk the $5M ARR cohort data identified. The Banyan Lane analysis of the lockup mechanics reveals how insider incentives shape public market outcomes — a template for how late-stage private market structure distortions eventually transmit into public market pricing.

The Big Newsletter frames SpaceX as a market-top signal based on the historical pattern of mega-IPOs arriving at sentiment peaks. Banyan Lane Capital's structural analysis of who holds SpaceX (VC funds with LP liquidity pressure, SPVs with exit mandates) is more specific: the supply overhang is real and mechanically incentivized regardless of business quality. Institutional rejections from pension funds create a credibility problem for the IPO that cannot be solved by marketing — when the largest patient-capital pools in the world publicly decline participation, the retail bid that clears the float is doing so with less informed conviction.

Verified across 3 sources: The Big Newsletter (Jun 1) · Banyan Lane Capital (Substack) (Jun 1) · Frontier News AI (May 31)

AI companies capture 87% of VC and 49% of investment-grade bonds in 2026 — the capital concentration numbers now include debt markets

Yesterday we tracked VCs openly acknowledging that 75% of capital was flowing to just five AI companies. New data shows the concentration has metastasized into debt markets: AI-related companies have captured 49% of all investment-grade bond issuance in 2026 year-to-date, on top of an updated 87% share of VC funding. This $380 billion sweep across venture and bond markets means large, conservative institutional allocators are structurally underweighting every other sector. An accompanying analysis frames the capital barrier itself as the primary moat, acting as strategic infrastructure financing that starves downstream ecosystems of liquidity.

The extension of AI capital concentration from venture into investment-grade bond markets is a qualitative escalation: corporate bond buyers are slower-moving and more risk-averse than VC, and their capital allocation reflects multi-year strategic commitments rather than speculative bets. When 49% of investment-grade bond issuance goes to AI, it means the largest, most conservative institutional allocators are structurally underweighting every other sector in their fixed-income portfolios. For founders outside the AI capital gravity well, this means the alternative capital sources (venture debt, growth equity, structured credit) are also being crowded out. The practical consequence: non-AI founders face simultaneously compressed equity valuations and reduced debt market availability, making the 'build efficient, raise less' model not optional but mandatory. The Stripe Atlas data (solo founders in top decile generated 61x revenue of median) from Origin Brief is the positive inverse: the survival strategy in a capital-scarce environment for non-AI founders is extreme efficiency, not fundraising optimization.

The BCG/FT Partners global fintech revenue report ($504B, +22% YoY, fintechs out-acquiring banks for first time) provides context that not all non-AI sectors are equally disadvantaged: profitable, cash-generative fintechs with clean unit economics are accessing capital through operational performance rather than narrative. The Africa startups piece documents the geographic consequence: emerging-market founders are being forced into domestic funding sources (development finance institutions, local pension funds) as global VC concentrates into US AI — accelerating a structural divergence in startup ecosystem development that may persist for years.

Verified across 4 sources: Phemex (Jun 1) · Agent Breaking (May 31) · Moneyweb / Bloomberg (May 31) · PR Newswire / Boston Consulting Group (Jun 1)

ZK & Identity Tech

Global digital identity infrastructure converges on verifiable credentials and agent-native trust layers — NTT DOCOMO names agents as a first-class design concern

A global digital identity roundup published Monday documents simultaneous convergence across jurisdictions on verifiable credentials and agent-accountability infrastructure. Key developments: NTT DOCOMO (in partnership with Accenture and AWS) is integrating an explicit 'agentic trust layer' using digital identity and verifiable credentials into its enterprise identity infrastructure — naming agents as a first-class design concern, not an afterthought. Samsung and CLEAR's TSA-approved mobile digital ID entered production. Australia launched a formal consultation on verifiable credentials. Austria, Spain, Netherlands, and Thailand are all moving national identity systems to production digital infrastructure. Simultaneously, Aztec Labs acquired Obsidion (the ZKPassport team) on Monday, integrating ZK-based government document verification into Aztec's privacy stack — 47,000+ users already verified across token sales, testnet validator sets, and regional events.

The NTT DOCOMO development is the most significant signal here: a major telecommunications and enterprise infrastructure company explicitly designing its identity layer around agents as principals, not just humans. This is the institutional adoption signal that verifiable credential frameworks have been waiting for — not another pilot, but a named architectural commitment from a company serving hundreds of millions of users. The Aztec/ZKPassport acquisition adds the privacy dimension: ZK-based government document verification enables compliance-grade identity without centralized data breach risk, and 47,000 production verifications demonstrates it works at non-trivial scale. For builders in the trust infrastructure space, this week's signals collectively suggest verifiable credentials are crossing from experimental to operational across multiple institutional tiers simultaneously — which typically marks the beginning of rapid adoption, not the peak of hype.

The Aztec/ZKPassport combination is architecturally interesting because it pairs privacy-preserving verification (prove you're of legal age without revealing your birthdate) with a production-grade deployment track record. The regulatory driver is real: MiCA (July 2026) and EU AI Act high-risk provisions (August 2026) lack standardized mechanisms for autonomous agent identity, creating a procurement gap that cryptographic credential platforms are racing to fill. The KPMG 2026 cybersecurity report identifying non-human identities as outnumbering humans in most enterprises provides the demand-side quantification: this is not a future problem but a present operational gap that CISOs are now explicitly prioritizing.

Verified across 3 sources: Think Digital Partners (Jun 1) · ITBrief (Jun 1) · Cybersecurity Insiders (May 31)

Stablecoin freeze sets DeFi precedent: courts can compel USDC freezes inside composable contracts, hitting innocent users — the censorship-resistance premise cracks

We covered the GENIUS Act's 'synthetic CBDC' controls yesterday, and now we have the first major DeFi casualty: a U.S. court order compelled Circle to freeze $12.6 million in USDC held within Zama's confidential smart contract. Because the funds were commingled in shared infrastructure, multiple innocent users were collateral damage. The freeze establishes a legal precedent that courts view stablecoin issuers as enforcement points within decentralized applications, overriding the censorship-resistance assumptions made by protocol developers. Along with Tether's recent $4.4B in freezes, it confirms that issuer-level controls dictate DeFi operational reality.

This is the proof case for the GENIUS Act's synthetic CBDC architecture we covered last week: the programmable control surface is operational, and it extends down into DeFi composable applications in ways that protocol designers explicitly did not intend. For builders designing agent and automated systems that depend on stablecoin rails for settlement — the AEON, x402, and Polygon agent payment infrastructure all use USDC-equivalent stablecoins as the settlement layer — this creates a specific operational risk: funds can be frozen not because your system did something wrong, but because a court targeted shared infrastructure you happened to use. The architectural response (asset segregation, censorship-resistant collateral, ZK-based privacy layers like Aztec) is now a product requirement for any system where fund freezes could cause third-party harm. This directly connects to the Aztec/ZKPassport acquisition: privacy-preserving DeFi that enables selective disclosure to regulators without exposing all users to freeze collateral damage is not an ideological position, it is an operational risk management requirement.

The Bitcoin.ke analysis frames this as a foundational challenge to privacy DeFi — the issuer control surfaces that GENIUS Act mandated function as intended for law enforcement but create liability for protocol builders who relied on stablecoin neutrality. Privacy advocates argue this validates the censorship-resistant collateral thesis (ETH, BTC) for DeFi systems requiring unconditional settlement finality. The practical reality is that most enterprise DeFi systems will use USDC-equivalent stablecoins for their regulatory compliance properties and accept the freeze risk as a known tradeoff — the design question is whether to build protocol-level isolation to contain freeze blast radius.

Verified across 1 sources: BitKE (May 31)

Founder Strategy & Hiring

The 'builder' role emerges as the early-stage hiring primitive — 63% of vibe coding users are non-developers, junior SWE hiring down 20%

Complementing the surge in highly paid 'Forward Deployed Engineer' roles we tracked yesterday, a new analysis argues for a different early-stage hiring primitive: the generalist 'builder'. AI tooling like Cursor and Lovable has collapsed the specialization tax, enabling a single person to ship end-to-end across engineering, product, and design. With 63% of vibe coding users now identifying as non-developers, and junior SWE hiring down 20%, the minimum viable team is no longer about role coverage but judgment bandwidth. Separately, new PanDev Metrics data challenges the 'hire globally from day one' mantra: teams spread across 5-hour timezones see 6.8-day median lead times compared to 3.2 days for colocated teams, suggesting strict 3-hour band constraints for the first 18 months.

These two pieces together reframe the foundational hiring question for $0–10M stage companies: the minimum viable team is not a function of role coverage but of judgment bandwidth and shipping velocity. The 'builder' profile (end-to-end, AI-enabled, domain-flexible) may outperform specialist pairs in the early stage because it preserves context continuity and eliminates the coordination overhead that kills velocity. The timezone data is the operationally actionable counterpart: if you are building a distributed team, the 18-month 3-hour band constraint is a concrete, testable guideline that contradicts the 'hire globally from day one' conventional wisdom. For founders at the $1M–$5M ARR stage making first or second hire decisions, the combined signal is: prioritize end-to-end shippers who overlap with you significantly, and defer geographic diversity until you have async infrastructure mature enough to absorb the velocity tax.

The Compute Remodel piece (28,000 tech layoffs in May 2026, driven by reallocation from headcount to compute capex) provides macro context: large companies are explicitly rebalancing from variable human labor to fixed AI infrastructure. For early-stage founders competing for talent, this creates a supply opportunity — displaced mid-level engineers from large companies increasingly have full-stack builder profiles that fit the 'builder' hiring primitive. The caveat from the solo founder thesis: extreme individual leverage works for digital products with low coordination requirements; teams building hardware, regulated services, or multi-stakeholder products still require specialist roles at smaller scale.

Verified across 2 sources: Rich Washburn (May 31) · PanDev Metrics (Jun 1)

Creator Economy

Substack launches TV app and pitches video as a publishing layer — the creator infrastructure maturation continues

Substack CEO Hamish McKenzie is positioning the platform's January 2026-launched TV app as a video distribution destination for creator-funded web series, emphasizing interactive commenting, live chat, and direct monetization (creators keep 90% of revenue) as structural differentiators from YouTube and traditional streaming. Early creators include Ben Sinclair (formerly of HBO's High Maintenance) publishing original shows with audience interaction tools designed to build direct relationships beyond individual episodes. Separately, Supporting Cast — a podcast subscription infrastructure provider — became the first platform to deliver gated subscriber-only video content natively inside the Spotify app using Spotify's Distribution API, enabling publishers to maintain direct subscriber relationships and data while reaching Spotify's 761M monthly active users. Kane Parsons' A24-distributed Backrooms film ($118M worldwide opening weekend, record for a first-time director) provides the demand-side signal: Gen Z audiences are gravitating toward creator-backed original content over franchise IP.

Three concurrent signals suggest creator infrastructure is at a maturation inflection: Substack moving into video (expanding the publishing surface), Supporting Cast enabling subscriber-gated video inside the dominant audio distribution platform (collapsing the fragmentation problem for podcast publishers), and the Backrooms box office success demonstrating that creator-native distribution competes with institutional content at scale. For builders and writers operating in the creator economy layer, the practical implication is that the distribution toolkit for writers and operators is expanding from text to video without requiring platform migration — Substack's TV app and Supporting Cast's Spotify integration both preserve creator control and data ownership while extending reach. The critical question for Substack TV is whether the interactive features (live chat, commenting) provide sufficient differentiation from YouTube's scale advantage, or whether this is another failed interactive TV experiment in a long line of them.

The 40%+ standalone creator-economy SaaS tool collapse forecast (from the Meta analysis in prior briefings) provides the competitive context: platforms are absorbing capabilities that third-party vendors previously owned. Supporting Cast's Spotify integration is the counter-model — using platform APIs to add distribution surface without surrendering the subscriber relationship. The Dhar Mann Studios example (300M weekly long-form views, 7–21 day script-to-screen, Samsung/Fox/NFL brand partnerships) shows the endpoint of creator-native production infrastructure at scale: creators with large audiences building proprietary production capabilities and IP ownership, competing directly with institutional media partners.

Verified across 3 sources: Business Insider Africa (May 31) · PPC Land (May 31) · NBC News (May 31)

DeSci & Longevity

Longevity capital map: $27.6T economy, capital concentrates in reprogramming and AI drug discovery while foundational scientists rank lower on funding control

The Forever.ai Longevity Top 100 analysis published Sunday cross-references a capital-and-influence power ranking with an LLM consensus ranking of pure scientific contribution, revealing a divergence between who controls capital and who drives foundational science. Capital concentrates in cellular reprogramming (Altos, Retro, Life Biosciences), AI drug discovery (Isomorphic, Insilico), and xenotransplantation; foundational scientists (Sinclair, Horvath, Campisi) rank high on scientific contribution but lower on capital control. A concurrent Medium analysis quantifies the market: the global longevity economy at $27.6 trillion in 2026 projected to $67 trillion within a decade, with sovereign wealth funds now entering at scale alongside the venture capital that has funded the sector since 2020. California's lawsuit against 23andMe (6.9M genetic profiles exposed, $400K ransom payment to attacker) lands the same week as a reminder of the governance risks in centralized genetic data custodianship.

The longevity capital map reveals the same pattern visible across AI and prediction markets: capital concentration diverges from epistemic contribution, with governance implications. When VC-backed reprogramming startups control more capital than the foundational geroscience researchers, the research agenda reflects investor return timelines rather than scientific uncertainty. The 23andMe lawsuit is the trust infrastructure failure case study for this sector: centralized custodianship of immutable, family-identifiable genetic data failed at every layer (detection, prevention, disclosure, remediation) — validating why DeSci's decentralized, consent-aware, cryptographically verifiable governance models are not ideological but operational requirements for the longevity data layer. For founders building in the longevity or DeSci space, the sovereign wealth fund entry signal is significant: patient capital with multi-decade horizons and political mandates around workforce longevity is now entering, which changes both the funding landscape and the exit path.

The Big Pharma Sharma biopharma roundup (Lilly VERVE-102 gene editing 51–88% PCSK9 reduction in Phase 1b, GSK bepirovirsen 19% HBV functional cure) demonstrates that capital concentration in biotech is producing clinical results — the question is whether the capital alignment produces the right results on the right timelines for the underlying science. The Trump administration's OMB rulemaking replacing peer review with 'national interest' criteria for grant approval directly threatens the decentralized funding mechanisms DeSci was designed to create alternatives to, potentially accelerating the case for blockchain-based research funding as DARPA-style grants become politically determined.

Verified across 4 sources: Forever (May 31) · Medium (May 31) · PPC Land (May 31) · Big Pharma Sharma (May 31)


The Big Picture

The trust layer is becoming the moat Across agent identity (DNS-AID, OWASP Memory Guard, Aztec/ZKPassport), agent payments (Polygon/ERC-8004, Payouts.com's control-layer thesis), and DeFi governance (stablecoin freezes, NHI credential sprawl), the pattern is the same: capability is table stakes, verifiable trust is the defensible position. Companies racing to own the governance and identity checkpoints — not the settlement rails or the model weights — are the ones likely to extract durable value.

Capital concentration is entering its destructive phase The 220+ fallen unicorns story, the 75%-to-five-companies VC stat, AI companies capturing 87% of venture and 49% of investment-grade bonds, and the SpaceX IPO governance revolt are all one story: the AI capital cycle has compressed into a winner-take-most structure that is now actively starving non-AI and non-US ecosystems, while simultaneously making institutional limited partners skeptical of governance terms that would have cleared easily in 2021.

Ethereum's economic identity crisis is structural, not cyclical The rollup-centric scaling strategy delivered its intended outcome — high utility, low fees — but stripped ETH of the fee-capture mechanism that justified its valuation. Developer concentration stays high (900+ contributors), exchange-owned OP Stack chains generate real revenue, and institutional tokenization flows are real. But the token isn't capturing utility gains. This is a protocol-level design consequence, not sentiment, and it will shape every builder's calculus about what 'building on Ethereum' means for token alignment.

Prediction market epistemic integrity is deteriorating as the category scales The 67%-of-profits-to-0.1%-of-accounts data, the second consecutive insider-trading prosecution, Trump's conflict-of-interest intervention, and the Hyperliquid HIP-4 vs. Polymarket oracle architecture comparison all converge: as prediction markets attract institutional capital, political influence, and retail FOMO simultaneously, the epistemic premise — that dispersed public belief aggregates into accurate prices — is under sustained structural attack from multiple vectors at once.

The AI SDR category is sorting into hybrid-only survivors The convergence of the 'fully autonomous AI SDR narrative collapse' analysis, Anthropic's GTM stack disclosure (Clay/Gong/Ironclad as orchestration, not endpoints), and Replit's agent-fluency-as-sales-leading-indicator data tells a coherent story: AI in GTM works when it amplifies human judgment and closes feedback loops, not when it replaces the human entirely. The winners are building orchestration layers, not autonomous agents.

What to Expect

2026-06-03 Connecticut prediction market motion-to-dismiss deadline — one of three June CFTC/state jurisdictional battles that will produce new legal arguments on federal preemption vs. state gambling law.
2026-06-04 Ohio prediction market appeal response deadline — part of the multi-state litigation cascade following Trump's June 1 CFTC-supremacy declaration.
2026-06-05 Ho-Chunk Nation settlement response deadline in prediction market tribal gaming case — introduces Indian Gaming Regulatory Act dimension not yet broadly covered.
2026-07-01 MiCA enforcement deadline — forcing 30–40% of EU-facing crypto service providers to exit, merge, or comply; Kakunin's X.509 agent-identity pilot is explicitly timed to this date.
2026-08-01 Minnesota prediction market felony ban effective date (SF4760) — and EU AI Act high-risk provision enforcement begins, triggering Kakunin and similar agent-identity compliance requirements.

Every story, researched.

Every story verified across multiple sources before publication.

🔍

Scanned

Across multiple search engines and news databases

776
📖

Read in full

Every article opened, read, and evaluated

194

Published today

Ranked by importance and verified across sources

20

— The Distribution Desk

🎙 Listen as a podcast

Subscribe in your favorite podcast app to get each new briefing delivered automatically as audio.

Apple Podcasts
Library tab → ••• menu → Follow a Show by URL → paste
Overcast
+ button → Add URL → paste
Pocket Casts
Search bar → paste URL
Castro, AntennaPod, Podcast Addict, Castbox, Podverse, Fountain
Look for Add by URL or paste into search

Spotify isn’t supported yet — it only lists shows from its own directory. Let us know if you need it there.