Hyperliquid Policy Center Responds To ICE, CME’s Regulatory Pressure Push

bitcoinistОпубліковано о 2026-05-15Востаннє оновлено о 2026-05-15

Анотація

Hyperliquid's policy center has responded to a regulatory push by major traditional exchanges CME and ICE, who are lobbying the CFTC to require the decentralized exchange to register. The exchanges expressed concerns that Hyperliquid's anonymous trading model and growing volume could allow market manipulation and affect price discovery in key industries like oil. Their primary demand is for Hyperliquid to register with the CFTC, which would mandate customer identification and trade surveillance. The Hyperliquid Policy Center, led by CEO Jake Chervinsky, publicly countered these claims as "unfounded." It argued that Hyperliquid's fully on-chain, real-time transaction record offers greater transparency than traditional venues, creating an "anti-manipulation shield" and providing clear data for regulators. The policy center also highlighted benefits like 24/7 trading, which reduces price gaps seen in traditional markets. While acknowledging that U.S. law isn't yet tailored for on-chain derivatives, the group pledged to continue engaging with policymakers. Some reports suggest CME's lobbying may be self-interested, coinciding with its own plans to expand 24/7 crypto trading products.

The Washington, D.C.-based policy team for decentralized exchange Hyperliquid (HYPE) has moved quickly to address a new regulatory pressure campaign described in a Friday report by Bloomberg.

CME Group and Intercontinental Exchange (ICE) are reportedly lobbying the Commodity Futures Trading Commission (CFTC) and US lawmakers to push for federal oversight of the platform, arguing that its current operating environment could be vulnerable to issues such as market manipulation and sanctions evasion.

CME And ICE Urge Hyperliquid CFTC Registration

The exchanges’ concerns, as framed in the reporting, center on how Hyperliquid trades and where those trades take place. CME and ICE reportedly worry that the platform’s growing trading volumes in crypto and commodity-linked markets could begin to affect price discovery in industries where benchmarks matter, including oil.

They argue that anonymous trading settings may allow actors with private information—or participants tied to insider or state-linked influence—to distort prices that are used across markets.

CME and ICE’s stated ask, per Bloomberg, is straightforward: Hyperliquid should register with the CFTC. That registration would typically require the platform to adopt customer identification programs and implement trade surveillance measures.

However, those requirements appear to clash with Hyperliquid’s current approach, which relies on an anonymous trading model by design.

In response, the Hyperliquid Policy Center (HPC), led by CEO Jake Chervisnky, pushed back publicly. On social media site X (formerly Twitter), the recently established organization affirmed the criticisms are “unfounded.”

The ‘Anti-Manipulation Shield’

The HPC argued that Hyperliquid offers a higher level of transparency than traditional venues precisely because it publishes a complete on-chain record of every transaction in real time.

In the policy center’s view, that level of visibility makes it a hostile environment for insider trading or price manipulation, while also giving regulators and law enforcement clearer material for surveillance, detection, and investigation.

The policy center also emphasized that Hyperliquid runs 24/7 trading, describing this as an efficiency upgrade rather than a disruption. Because trading is continuous, prices move even when conventional exchanges are closed, reducing the gaps and discontinuities that can occur between traditional market sessions.

The Hyperliquid Policy Center also said Bloomberg is broadly right about one key point: US law is not yet tailored to derivatives markets operating on public blockchains like Hyperliquid. The group said it plans to keep working with policymakers in Washington to bring on-chain markets inside the regulatory perimeter.

Other reporting, including a piece by The Defiant, has described the lobbying move as potentially self-interested. The report notes that CME is pursuing expansion of its own 24/7 crypto trading capabilities, including Bitcoin Volatility Futures scheduled to begin trading on June 1, and Nasdaq CME Crypto Index Futures—covering BTC, ETH, XRP, and other assets—set to launch on June 8.

The daily chart shows HYPE’s increased volatility over the past 24 hours along. Source: HYPEUSDT on TradingView.com

At the time of writing, Hyperliquid’s native token, HYPE, was trading at $44.60. This represented gains of 1.6% and almost 4% in the 24-hour and seven-day time frames, respectively.

Featured image created with OpenArt, chart from TradingView.com

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

QWhat are the main regulatory concerns that CME and ICE have raised about Hyperliquid?

ACME and ICE are lobbying the CFTC and US lawmakers to push for federal oversight of Hyperliquid, arguing that its current operating environment could be vulnerable to market manipulation and sanctions evasion. They specifically worry that its anonymous trading model could allow actors with private or insider information to distort prices that affect broader market benchmarks, like oil.

QHow does the Hyperliquid Policy Center (HPC) respond to the claim that its platform is vulnerable to manipulation?

AThe Hyperliquid Policy Center, led by CEO Jake Chervinsky, argues that the criticisms are unfounded. They contend that Hyperliquid offers higher transparency than traditional venues by publishing a complete, real-time on-chain record of every transaction. This visibility, they claim, creates a hostile environment for insider trading or manipulation and provides clearer material for regulators to surveil and investigate.

