CFTC Pushes FTX-Inspired Rule to Protect Customers' Money

CoinDeskPolicyPublished on 2023-12-13Last updated on 2023-12-13

The U.S. Commodity Futures Trading Commission took a step toward requiring derivatives clearing organizations, a key type of intermediary in the industry, to keep their customers' money segregated from their own funds.

The CFTC's move is at least partially inspired by FTX's collapse last year, designed to prevent derivatives firms from meddling with money belonging to their clients. In FTX's case, billions of dollars of customer money was stolen.

In a vote Wednesday, CFTC commissioners voted to publish the proposal for public feedback, a key step in the process to enact a rule that would apply to any companies under the commodities regulator's umbrella. If a DCO faces a liquidity crunch, such as a crypto exchange facing high number of withdrawal requests, customer funds would be protected, according to the proposed rule's goals.

Advertisement
Advertisement

"It's an important proposal because I think there are a lot of outstanding questions about policy risk and the law," said Chairman Rostin Behnam, who voted for the proposal. "In the past two or three years, we've seen an advent of new market participants with new ideas about how markets function and what they view as the most efficient sort of execution models for for their business, whether it's in traditional finance or obviously we're seeing this in a lot of the crypto space."

The proposal would allow DCOs to commingle "proprietary funds" from different clearing members, referring to any funds or property held by a DCO on behalf of a clearing member, but the regulator would not let any commingling of proprietary funds, customer funds or the DCO's funds.

The collapse of FTX – the company whose one-time LedgerX affiliate tried to blaze a trail at the CFTC in clearing customer transactions without middlemen – was a "significant motivation" for this proposal, said Commissioner Kristin Johnson, who offered "a full-throated" vote in favor of the proposal.

Johnson said FTX illustrates "the magnitude of losses that customers may experience in the absence of regulation that prohibits commingling of customer funds or member property."

Commissioner Summer Mersinger, who cast one of the two "no" votes, said during her round of questioning that she would have liked more time to review some of the issues in the proposal and expressed concern that some issues hadn't been addressed. She would have liked to have seen a discussion comparing the proposal's requirements with existing DCOs, as well as a cost-benefit analysis for the proposal.

Advertisement
Advertisement

"Customer protection is foundational to the work we do here at the CFTC, but that does not absolve us of our responsibility to perform a cost-benefit analysis," Mersinger said.

Commissioner Caroline Pham, who voted to concur (essentially an abstention that supports the majority of the votes cast), opened her statement by saying the agency "already has extensive rules in place" for protecting customer customer funds at futures commission merchants – essentially, a broker in the derivatives industry – and warning that the regulator must be careful in how it changes existing regulatory frameworks.

"If the commission anticipates this type of DCO clearing model to proliferate, we should step back and consider all issues these direct clearing DCOs raise," she said.

Commissioner Christy Goldsmith Romero, who also voted against the proposal, commented on how the actual crypto investors using a platform would be the members of a clearing organization that did not have FCMs as intermediaries, rather than customers as they would typically be defined in CFTC regulations.

"We're basically sort of putting these regular people – in, like, retail – in the role of an FCM," she said, referring to the disintermediated companies seeking to cut futures commission merchants out of the process. "Do you think that the regular people, the individuals who are involved in these matters, understand that they're not a customer, they don't have this access to to all the customer protections?"

Edited by Nick Baker.


Related Reads

Just now, DeepSeek V4 updates with DSpark, improving inference speed by 80%

