VIRTUAL falls 12% – But THIS group of buyers could change everything

ambcrypto2026-03-01 tarihinde yayınlandı2026-03-01 tarihinde güncellendi

Özet

VIRTUAL token fell 12% in 24 hours, extending its weekly losses to 11% amid a broader crypto market downturn. The derivatives market saw a significant capital exit of $9.4 million, with a deeply negative funding rate indicating intense short positioning. However, a key group of spot buyers accumulated approximately $245,000 worth of VIRTUAL during the decline, suggesting confidence in its medium-term prospects and potentially cushioning further downside. Despite this accumulation, on-chain metrics weakened, with user activity and protocol revenue declining sharply. The asset's next major move will likely be determined by this tug-of-war between bearish derivatives traders and accumulating spot investors.

VIRTUAL entered the weekend under pressure as the broader crypto market slipped. The token fell 12% in 24 hours, extending weekly losses to 11%.

The setup suggested limited room for an immediate rebound. Short-term positioning intensified as sentiment weakened across the market. That shift kept downside risks elevated.

Capital pullback intensifies

The latest price decline coincided with a decline in capital inflows and an increase in short dominance, as conditions in the perpetual futures market shifted sharply.

At the time of writing, Virtuals Protocol [VIRTUAL] perpetual market recorded a substantial capital exit totaling $9.4 million, reducing total open interest to approximately $76 million.

Importantly, forced liquidations remained limited. Liquidations totaled roughly $431,000, meaning most traders closed positions voluntarily.

This distinction is critical.

Data from the OI-Weighted Funding Rate dropped to -0.0411% on the 28th of February. That marked its lowest reading of the year.

Such deeply negative Funding Rates indicated aggressive short positioning. The last comparable short concentration appeared in October 2025, just before a sharp downturn.

That history kept sentiment fragile.

No panic yet among spot investors

Despite Derivatives traders leaning bearish, spot investors appear relatively composed. Instead of exiting, they are treating the decline as a potential accumulation opportunity.

At the time of this report, Spot buyers had accumulated approximately $245,000 worth of VIRTUAL while prices were falling, suggesting confidence in the asset’s medium-term prospects.

This marks the first notable accumulation phase since the 24th of February, making the shift in spot behavior particularly noteworthy.

If this buying pattern continues into the new week, it could cushion further downside pressure and support a rebound from the recent drawdown.

On-chain activity weakens

On-chain metrics, however, paint a more cautious picture. VIRTUAL has recorded a simultaneous decline in both user activity and protocol revenue.

According to data from Artemis, user count has dropped to roughly 24,000, while revenue has fallen to around $32,000. This represents a sharp decline from the $133,000 recorded on the 14th of February.

This weakening activity underscores structural concerns.

Reduced user engagement and falling revenue suggest softer on-chain demand, which could weigh on VIRTUAL’s long-term price performance if the trend persists.

In the near term, the tug-of-war between aggressive short positioning and renewed spot accumulation will likely determine the asset’s next major move.


Final Summary

  • VIRTUAL fell 12% in 24 hours, extending weekly losses to 11%.
  • Open Interest dropped by $9.4 million, signaling capital exit from derivatives markets.

İlgili Sorular

QWhat was the percentage decline of VIRTUAL token in 24 hours and what were its weekly losses?

AVIRTUAL fell 12% in 24 hours, extending weekly losses to 11%.

QHow much capital exited the VIRTUAL perpetual market and what was the resulting total open interest?

AThe VIRTUAL perpetual market recorded a capital exit totaling $9.4 million, reducing total open interest to approximately $76 million.

QWhat did the OI-Weighted Funding Rate dropping to -0.0411% indicate about market positioning?

AThe deeply negative Funding Rate of -0.0411% indicated aggressive short positioning by derivatives traders.

QDespite the bearish derivatives market, what action did spot investors take according to the report?