QWhat specific action do CME and ICE reportedly want Hyperliquid to take?

AAccording to the Bloomberg report, CME and ICE are urging Hyperliquid to register with the Commodity Futures Trading Commission (CFTC). This registration would typically require the platform to implement customer identification programs and trade surveillance measures, which clash with Hyperliquid's current anonymous trading model.

QWhat does the article suggest about the potential motivation behind CME and ICE's lobbying efforts?

AThe article, citing other reports like one from The Defiant, suggests the lobbying move may be self-interested. It notes that CME itself is expanding its own 24/7 crypto trading offerings, including new Bitcoin Volatility Futures and Nasdaq CME Crypto Index Futures set to launch in June, implying potential competitive motives.

QAccording to the Hyperliquid Policy Center, what is one key regulatory challenge for on-chain derivatives markets?

AThe Hyperliquid Policy Center acknowledges that U.S. law is not yet tailored to derivatives markets operating on public blockchains like Hyperliquid. The group stated it plans to continue working with policymakers in Washington to bring on-chain markets inside the existing regulatory framework.

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

Codex Goal Mode Usage Guide: How to Make AI Continuously Pursue a Specific Objective

"Codex Goal Mode: How to Make AI Work Continuously Toward a Specific Goal" OpenAI's Codex "goal mode" (/goal) transforms the AI from a reactive code assistant into a proactive execution agent capable of working autonomously for hours or even days to achieve a defined objective. To maximize its effectiveness, follow these key principles: 1. **Define Clear, Verifiable Exit Criteria:** The goal prompt should be a concise, measurable success condition, not a lengthy specification. Use quantifiable metrics like "reduce build time by 30%" or "achieve 100% test parity." 2. **Provide Initial Guidance and Tools:** Direct Codex toward likely problem areas and specify available tools (e.g., browsers, testing environments) to prevent it from exploring unproductive paths. 3. **Enable Progress Measurement:** Equip Codex with ways to track advancement, such as creating comparison tools for visual tasks or evaluation sets, ensuring it can gauge its own progress. 4. **Use a Realistic Execution Environment:** For tasks like performance optimization, provide access to environments that closely mimic production (e.g., similar configs, databases) to yield valid results. 5. **Be Cautious with Visual Goals:** Avoid vague "pixel-perfect" instructions. Instead, supplement visual references with functional checklists or design system specifications to prevent Codex from obsessing over minor details. 6. **Implement Progress Tracking:** For long-running tasks, have Codex commit code to draft PRs, update progress documents, or send Slack updates to maintain visibility into its work. 7. **Review and Consolidate Results:** Once the goal is met, instruct Codex to review its work, clean up ineffective experimental code, and reflect on what strategies succeeded or failed. Ultimately, using goal mode shifts the developer's role from writing prompts to managing a persistent engineering agent—defining objectives, establishing metrics, configuring environments, and conducting final reviews.

marsbit30 хв тому

Codex Goal Mode Usage Guide: How to Make AI Continuously Pursue a Specific Objective

marsbit30 хв тому

From Ethereum to AI's 'CROPS': What Exactly Is This 'Slow Variable' That Vitalik Has Repeatedly Emphasized?

Recently, Vitalik Buterin has frequently emphasized the concept of "CROPS," first outlined in the Ethereum Foundation's March mandate as core principles guiding its focus: Censorship Resistance, Capture Resistance, Open Source, Privacy, and Security. CROPS represents Ethereum's commitment to providing foundational capabilities for user sovereignty—enabling asset ownership, identity expression, and coordination without reliance on centralized platforms or surrendering ultimate control. This framework is gaining new urgency with the rise of AI, particularly AI agents managing digital assets and automating transactions. While AI offers convenience, it risks centralizing user data, intent, and control if dependent on opaque, centralized services. Vitalik argues for "CROPS AI"—AI that is open, privacy-preserving, secure, and capable of local execution to maintain user agency. He highlights convergence between "CROPS Ethereum access layers" and "CROPS AI," such as using zero-knowledge proofs for private remote LLM calls and Ethereum RPC reads, ensuring users can access services without exposing sensitive information. Ultimately, CROPS is not just an abstract ideal but a practical guide for Ethereum's development and AI integration. It addresses the critical long-term question: as digital systems grow more powerful, how can users retain control over their privacy, assets, and autonomy? In an AI-driven era, these principles may define Ethereum's enduring value—prioritizing verifiable, secure, and user-centric design over short-term optimizations like speed and cost alone.

marsbit34 хв тому

From Ethereum to AI's 'CROPS': What Exactly Is This 'Slow Variable' That Vitalik Has Repeatedly Emphasized?

marsbit34 хв тому

Торгівля

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

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

Як купити PUSH

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

573 переглядів усьогоОпубліковано 2024.12.13Оновлено 2026.06.02

Як купити PUSH

Обговорення

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

活动图片