VanEck Debuts First U.S.-Based Avalanche ETF as AVAX Stays Under Pressure

TheNewsCryptoPublished on 2026-01-27Last updated on 2026-01-27

Abstract

VanEck launched the first U.S.-listed Avalanche ETF (VAVX) on January 26, offering direct exposure to AVAX and staking rewards. Despite this, AVAX remained under pressure, trading below $12 with a weekly decline of nearly 7%. The fund will waive fees for the first $500 million in assets until February 28, 2026, and can stake up to 70% of its holdings, potentially reducing market supply. Currently priced at $11.77, AVAX shows weak momentum with a declining trading volume. Key support lies at $11, while a break above $13 could lead to a move toward $14–$15.

Asset Manager VanEck launched the first U.S.-listed Avalanche ETF on January 26, and the product began trading on Nasdaq under the ticker VAVX, offering direct exposure to AVAX along with staking rewards. Despite this, AVAX continued under pressure, trading below $12 and experiencing a weekly fall of almost 7%.

During the period of VanEck Avalanche ETF from January 26, 2026, to February 28, 2026, VanEck will waive the entire Fee for the first $500 million of the assets. If the Trust’s assets exceed $500 million before February 28, 2026, the Fee charged on assets over $500 million will be 0.20%, as per the document.

In addition, the fund can stake up to 70% of its AVAX holdings, which could lock a meaningful portion of supply and reduce tokens available on the open market if demand holds up.

AVAX Price Analysis

With that, AVAX price is currently trading at $11.77, with 1.11% up today. Despite the modest daily bounce, the 24-hour trading volume is declining more than 20%, as it is down nearly 8% over the past month, as of writing.

Then, the open interest climbed 10.43% to $492 million, which indicates that traders are opening new positions despite slowing trading volume, as per Coinglass data. Which is a phase that could lead to a sharper price move once AVAX breaks out of its current range.

AVAX is trading around the $11.50-$12.00 support zone, and the overall trend is staying bearish as prices continue to create lower highs and lower lows.

Further indicators, RSI (Relative Strength Index), which is sitting at 39, a neutral zone, indicate a weak momentum. Meanwhile, MACD (Moving Average Convergence and Divergence) is showing strong selling pressure, as confirmed by the MACD line being below the signal line.

The price has immediate support at $11, with a further pullback potentially exposing the $10; while on the upside, a clear push above $13.00 might allow the price to stretch beyond the $14.00-$15.00 range.

Highlighted Crypto News Today:

‌US Wall Street Indexes Close Higher as Crypto Market Maintains its Trade Price

TagsAvalanche (AVAX)ETFVanEck

Related Questions

QWhat is the name and ticker symbol of the first U.S.-listed Avalanche ETF launched by VanEck?

AThe ETF is called the VanEck Avalanche ETF and it trades on the Nasdaq under the ticker symbol VAVX.

QWhat is the fee waiver period and condition for the new VanEck Avalanche ETF?

AVanEck will waive the entire fee for the first $500 million of assets from January 26, 2026, to February 28, 2026. Assets over $500 million will be charged a fee of 0.20%.

QWhat percentage of its AVAX holdings can the VanEck ETF stake, and what potential market effect could this have?

AThe fund can stake up to 70% of its AVAX holdings. This could lock a significant portion of the supply and reduce the number of tokens available on the open market if demand holds up.

QAccording to the price analysis, what are the key technical indicators suggesting about AVAX's momentum?

AThe RSI at 39 indicates weak momentum in a neutral zone. The MACD shows strong selling pressure, confirmed by the MACD line being below the signal line.

QWhat are the identified critical support and resistance levels for the AVAX price?

AThe price has immediate support at $11, with a further pullback potentially exposing the $10 level. On the upside, a clear push above $13.00 could allow the price to move toward the $14.00-$15.00 range.

Related Reads

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

Claude has introduced a major new feature called "Record a Skill," available for Pro, Max, and Team users. This function, found in the Claude desktop app's CoWork menu, allows users to create reusable AI skills simply by recording their screen and providing voice narration while performing a task. Claude then automatically analyzes the recording and generates a functional Skill. A hands-on test confirmed the feature works seamlessly. Users start recording via the Skills manager, perform their workflow while verbally explaining the steps and logic, and avoid including sensitive information. After recording, Claude processes the content and creates the Skill, which can be saved and later invoked with a slash command (/). This eliminates the need for manual adjustments or writing complex instruction files. The innovation goes beyond mere efficiency. Previously, creating a Skill required writing a detailed SKILL.md file in Markdown—a significant barrier for non-technical users. "Record a Skill" bypasses this by directly capturing both actions and the implicit reasoning shared in the narration. This lowers the barrier to knowledge transfer and automation, addressing a core challenge in corporate knowledge management: the difficulty of getting experts to write and maintain documentation. However, the feature also highlights a shift in the nature of work. A case study from March 2026 showed a freelancer whose five-year client relationship was effectively replaced by a hand-coded Claude Skill automating their content workflow. With the even lower barrier of screen recording, the ability to distill personal expertise into automatable skills accelerates this trend. The "moat" for work is moving from simply knowing how to do a task to mastering tasks that are difficult or impossible to automate.

marsbit3m ago

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

marsbit3m ago

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

Feeding "Noise" to AI Can Improve Performance: A Method Enables Positive Transfer from Noise This work, Semi-Supervised Noise Adaptation (SSNA), introduces a Noise Adaptation Framework (NAF) that challenges traditional transfer learning. Instead of requiring a labeled source domain of real data (e.g., images, text), NAF uses randomly generated Gaussian noise as the source. For a target task with C classes, it constructs C noise clusters by sampling from Gaussian distributions. Although this synthetic noise contains no semantic meaning, NAF trains it to form a discriminative class structure in a shared representation space—clustering same-class noise and separating different classes. The key is aligning this learned structure from the noise domain to the real, sparsely labeled target domain. A small number of target labels are still essential to establish the correspondence between noise clusters and actual classes. The training objective combines: 1) supervised loss on the few labeled target samples, 2) classification loss for the noise to build its structure, and 3) a distribution alignment loss (using Negative Domain Similarity) to minimize the gap between the noise and target domains in the shared space. Experiments show significant gains in few-label settings. With just 4 labels per class, NAF with a ResNet-18 backbone improves accuracy over a standard supervised baseline (ERM) by +12.35% on CIFAR-10, +7.61% on CIFAR-100, +4.38% on DTD-47, and +2.74% on Caltech-101. It also benefits fine-grained datasets and scales to ImageNet-1K (with 100 labels/class) and text classification (AG News). NAF can be integrated into existing semi-supervised methods like FixMatch for further gains. Ablation studies confirm the transferred benefit comes from the discriminative structure of the noise, not randomness itself. Collapsing all noise into a single point causes negative transfer, while increasing separation between noise cluster centers improves performance. The amount of noise per class is less critical once a basic structure forms. In conclusion, this work demonstrates that for positive transfer, the semantic content of source data may not be necessary. What can be effectively transferred is the *organizational structure* of categories within a representation space. This offers a promising alternative for scenarios where real source data is unavailable due to privacy, copyright, or procurement constraints.

marsbit5m ago

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

marsbit5m ago

Trading

Spot
活动图片