Crypto Superapp Legend Announces Shutdown As Industry Shakeout Continues

bitcoinistPublicado a 2026-05-14Actualizado a 2026-05-14

Resumen

Legend, a DeFi mobile app aggregator founded by former Compound executives, is shutting down on July 12 after roughly two years. Despite a $15 million funding round led by Andreessen Horowitz and Coinbase Ventures in 2025, CEO Jayson Hobby stated the product failed to achieve the necessary scale for financial viability. The non-custodial app allowed users to earn, trade, borrow, and swap assets via integrations with major protocols like Aave and Uniswap from a single interface. Hobby noted mainstream crypto users care about benefits like better yield and control, not whether a product uses blockchain. Legend's closure is part of a broader sector shakeout, with over 20 DeFi, NFT, and crypto protocols announcing shutdowns this year amid a bear market and declining total value locked.

Mainstream crypto users don’t care whether a product runs on a blockchain or not. That blunt observation came from Legend CEO Jayson Hobby as he announced the closure of the DeFi mobile app he helped build — and it may be the most honest thing said about crypto consumer products in years.

A Costly Lesson in Crypto User Behavior

Legend, a mobile-first DeFi aggregator founded by former Compound Finance executives, will go offline on July 12 after roughly two years in operation. The app will continue running normally for 60 days before the shutdown takes effect.

Hobby said the product found an audience but failed to grow to the scale needed to keep the company financially viable. Closing, he said, was the right call for the team and its investors.

The app let users earn, trade, borrow, and swap assets like stablecoins and Ether through integrations with major DeFi protocols including Aave, Compound, and Uniswap — all from a single interface.

The idea was to spare users from juggling multiple wallets and applications. Legend operated as a non-custodial aggregator, meaning it never held user funds directly.

Backed By Big Names, Still Not Enough

In February 2025, Legend closed a $15 million funding round led by Andreessen Horowitz and Coinbase Ventures. The backing gave it credibility. It wasn’t enough to overcome the growth gap.

No active user counts or total value locked figures were disclosed, partly because the aggregator model makes those numbers harder to pin down.

Bitcoin is now trading at $80,237. Chart: TradingView

What users want, according to Hobby, is simple: better yield, faster payments, more control over their money. Whether those outcomes come from a blockchain or a traditional bank account is beside the point.

“The product that wins,” he said, “is the one that hides it completely. The benefits are felt, not explained.”

The broader DeFi market has not made things easier. Total value locked across the DeFi ecosystem has fallen 50% since October, weighed down by a prolonged crypto bear market.

A Wave Of Closures Sweeps The Sector

Legend is far from alone. More than 20 DeFi, NFT, crypto, GameFi protocols have announced shutdowns so far this year.

ZeroLend closed in February after three years, calling its model unsustainable. Solana aggregator Step Finance wound down the same month following a $40 million treasury wallet breach.

DeFi derivatives platform Polynomial also ceased operations in February. Balancer Labs shut down in March after mounting pressure following a $116 million hack late last year.

And in April, Base-based lending protocol Seamless Protocol cited volatile market conditions as the reason for its closure.

Featured image from Unsplash, chart from TradingView

Preguntas relacionadas

QWhat was the main reason behind Legend CEO Jayson Hobby's blunt observation about crypto users?

AThe main reason was his conclusion based on Legend's shutdown, stating that mainstream crypto users don't care if a product runs on blockchain or not; they just want better yield, faster payments, and more control over their money.

QWhat key functionality did the Legend app provide to its users?

AThe Legend app was a non-custodial DeFi aggregator that let users earn, trade, borrow, and swap assets like stablecoins and Ether through integrations with major protocols like Aave, Compound, and Uniswap from a single interface.

QWhich major venture capital firms led Legend's $15 million funding round in February 2025?

ALegend's $15 million funding round in February 2025 was led by Andreessen Horowitz and Coinbase Ventures.

QAccording to the article, what has happened to the total value locked (TVL) in the broader DeFi market since October?

AAccording to the article, the total value locked (TVL) across the DeFi ecosystem has fallen by 50% since October, weighed down by a prolonged crypto bear market.

QName two other crypto protocols mentioned in the article that shut down in February of the same year.

ATwo other crypto protocols that shut down in February mentioned in the article are ZeroLend and the Solana aggregator Step Finance (following a treasury wallet breach).

Lecturas Relacionadas

Codex Goal Mode Usage Guide: How to Make AI Continuously Pursue a Specific Objective

