REX Shares bundles 9 ETFs into one GIF fund – Diversification or dilution?

ambcryptoОпубліковано о 2026-02-27Востаннє оновлено о 2026-02-27

Анотація

REX Shares has launched the REX Growth & Income Universe ETF (GIF), a fund that bundles nine of its ETFs into a single product. The strategy aims to provide diversified exposure across multiple sectors—including technology, retail, and healthcare—with three of the underlying ETFs directly linked to crypto assets. Unlike traditional single-asset ETFs, GIF uses 1.25x leverage and covered calls on about half its holdings to generate weekly income, while the remainder stays invested for potential upside. This structure is designed to balance steady returns with growth opportunities and reduced volatility. The approach reflects a shift toward risk-managed crypto exposure, especially relevant in a post-halving market where pure price appreciation ETFs face significant outflows and downside pressure.

Diversification remains central to investor strategy.

Leaning into that, REX Shares has introduced the REX Growth & Income Universe ETF (GIF). It combines its nine ETFs into a single fund, offering “diversified” exposure that includes crypto-linked assets.

In other words, unlike traditional Bitcoin [BTC] or Ethereum [ETH] ETFs that track a single asset class, GIF spreads risk across multiple stocks spanning tech, retail, healthcare, and crypto-related sectors, making it a structurally broader investment approach.

Looking at the details, three of the nine underlying ETFs are directly crypto-linked – MSII (Strategy, known for its BTC holdings), COII (Coinbase, a crypto exchange), and HOII (Robinhood, which offers crypto trading).

From a structure standpoint, each ETF targets 1.25x exposure to its stock and uses covered calls on roughly half of its holdings to generate weekly income. All while the rest remains invested to benefit if the stock price rises.

In practical terms, REX Shares is trying to mix steady income with sustained stock upside, while keeping diversification intact. However, as noted by AMBCrypto, this also raises a structural question.

Recent cycles have seen halving returns shrink amid heavier ETF flows. In such an environment, does REX Shares’ approach reflect a shift towards more risk-managed crypto exposure, or does it risk further capping the upside?

REX Shares’ income strategy meets post-halving reality

The difference between traditional ETFs and REX lies in the structure.

Traditional ETFs typically track an index (like Bitcoin), maintain 1x exposure, and rely on price appreciation for returns. REX’s model, by contrast, layers in leverage and covered calls to generate weekly income.

Why does that matter? As AMBCrypto notes, this is where the shift becomes clear. REX Shares is leaning towards “engineered yield” over pure crypto beta, reflecting the cooling momentum seen in traditional ETFs.

Take BlackRock’s iShares Bitcoin Trust (IBIT) as a case in point.

In risk-off markets, IBIT sees significant outflows, amplifying downside pressure. With two consecutive negative quarters, the fund has declined by nearly 50%, underscoring the volatility tied to single-asset exposure.

The result? Prolonged outflows limit BTC accumulation. REX Shares, on the other hand, focuses on a mix of diversified exposure and income generation rather than relying solely on price movements. This makes it better aligned to the current post-halving market reality.


Final Summary

  • REX Shares’ GIF combines nine ETFs, using modest leverage and covered calls to generate weekly income.
  • Unlike pure crypto ETFs, REX’s structure emphasizes diversification, making it better aligned with the current post-halving market environment.

Пов'язані питання

QWhat is the main feature of the REX Growth & Income Universe ETF (GIF) introduced by REX Shares?

AThe main feature is that it bundles nine ETFs into a single fund, offering diversified exposure across multiple sectors including tech, retail, healthcare, and crypto-related assets, while using covered calls on roughly half of its holdings to generate weekly income.

QHow does REX Shares' GIF ETF differ from traditional Bitcoin or Ethereum ETFs?

AUnlike traditional crypto ETFs that track a single asset class and rely solely on price appreciation, GIF spreads risk across multiple sectors, uses 1.25x leverage, and employs covered calls to generate weekly income, focusing on both diversification and engineered yield.

QWhich three underlying ETFs in the GIF fund are directly crypto-linked?

