Hyperliquid unveils lobbying arm ahead of U.S. elections – Details

ambcryptoPublicado a 2026-02-19Actualizado a 2026-02-19

Resumen

Hyperliquid, a leading perpetual DEX, has launched a lobbying group called the Hyperliquid Policy Center (HPC) ahead of the U.S. elections. Led by pro-crypto lawyer Jake Chervinsky, HPC aims to address regulatory challenges in DeFi and perpetual derivatives markets. The project is funding the initiative with 1 million HYPE tokens, worth approximately $29 million, to advocate for laws that protect users and builders. Founder Jeff Yan emphasized the importance of U.S. financial regulation in democratizing finance. Despite Hyperliquid's success—with over $1 billion in revenue and $4 trillion in trading volume—concerns exist about regulatory risks, including potential tax evasion or sanctions bypassing by traders. Analysts suggest the move may be a precaution against possible anti-crypto policies if Democrats regain congressional control, which could heighten regulatory scrutiny.

Hyperliquid, the popular perpetual DEX platform, has unveiled a lobby group ahead of the U.S elections.

In a statement, the lobby, Hyperliquid Policy Center (HPC), said that it seeks to “answer toughest policy questions facing perpetual derivatives and decentralized financial (DeFi) markets.”

It added,

“We will bridge the gap between law and next-generation market infrastructure.”

The project said it will unstake 1 million HYPE tokens to fund the advocacy outfit. As of the press time, that would translate to approximately $29 million.

Long-time pro-cryptocurrency lawyer and DeFi advocate, Jake Chervinsky, will lead HPC.

According to the project, the move could help set a smooth path forward and cover the regulatory risks from U.S regulators.

Commenting on the same, Hyperliquid Founder Jeff Yan said,

“Democratizing finance requires education and advocacy for laws that protect users and builders alike.”

He added,

“Global financial regulation will be shaped in the United States, and we must work to ensure that these new policies thoughtfully embrace the potential of the new financial system enabled by Hyperliquid.”

Community reactions

Hyperliquid has been live for about three years now. However, it is already outpacing incumbents like Binance and Coinbase on crypto perpetual markets and other metrics.

In fact, the platform has expanded to non-crypto assets that now account for over 30% of its overall trading volume.

With a cumulative revenue of over $1 billion and nearly $4 trillion in perpetual volumes, Hyperliquid has clearly become a crypto success story.

But beneath the growth story, there’s been speculation that most traders on the platform could be running a regulatory arbitrage for tax evasion or even bypassing sanctions.

For critics, these allegations could be a regulatory risk for Hyperliquid if the Department of Justice (DoJ) or the U.S Treasury comes knocking. In fact, Hyperliquid supporters agreed that the platform’s growth could be derailed either by the DoJ probe or a security breach.

Besides, the market is pricing an increasing chance of Democrats retaking control of Congress in the 2026 midterms.

If so, the previous anti-crypto movement may resurface and exacerbate Hyperliquid’s regulatory risk. And to some extent, this may partially explain the recent lobby move.

Ryan Scott, a trader and analyst, echoed a similar stance and added,

“It is clear why. Hyperliquid is not regulated or attached to any regulated entity. They are prepping for the Dems to come in and cause havoc.”

It remains to be seen whether the move will clear the perceived regulatory risk to the platform.


Final Summary

  • Hyperliquid has unveiled an advocacy arm, Hyperliquid Policy Center, to push for DeFi regulatory clarity ahead of the U.S elections.
  • Analysts believe the platform may be preparing for any changes at the Congress, especially if anti-crypto Democrats retake control.

Preguntas relacionadas

QWhat is the name of the lobbying group unveiled by Hyperliquid and what is its primary goal?

AThe lobbying group is called the Hyperliquid Policy Center (HPC), and its primary goal is to answer the toughest policy questions facing perpetual derivatives and decentralized financial (DeFi) markets, aiming to bridge the gap between law and next-generation market infrastructure.

QHow is Hyperliquid funding its new advocacy group and what is leading it?

AHyperliquid is funding the advocacy group by unstaking 1 million HYPE tokens, which is approximately $29 million at press time. It is being led by long-time pro-cryptocurrency lawyer and DeFi advocate, Jake Chervinsky.

QAccording to the article, what are the two main regulatory risks that could derail Hyperliquid's growth?

AThe two main regulatory risks are a potential probe by the Department of Justice (DoJ) or the U.S. Treasury, and a security breach on the platform.

QWhy does the article suggest that Hyperliquid's lobby move may be partially explained by the upcoming U.S. elections?

AThe market is pricing in an increasing chance of Democrats retaking control of Congress in the 2026 midterms. If this happens, the previous anti-crypto movement may resurface, exacerbating Hyperliquid's regulatory risk, which the lobby aims to address.

QWhat did trader and analyst Ryan Scott say about the reason for Hyperliquid's lobbying efforts?

ARyan Scott stated that Hyperliquid is not regulated or attached to any regulated entity and that they are preparing for the Democrats to come into power and 'cause havoc,' which explains the need for the lobby.

Lecturas Relacionadas

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.

marsbitHace 26 min(s)

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

marsbitHace 26 min(s)

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.

marsbitHace 28 min(s)

Your Claude Will Dream Tonight, Don't Disturb It

marsbitHace 28 min(s)

Trading

Spot
Futuros
活动图片