WisdomTree Launches First Fully Staked ETH ETP Backed by stETH

项目方LDO(Lido)Опубліковано о 2025-12-03Востаннє оновлено о 2025-12-04

WisdomTree’s fully staked ETH ETP is now live. The WisdomTree Physical Lido Staked Ether ETP (LIST) is the first European ETP to hold only stETH minted via the Lido protocol, offering a structure that avoids the unstaked buffers traditional products often use for creations and redemptions.

LIST trades on Deutsche Börse Xetra, SIX Swiss Exchange and Euronext in Paris and Amsterdam. It holds stETH, providing exposure to staked ETH and corresponding onchain staking rewards through a listed product format that fits into existing institutional workflows. LIST begins trading with approximately $50 million in assets under management and has a management expense ratio (MER) of 50 basis points.

 

Why stETH Supports This Structure

stETH is a core part of Ethereum’s market infrastructure and is the largest liquid staking token, representing nearly 25 per cent of all staked ETH with around 8.5 million ETH staked through the Lido protocol. It is integrated into major DeFi applications, supported by centralized venues and available through leading institutional custody providers.

This scale and integration contribute to stETH’s deep liquidity, with around $100 million of stETH executable within 2 percent of its redemption value (based on CoWSwap solver quotes) and roughly $10 billion used as collateral across DeFi. This liquidity allows creations and redemptions to be processed smoothly through secondary markets rather than lengthy validator withdrawal queues, which is necessary for a fully staked structure.

The Lido protocol distributes staked ETH across more than 650 node operators globally. This breadth of operators reduces reliance on any single provider and supports transparency onchain, aligning with the high operational expectations for fully staked products. 

Together, these characteristics make stETH the only liquid staking token that currently meets the operational profile required to support a fully staked ETP.

 

Europe’s Role in Institutional Staking Access

Europe has established a clear regulatory framework for physically backed crypto ETPs, including those that hold staked assets.

In this environment, launching LIST demonstrates how stETH can be incorporated into regulated market infrastructure and accessed through the channels institutions already use. ETPs, and eventually ETFs, can link existing operational processes with onchain transparency in a format institutions already understand.

 

What This Launch Represents

Kean Gilbert, Head of Institutional Relations at Lido Ecosystem Foundation, said:

“stETH is already the most widely used path for institutions to access Ethereum’s staking economy. Bringing it into a fully backed ETP is a natural next step and gives allocators a structure they know,  without losing the depth of liquidity and the strong security that makes Lido's stETH valuable.” 

 

Dovile Silenskyte, Director, Digital Assets Research, WisdomTree, added: 

“Lido Staked Ether sits at the centre of Ethereum’s transition to a yield-bearing network. It allows holders to earn staking rewards without locking up capital, creating liquidity and efficiency that extends across decentralised finance. The combination of income and utility within Lido Staked Ether reflects the growing maturity of the digital asset ecosystem and its evolution toward more functional, long-term use case.”

 

Building Resilient & Transparent Staking Infrastructure

The introduction of a fully staked ETH ETP aligns with ongoing progress across custody, market infrastructure and treasury systems that incorporate stETH into institutional workflows.

These developments show how stETH is moving into a wider range of institutional settings. Broadening access through custodians, infrastructure providers and listed products helps maintain a reliable, transparent staking environment that can operate at scale as institutional participation grows.

 


 

About WisdomTree

WisdomTree is a global financial innovator, offering a well-diversified suite of exchange-traded products (ETPs), models and solutions, covering equity, commodity, fixed income, leveraged and inverse, currency, cryptocurrency and alternative strategies. WisdomTree currently has approximately $139.5 billion in assets under management globally, inclusive of assets under management attributable to our recently completed acquisition of Ceres Partners, LLC.

For more information about WisdomTree, visit www.wisdomtree.com

WisdomTree® is the marketing name for WisdomTree, Inc. and its subsidiaries worldwide.

 

About Lido Institutional

