CME Group Announces Round-The-Clock Crypto Derivatives Trading Beginning May 29

bitcoinistPubblicato 2026-02-20Pubblicato ultima volta 2026-02-20

Introduzione

CME Group, the world's largest derivatives marketplace, will introduce nearly 24/7 trading for its cryptocurrency futures and options starting May 29, pending regulatory approval. The new schedule on the CME Globex platform will include a brief weekend maintenance break. This move responds to record-high client demand for crypto risk management tools, with the exchange reporting $3 trillion in notional trading volume in 2025 alone. Year-to-date average daily volume surged 46% to 407,200 contracts. The extended hours will allow traders to manage exposure continuously amid market volatility, aligning regulated derivatives more closely with the crypto market's always-on nature.

CME Group, the world’s largest derivatives marketplace, announced Thursday that it will introduce nearly round‐the‐clock trading for its cryptocurrency derivatives, with the new schedule set to begin on May 29, pending regulatory approval.

The exchange announced that its crypto futures and options will transition to continuous trading on the CME Globex platform, providing broader access beyond the traditional weekly schedule. While the platform will operate on an almost 24/7 basis, it will still include a minimum two‐hour maintenance break each weekend.

‘All‐Time High’ Demand For Crypto Risk Tools

Under the updated framework, trades executed between Friday evening and Sunday evening will be assigned a trade date of the next business day. CME added that clearing, settlement, and regulatory reporting for those transactions will also be processed on the following business day.

According to the firm’s press release, the decision reflects the surging demand for cryptocurrency risk management tools amid falling cryptocurrency prices, including a 50% drop in Bitcoin’s value in just four months.

The daily chart shows BTC’s price trending downwards following October’s high record. Source: BTCUSDT on TradingView.com

Notably, Tim McCourt, CME Group’s Global Head of Equities, FX, and Alternative Products, said client appetite for digital asset exposure has reached unprecedented levels.

In 2025 alone, the exchange recorded $3 trillion in notional trading volume across its cryptocurrency futures and options suite, a record for the platform.

“Client demand for risk management in the digital asset market is at an all-time high,” McCourt said, noting that continuous access to regulated crypto derivatives will allow traders to manage exposure whenever market conditions shift.

While he acknowledged that not every asset class is suited for nonstop trading, he emphasized that always‐on access to transparent and regulated cryptocurrency products will enable clients to trade with greater flexibility and confidence.

Futures Lead 47% Jump In CME Group Digital Asset Activity

CME Group’s crypto complex has continued to expand in 2026. The exchange reported average daily volume of 407,200 contracts so far this year, marking a 46% increase compared with the same period in 2025. Average daily open interest reached 335,400 contracts, up 7% year over year (YoY).

Futures activity on the platform has been particularly strong, with the average daily volume climbing 47% from a year earlier.

Although CME Group has confirmed May 29 as its target launch date, the exchange noted that the extended trading schedule remains subject to regulatory review and final approval.

If cleared, the move would mark a significant step in aligning regulated crypto derivatives trading more closely with the around‐the‐clock nature of underlying digital asset markets.

Featured image from OpenArt, chart from TradingView.com

Domande pertinenti

QWhat is the new trading schedule for CME Group's cryptocurrency derivatives and when does it begin?

ACME Group will introduce nearly round-the-clock trading for its cryptocurrency derivatives, set to begin on May 29, pending regulatory approval. The schedule includes a minimum two-hour maintenance break each weekend.

QAccording to CME Group, what is there an 'all-time high' demand for?

AAccording to Tim McCourt, CME Group's Global Head of Equities, FX, and Alternative Products, there is an 'all-time high' client demand for risk management tools in the digital asset market.

QHow much notional trading volume did CME Group record for its cryptocurrency futures and options in 2025?

ACME Group recorded $3 trillion in notional trading volume across its cryptocurrency futures and options suite in 2025, which was a record for the platform.

QWhat is the year-over-year (YoY) percentage increase in average daily volume for CME Group's crypto complex so far in 2026?

AThe average daily volume for CME Group's crypto complex so far in 2026 is 407,200 contracts, marking a 46% increase compared to the same period in 2025.

QIs the launch of the extended trading schedule final, or is it contingent on another factor?

AThe launch of the extended trading schedule is not final; it remains subject to regulatory review and final approval.

Letture associate

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.

marsbit42 min fa

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

marsbit42 min fa

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.

marsbit44 min fa

Your Claude Will Dream Tonight, Don't Disturb It

marsbit44 min fa

Trading

Spot
Futures
活动图片