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.

marsbit28 мин. назад

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

marsbit28 мин. назад

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.

marsbit33 мин. назад

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

marsbit33 мин. назад

Торговля

Спот
Фьючерсы

Популярные статьи

Как купить 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. Просто зайдите в свой аккаунт, выберите торговую пару, совершайте сделки и следите за ними в режиме реального времени. Мы предлагаем удобный интерфейс как для начинающих, так и для опытных трейдеров.

856 просмотров всегоОпубликовано 2024.03.29Обновлено 2026.06.02

Как купить PUSH

Обсуждения

Добро пожаловать в Сообщество HTX. Здесь вы сможете быть в курсе последних новостей о развитии платформы и получить доступ к профессиональной аналитической информации о рынке. Мнения пользователей о цене на PUSH (PUSH) представлены ниже.

活动图片