ASpot investors treated the decline as an accumulation opportunity, buying approximately $245,000 worth of VIRTUAL while prices were falling.

QWhat on-chain metrics showed a decline, suggesting structural concerns for VIRTUAL?

AOn-chain user count dropped to roughly 24,000 and protocol revenue fell to around $32,000, a sharp decline from the $133,000 recorded on February 14th.

İlgili Okumalar

Rubin Ultra Makes Major Cuts, Even Nvidia Can't Handle Memory Price Hikes?

NVIDIA's Rubin Ultra, the top-tier variant of the newly announced Rubin AI accelerators, has reportedly seen significant specification downgrades, according to an industry report from SemiAnalysis. Initially designed with four compute dies (4-die), the Rubin Ultra is now said to be reduced to a 2-die design. Key changes highlighted in the report include: * **No increase in peak theoretical compute performance**, remaining at 35 PFLOPs like the standard Rubin. * **Severe reduction in memory capacity** to 192GB using 8-Hi HBM stacks, which is less than the standard Rubin's 288GB using 12-Hi stacks. * **Negligible memory bandwidth improvement** of only 1 TB/s. * **Slightly higher chip-level power consumption**. * The **primary upgrade is a massive increase in scale-up interconnect capacity**, supporting connections for up to 576 GPUs via NVLink, compared to 72 for the standard Rubin. The report suggests the redesign is primarily a cost-optimization move driven by the sharp rise in HBM (High-Bandwidth Memory) prices. By reducing the expensive HBM content and shifting investment towards enhanced system-scale networking, NVIDIA aims to maintain the platform's value for large-scale AI training clusters while managing soaring material costs. The news reportedly triggered a sell-off in South Korean memory stocks, with SK Hynix and Samsung shares falling around 8%, as markets grew concerned that NVIDIA—a major HBM buyer—might be reducing its reliance on high-capacity memory, potentially capping future pricing power for memory makers.

Odaily星球日报7 dk önce

Rubin Ultra Makes Major Cuts, Even Nvidia Can't Handle Memory Price Hikes?

Odaily星球日报7 dk önce

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

This article introduces a novel training paradigm for generative models called Explorative Modeling (XM), which enables true end-to-end training. Traditionally, powerful generative models like autoregressive and diffusion models are not trained end-to-end. They are trained to predict a single small step but require iterative multi-step sampling for inference. This "exposure bias" leads to error accumulation and limits performance. The core challenge XM addresses is "mode blurring." In generative tasks, a single input (e.g., "generate a dog") corresponds to many valid outputs (multiple modes). Standard training objectives like reconstruction loss force the model to average these modes, producing unrealistic, blurry outputs. To avoid this, existing models break generation into many small, almost deterministic steps, sacrificing end-to-end training. XM tackles this by restructuring the training loop itself. Its key insight is to amplify "generative expressivity." For each training input, instead of generating one sample, the model generates K candidate outputs. Only the candidate closest to the real data is used for computing the loss and updating the model via backpropagation. This simple "best-of-K" mechanism is implemented as a short for-loop. By exploring multiple possibilities, the model learns to distribute its guesses across different modes rather than collapsing to their uninformative average. The paper demonstrates that "exploration" acts as a new, powerful scaling axis. Gains from XM increase with model size, data scale, and compute. Experiments show improvements in FID scores for image generation and significant efficiency gains, sometimes outperforming larger models without exploration. When pushed to the limit, XM enables fully single-step, end-to-end generative models. In robotics tasks, an "Explorative Policy" matched the performance of a 100-step Diffusion Policy with a single forward pass, drastically improving inference speed. While the best-of-K concept is not entirely new, the authors' contribution lies in formally understanding it as a direct method to boost generative expressivity without fragmenting the generation process. This work suggests that as models scale, enhancing exploration during training may become crucial for overcoming fundamental performance bottlenecks.

marsbit1 saat önce

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

marsbit1 saat önce

İşlemler

Spot
活动图片