AThe three crypto-linked ETFs are MSII (known for its BTC holdings), COII (linked to Coinbase, a crypto exchange), and HOII (linked to Robinhood, which offers crypto trading).

QWhy does the article suggest REX Shares' approach might be better aligned with the post-halving market reality?

ABecause it emphasizes diversified exposure and income generation through covered calls rather than relying solely on price appreciation, which is more resilient in volatile or risk-off markets where single-asset ETFs like IBIT face significant outflows and downside pressure.

QWhat potential risk does the article highlight about REX Shares' strategy?

AThe strategy risks capping the upside potential of investments, as the use of covered calls and leverage in a diversified structure may limit gains during strong market rallies, especially in cycles where ETF flows are heavy and halving returns shrink.

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

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

OpenAI engineer Weng Jiayi's "Heuristic Learning" experiments propose a new paradigm for Agentic AI, suggesting that intelligent agents can improve not just by training neural networks, but also by autonomously writing and refining code based on environmental feedback. In the experiment, a coding agent (powered by Codex) was tasked with developing and maintaining a programmatic strategy for the Atari game Breakout. Starting from a basic prompt, the agent iteratively wrote code, ran the game, analyzed logs and video replays to identify failures, and then modified the code. Through this engineering loop of "code-run-debug-update," it evolved a pure Python heuristic strategy that achieved a perfect score of 864 in Breakout and performed competitively with deep reinforcement learning (RL) algorithms in MuJoCo control tasks like Ant and HalfCheetah. This approach, termed Heuristic Learning (HL), contrasts with Deep RL. In HL, experience is captured in readable, modifiable code, tests, logs, and configurations—a software system—rather than being encoded solely into opaque neural network weights. This offers potential advantages in explainability, auditability for safety-critical applications, easier integration of regression tests to combat catastrophic forgetting, and more efficient sample use in early learning stages, as demonstrated in broader tests on 57 Atari games. However, the blog acknowledges clear limitations. Programmatic strategies struggle with tasks requiring long-horizon planning or complex perception (e.g., Montezuma's Revenge), areas where neural networks excel. The future vision is a hybrid architecture: specialized neural networks for fast perception (System 1), HL systems for rules, safety, and local recovery (also System 1), and LLM agents providing high-level feedback and learning from the HL system's data (System 2). The core proposition is that in the era of capable coding agents, a significant portion of an AI's learned experience could be maintained as an auditable, evolving software system.

marsbit50 хв тому

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

marsbit50 хв тому

Your Claude Will Dream Tonight, Don't Disturb It

This article explores the recent phenomenon of AI companies increasingly using anthropomorphic language—like "thinking," "memory," "hallucination," and now "dreaming"—to describe machine learning processes. Focusing on Anthropic's newly announced "Dreaming" feature for its Claude Agent platform, the piece explains that this function is essentially an automated, offline batch processing of an agent's operational logs. It analyzes past task sessions to identify patterns, optimize future actions, and consolidate learnings into a persistent memory system, akin to a form of reinforcement learning and self-correction. The article draws parallels to similar features in other AI agent systems like Hermes Agent and OpenClaw, which also implement mechanisms for reviewing historical data, extracting reusable "skills," and strengthening long-term memory. It notes a key difference from human dreaming: these AI "dreams" still consume computational resources and user tokens. Further context is provided by discussing the technical challenges of managing AI "memory" or context, highlighting the computational expense of large context windows and innovations like Subquadratic's new model claiming drastically longer contexts. The core critique argues that this strategic use of human-centric vocabulary does more than market products; it subtly reshapes user perception. By framing algorithms with terms associated with consciousness, companies blur the line between tool and autonomous entity. This linguistic shift can influence user expectations, tolerance for errors, and even perceptions of responsibility when systems fail, potentially diverting scrutiny from the companies and engineers behind the technology. The article concludes by speculating that terms like "daydreaming" for predictive task simulation might be next, continuing this trend of embedding the idea of an "inner life" into computational processes.

marsbit52 хв тому

Your Claude Will Dream Tonight, Don't Disturb It

marsbit52 хв тому

Торгівля

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

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

Як купити ONE

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

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

Як купити ONE

Обговорення

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

活动图片