"Codex Goal Mode: How to Make AI Work Continuously Toward a Specific Goal" OpenAI's Codex "goal mode" (/goal) transforms the AI from a reactive code assistant into a proactive execution agent capable of working autonomously for hours or even days to achieve a defined objective. To maximize its effectiveness, follow these key principles: 1. **Define Clear, Verifiable Exit Criteria:** The goal prompt should be a concise, measurable success condition, not a lengthy specification. Use quantifiable metrics like "reduce build time by 30%" or "achieve 100% test parity." 2. **Provide Initial Guidance and Tools:** Direct Codex toward likely problem areas and specify available tools (e.g., browsers, testing environments) to prevent it from exploring unproductive paths. 3. **Enable Progress Measurement:** Equip Codex with ways to track advancement, such as creating comparison tools for visual tasks or evaluation sets, ensuring it can gauge its own progress. 4. **Use a Realistic Execution Environment:** For tasks like performance optimization, provide access to environments that closely mimic production (e.g., similar configs, databases) to yield valid results. 5. **Be Cautious with Visual Goals:** Avoid vague "pixel-perfect" instructions. Instead, supplement visual references with functional checklists or design system specifications to prevent Codex from obsessing over minor details. 6. **Implement Progress Tracking:** For long-running tasks, have Codex commit code to draft PRs, update progress documents, or send Slack updates to maintain visibility into its work. 7. **Review and Consolidate Results:** Once the goal is met, instruct Codex to review its work, clean up ineffective experimental code, and reflect on what strategies succeeded or failed. Ultimately, using goal mode shifts the developer's role from writing prompts to managing a persistent engineering agent—defining objectives, establishing metrics, configuring environments, and conducting final reviews.

marsbitHace 37 min(s)

Codex Goal Mode Usage Guide: How to Make AI Continuously Pursue a Specific Objective

marsbitHace 37 min(s)

From Ethereum to AI's 'CROPS': What Exactly Is This 'Slow Variable' That Vitalik Has Repeatedly Emphasized?

Recently, Vitalik Buterin has frequently emphasized the concept of "CROPS," first outlined in the Ethereum Foundation's March mandate as core principles guiding its focus: Censorship Resistance, Capture Resistance, Open Source, Privacy, and Security. CROPS represents Ethereum's commitment to providing foundational capabilities for user sovereignty—enabling asset ownership, identity expression, and coordination without reliance on centralized platforms or surrendering ultimate control. This framework is gaining new urgency with the rise of AI, particularly AI agents managing digital assets and automating transactions. While AI offers convenience, it risks centralizing user data, intent, and control if dependent on opaque, centralized services. Vitalik argues for "CROPS AI"—AI that is open, privacy-preserving, secure, and capable of local execution to maintain user agency. He highlights convergence between "CROPS Ethereum access layers" and "CROPS AI," such as using zero-knowledge proofs for private remote LLM calls and Ethereum RPC reads, ensuring users can access services without exposing sensitive information. Ultimately, CROPS is not just an abstract ideal but a practical guide for Ethereum's development and AI integration. It addresses the critical long-term question: as digital systems grow more powerful, how can users retain control over their privacy, assets, and autonomy? In an AI-driven era, these principles may define Ethereum's enduring value—prioritizing verifiable, secure, and user-centric design over short-term optimizations like speed and cost alone.

marsbitHace 41 min(s)

From Ethereum to AI's 'CROPS': What Exactly Is This 'Slow Variable' That Vitalik Has Repeatedly Emphasized?

marsbitHace 41 min(s)

Trading

Spot
Futuros

Artículos destacados

Cómo comprar T

¡Bienvenido a HTX.com! Hemos hecho que comprar Threshold Network Token (T) sea simple y conveniente. Sigue nuestra guía paso a paso para iniciar tu viaje de criptos.Paso 1: crea tu cuenta HTXUtiliza tu correo electrónico o número de teléfono para registrarte y obtener una cuenta gratuita en HTX. Experimenta un proceso de registro sin complicaciones y desbloquea todas las funciones.Obtener mi cuentaPaso 2: ve a Comprar cripto y elige tu método de pagoTarjeta de crédito/débito: usa tu Visa o Mastercard para comprar Threshold Network Token (T) al instante.Saldo: utiliza fondos del saldo de tu cuenta HTX para tradear sin problemas.Terceros: hemos agregado métodos de pago populares como Google Pay y Apple Pay para mejorar la comodidad.P2P: tradear directamente con otros usuarios en HTX.Over-the-Counter (OTC): ofrecemos servicios personalizados y tipos de cambio competitivos para los traders.Paso 3: guarda tu Threshold Network Token (T)Después de comprar tu Threshold Network Token (T), guárdalo en tu cuenta HTX. Alternativamente, puedes enviarlo a otro lugar mediante transferencia blockchain o utilizarlo para tradear otras criptomonedas.Paso 4: tradear Threshold Network Token (T)Tradear fácilmente con Threshold Network Token (T) en HTX's mercado spot. Simplemente accede a tu cuenta, selecciona tu par de trading, ejecuta tus trades y monitorea en tiempo real. Ofrecemos una experiencia fácil de usar tanto para principiantes como para traders experimentados.

601 Vistas totalesPublicado en 2024.12.10Actualizado en 2026.06.02

Cómo comprar T

Discusiones

Bienvenido a la comunidad de HTX. Aquí puedes mantenerte informado sobre los últimos desarrollos de la plataforma y acceder a análisis profesionales del mercado. A continuación se presentan las opiniones de los usuarios sobre el precio de T (T).

活动图片