Lido Institutional represents a dedicated group of contributors focused on advocating for the use of Lido’s open-source, liquid staking middleware by non-retail users. Lido's middleware provides a way to participate in the blockchain network validation process and get staking rewards for this activity. With a mission to democratize staking, Lido middleware lets users connect with node operators and stake their digital assets without the need to individually maintain hardware.

For more information, visit lido.fi/institutional.

Пов'язані матеріали

Has BTC's 'Digital Gold' Narrative Failed?

The article discusses Bitcoin's "digital gold" narrative, its recent price drop, and long-term outlook through the perspective of "Jason". It argues the narrative is not a failure but that Bitcoin represents a superior, new asset class due to its fixed supply (21 million), portability, and auditability. The piece compares its current ~3-4% global adoption rate to early internet/e-commerce, suggesting significant growth potential. Regarding the 2025-2026 price decline (from ~$126k to briefly under $61k), the author views it as a predictable, consensus-driven sell-off within Bitcoin's ~4-year cycle post-halving, exacerbated by a major "handover" from early, low-cost holders to new institutional buyers via ETFs. A key observation is that historical peak-to-trough drawdowns have lessened over time (e.g., 93% in 2011 to ~50% in 2026), indicating maturing volatility as holder structure changes. For the long term, the author uses a simple framework: Bitcoin's total market cap (~$1.4T at $70k) is only about 7% of gold's (~$20T). Even capturing 30-50% of gold's value would imply substantial upside. However, the article strongly cautions against viewing this as investment advice, emphasizing extreme volatility and the critical importance of risk management, position sizing, and deep fundamental understanding to survive severe drawdowns. It concludes by drawing a parallel to Amazon's 95% crash in 2000 and subsequent 42x recovery, stressing that the key is surviving market cycles to realize long-term potential.

链捕手3 хв тому

Has BTC's 'Digital Gold' Narrative Failed?

链捕手3 хв тому

From Code to Cognition: A Ten-Thousand-Word Guide to the Evolution of the Robot Brain

"From Code to Cognition: The Evolution of Robot Brains" The journey of robotic intelligence has shifted dramatically from manually coded systems to AI-driven brains. For decades, robots relied on layered software stacks—perception, state estimation, planning, control—each handcrafted. While predictable, they lacked adaptability. The 2010s saw deep learning revolutionize perception (e.g., object detection) and control (via reinforcement learning), but learned skills remained narrow. The arrival of Large Language Models (LLMs) marked a turning point. LLMs acted as high-level planners, interpreting natural language instructions and generating sequences of actions for traditional robotic systems to execute. However, true integration came with Visual-Language-Action (VLA) models, which fused vision, language, and motion prediction into a single network. Pioneered by models like RT-2 and open-source projects like OpenVLA, VLAs enable robots to reason and act directly from visual input and commands. The most advanced humanoid robots now employ a "dual-brain" architecture: a slow-thinking, large VLA (System 2) for reasoning and planning, and a fast-reacting, small network (System 1) for high-frequency motion control, sometimes with an even lower-level System 0 for balance. This split balances cognition with the physics of real-time movement. Computation is split between onboard hardware (e.g., NVIDIA Jetson) for safety-critical control loops and cloud/edge servers for non-critical tasks like learning and interfaces. A crucial driver is the open-source ecosystem—models like GR00T and OpenVLA allow startups to build upon pre-trained brains and fine-tune them with their own data, accelerating development. Despite progress, current systems struggle with recovery from errors, sample inefficiency, and long-horizon tasks. This has spurred the rise of **World Models**—neural networks that predict the consequences of actions. By simulating possible futures before acting (like NVIDIA Cosmos or Meta V-JEPA), robots can plan, recover, and generalize better. This represents the next frontier: shifting intelligence from learned reactions to an internal model of physics and cause-and-effect. The field is rapidly evolving. While not yet at its "ChatGPT moment," the convergence of cheaper hardware, scalable simulation, and world models points toward robots that are increasingly capable, adaptive, and useful. The question is shifting from "what can robots do?" to "what *should* they do?"