DeepSeek has updated its DeepSeek V4 model with the DSpark speculative decoding framework, achieving a significant 60-85% speedup in generation for Flash models and 57-78% for Pro models while maintaining the same overall throughput. This engineering-focused update, rather than a core architectural change, introduces DSpark to address latency and throughput bottlenecks in high-concurrency production environments. DSpark combines high-throughput parallel generation with adaptive load-aware verification. Its key innovations include a semi-autoregressive generation architecture to model dependencies within token blocks and a hardware-aware confidence-scheduled verification system. This system uses a confidence head to predict token acceptance probabilities, allowing it to dynamically optimize verification length per request and allocate compute only to tokens with the highest expected payoff. The asynchronous scheduler is designed for real-world deployment, ensuring zero-overhead scheduling and continuous CUDA graph replay while preserving the target model's output distribution. In tests across mathematical reasoning, code generation, and daily dialogue, DSpark outperformed state-of-the-art models like Eagle3 and DFlash, increasing average acceptance length by 26.7%-30.9% and 16.3%-18.4% respectively on Qwen3 target models. DeepSeek also open-sourced DeepSpec, a full-stack codebase for training and evaluating speculative decoding draft models, providing a standardized toolkit that includes data preparation tools, model implementations, training code, and evaluation scripts.

marsbit3h ago

Just now, DeepSeek V4 updates with DSpark, improving inference speed by 80%

marsbit3h ago

BIT Research: The 2028 Halving Is Not the End, the Real Shake-Up of the Bitcoin Mining Industry Is Just Beginning

The Bitcoin mining industry is undergoing its most complex structural adjustment since inception. Despite Bitcoin's price holding near $61,000 and the network hash rate approaching a record 1 ZH/s, miner profitability is deteriorating. The industry is operating close to its breakeven point, with the 2028 halving expected to accelerate consolidation. The challenges extend beyond the halving's subsidy reduction; the industry's revenue model has yet to successfully transition towards a fee-driven structure. Increasingly, mining companies are evolving from simple Bitcoin producers into infrastructure and energy operators, including providers of AI/HPC computing power. Competition is shifting from pure hash rate expansion to business model upgrades. Economic pressure is evident. The theoretical daily mining revenue at current prices is around $78 million, yet the actual figure is only about $33 million—a 136% gap. Transaction fees remain low at roughly $220k daily, far below historical implied levels. With a current estimated industry-wide breakeven price near $65,000, mining alone is struggling to generate ideal profits. The 2028 halving is projected to push the fundamental production cost floor to approximately $93,289. This will likely accelerate a shift towards consolidation among larger, well-capitalized miners with diversified revenue streams. Competitive advantage will belong to institutionalized players with access to low-cost energy, AI/HPC hosting operations, and stronger balance sheets. In essence, Bitcoin mining is transitioning from a "mining business" to an "infrastructure business." Future profitability and resilience will depend less on block rewards and more on diversified income sources like energy management and computational infrastructure services. For investors, the key question is not the halving itself, but which miners can successfully navigate this business model transformation.

marsbit4h ago

BIT Research: The 2028 Halving Is Not the End, the Real Shake-Up of the Bitcoin Mining Industry Is Just Beginning

marsbit4h ago

This is How God Karpathy Uses Claude?

Andrej Karpathy, a prominent figure in AI, has reportedly joined Anthropic, leading to a noticeable decrease in his open-source contributions and social media activity. A document claiming to be his personal "CLAUDE.md" file—a set of instructions for the Claude AI to follow within a specific codebase—has been circulating online. While its authenticity is unverified, the content aligns closely with Karpathy's publicly shared principles on effective AI-assisted programming. The document outlines key rules for AI coding assistants, emphasizing the importance of reading existing code thoroughly before writing new code to maintain consistency. It advises against over-engineering, advocating for simple, surgical modifications that match the project's existing style. Other guidelines include clarifying assumptions upfront, writing meaningful tests, thoughtful debugging, and carefully considering dependencies. The core message is that these principles help prevent common AI coding failures, such as introducing unnecessary abstractions, style drift, or making invisible architectural decisions. The community has noted that even experts like Karpathy require detailed instructions to guide AI effectively, akin to managing a junior developer. A related GitHub repository, "andrej-karpathy-skills," which encapsulates these ideas, is reported to significantly reduce Claude's code error rate. Ultimately, the advice stresses that the best CLAUDE.md is tailored to one's own tech stack and coding practices.

marsbit4h ago

This is How God Karpathy Uses Claude?

marsbit4h ago

Trading

Spot
活动图片