marsbit33 хв тому

From Code to Cognition: A Ten-Thousand-Word Guide to the Evolution of the Robot Brain

marsbit33 хв тому

AI Bubble Is Bursting

The AI Bubble is Bursting: A Necessary Purge on the Path to Ubiquitous Intelligence Market volatility has reignited debates about an AI bubble, with figures like Ray Dalio pointing to high valuations. However, this parallels the dot-com bubble, which, despite its crash, laid the physical infrastructure for today's internet era. The current AI investment frenzy, with tech giants planning trillions in infrastructure spending far outstripping current AI application revenues, appears similarly imbalanced. This 'bubble' is seen as an inevitable phase for a disruptive technology, paying the "innovation tax." Critically, AI inference costs have plummeted over 99.7% since 2023, making intelligence nearly free at the margin. This hasn't reduced spending but has instead unlocked massive new demand, as seen in enterprise AI cloud expenditure tripling. This follows the Jevons Paradox: efficiency gains lead to greater total consumption. The market is now entering a cleansing phase, weeding out speculative ventures lacking real moats. The deeper shift is a move from capital expenditure (CapEx) on hardware to value creation in operational expenditure (OpEx) through AI applications that solve real industry problems. While infrastructure valuations are high, rapid earnings growth from widespread AI adoption across sectors—from manufacturing and finance to law and healthcare—may digest these valuations over time. Ultimately, this creative destruction will leave behind robust infrastructure and optimized models, cheaply powering an AI-augmented future for all industries, much as the internet became indispensable after its own bubble burst. The core productive potential remains undiminished.

链捕手43 хв тому

AI Bubble Is Bursting

链捕手43 хв тому

Торгівля

Спот
Ф'ючерси

Популярні статті

Як купити STETH

Ласкаво просимо до HTX.com! Ми зробили покупку Lido Staked ETH (STETH) простою та зручною. Дотримуйтесь нашої покрокової інструкції, щоб розпочати свою криптовалютну подорож.Крок 1: Створіть обліковий запис на HTXВикористовуйте свою електронну пошту або номер телефону, щоб зареєструвати обліковий запис на HTX безплатно. Пройдіть безпроблемну реєстрацію й отримайте доступ до всіх функцій.ЗареєструватисьКрок 2: Перейдіть до розділу Купити крипту і виберіть спосіб оплатиКредитна/дебетова картка: використовуйте вашу картку Visa або Mastercard, щоб миттєво купити Lido Staked ETH (STETH).Баланс: використовуйте кошти з балансу вашого рахунку HTX для безперешкодної торгівлі.Треті особи: ми додали популярні способи оплати, такі як Google Pay та Apple Pay, щоб підвищити зручність.P2P: Торгуйте безпосередньо з іншими користувачами на HTX.Позабіржова торгівля (OTC): ми пропонуємо індивідуальні послуги та конкурентні обмінні курси для трейдерів.Крок 3: Зберігайте свої Lido Staked ETH (STETH)Після придбання Lido Staked ETH (STETH) збережіть його у своєму обліковому записі на HTX. Крім того, ви можете відправити його в інше місце за допомогою блокчейн-переказу або використовувати його для торгівлі іншими криптовалютами.Крок 4: Торгівля Lido Staked ETH (STETH)Легко торгуйте Lido Staked ETH (STETH) на спотовому ринку HTX. Просто увійдіть до свого облікового запису, виберіть торгову пару, укладайте угоди та спостерігайте за ними в режимі реального часу. Ми пропонуємо зручний досвід як для початківців, так і для досвідчених трейдерів.

47 переглядів усьогоОпубліковано 2024.12.12Оновлено 2026.06.02

Як купити STETH

Обговорення

Ласкаво просимо до спільноти HTX. Тут ви можете бути в курсі останніх подій розвитку платформи та отримати доступ до професійної ринкової інформації. Нижче представлені думки користувачів щодо ціни STETH (STETH).

活动图片