Hageman video fuels Senate chatter as Lummis leaves Wyoming seat open

cointelegraph发布于2025-12-23更新于2025-12-23

文章摘要

Wyoming Representative Harriet Hageman has sparked speculation about a 2026 Senate run by posting a cryptic "Soon" video after Senator Cynthia Lummis announced she will not seek reelection. Lummis, a key crypto industry ally and co-sponsor of major digital asset legislation, is retiring, leaving a significant void for crypto advocacy in the Senate. Hageman, while aligned with broader conservative priorities, is now being encouraged by Wyoming's crypto community, including Custodia Bank founder Caitlin Long, to embrace this legacy. The race will test whether Wyoming continues its role as a central hub for crypto policy or shifts focus to other agenda items.

Wyoming Representative Harriet Hageman intensified chatter about a 2026 Senate run by posting a video days after Senator Cynthia Lummis announced she will not seek reelection.

​The five-second clip shows the congresswoman alongside a single-word caption: “Soon.” It breaks a months‐long lull on her account and bolsters speculation that she is eyeing Lummis’ open seat.

Wyoming’s Senate seat has been a reliable voice in advancing regulatory clarity for the crypto industry, from market structure bills and stablecoin regulation to banking access. Whoever replaces Lummis will help decide whether crypto keeps a dedicated champion in the Senate.

Hageman’s tweet has fueled speculation that she may target Wyoming’s open crypto-focused Senate seat. Source: Harriet Hageman

A crypto ally steps down

Lummis is expected to retire at the end of her term, removing one of the digital‐asset industry’s most outspoken allies from the Senate just as lawmakers edge toward potential votes on landmark market‐structure legislation.

​Lummis has built a national profile as a reliable pro‐crypto voice, embracing Bitcoin early and co‐sponsoring legislative efforts widely viewed to advance the blockchain industry, including the Responsible Financial Innovation Act and the ongoing US Clarity Act.

Her pending exit leaves the industry without a guaranteed champion in a chamber that has become increasingly central to decisions on trading‐platform oversight, stablecoin rules and banking access for crypto firms.

Related: Crypto community ‘very sorry’ over Senator Lummis’ reelection decision

​Hageman’s record and crypto’s hopes

As Wyoming’s at‐large House member, she has so far focused on broader conservative themes like parental rights in education, opposition to federal overreach and backing pro‐fossil fuel energy policies, while aligning herself with President Donald Trump. A Senate campaign would test how much she is willing to lean into Lummis’ crypto legacy alongside those priorities.

Wyoming’s crypto community is already nudging her in that direction. Caitlin Long, founder of Custodia Bank and a key architect of the state’s blockchain‐friendly laws, praised Hageman as “salt of the earth.” Long was reacting to news of Hageman’s expected entry in the race.

Introducing Harriet Hageman | Source: Caitlin Long

Related: Crypto among sectors ‘debanked’ by 9 major banks: US regulator

Long’s backing effectively introduces Hageman to crypto audiences as the preferred successor, even though the House member has not yet made digital assets a signature focus.

Wyoming’s 2026 Senate race is now poised to double as a test of whether the state wants to preserve its identity as home to the Senate’s most visible crypto advocate, or fold digital asset policy into a broader Trump‐era Republican agenda.

相关问答

QWhat action did Representative Harriet Hageman take that fueled speculation about a Senate run?

AShe posted a video with the caption 'Soon' on her social media account, breaking a months-long silence.

QWhy is Senator Cynthia Lummis's decision not to seek reelection significant for the crypto industry?

AShe is one of the digital asset industry's most outspoken allies, and her exit removes a guaranteed champion for crypto in the Senate.

QWhat major crypto legislation has Senator Lummis been involved in?

AShe co-sponsored the Responsible Financial Innovation Act and the ongoing US Clarity Act, which are widely viewed as advancing the blockchain industry.

QWho is Caitlin Long and what was her reaction to Hageman's potential Senate run?

ACaitlin Long is the founder of Custodia Bank and a key architect of Wyoming's blockchain-friendly laws. She praised Hageman as 'salt of the earth' and endorsed her as the preferred successor.

QWhat will the 2026 Wyoming Senate race test, according to the article?

AIt will test whether the state wants to preserve its identity as home to the Senate's most visible crypto advocate or fold digital asset policy into a broader Trump-era Republican agenda.

你可能也喜欢

OpenAI后训练工程师翁家翌,给Agentic AI提出了新范式假设

OpenAI工程师翁家翌提出名为“启发式学习”的新范式,探索AI通过自主编写和修改代码来提升能力,而非仅依赖训练神经网络参数。 在实验中,他让Codex在明确目标和反馈闭环中,为Atari Breakout等游戏编写纯Python策略代码,通过反复运行、查看日志与回放、定位失败并修改代码,最终使策略在Breakout中达到理论满分。这种“启发式学习”将经验沉淀为可阅读、修改和审计的软件系统,而非难以解释的神经网络权重。 文章对比了启发式学习与深度强化学习的差异:前者更新的是代码结构和规则,具备更好的可解释性、更高的样本效率,并能通过回归测试等方式缓解灾难性遗忘问题。在Atari57游戏的批量测试中,该方法在部分游戏上表现出接近或超越传统强化学习算法的效率,但在需要长程规划的复杂任务中仍存在局限。 该范式的潜在产业意义包括:为机器人控制等场景提供更轻量、可审计的解决方案;提升安全关键系统的可解释性与可维护性;以及为智能体产品提供能力沉淀和共享的新路径。然而,其实用性仍需在更复杂的真实场景中进一步验证。 翁家翌认为,未来更可能是神经网络(负责快速感知等)与启发式系统(负责规则、记忆与安全)结合的分工模式。这预示着AI发展的一条可能路径:在强大编码智能体的辅助下,部分经验可以重新转化为可读、可维护的软件工程资产。

marsbit55分钟前

OpenAI后训练工程师翁家翌,给Agentic AI提出了新范式假设

marsbit55分钟前

你的 Claude 今晚要做梦了,别打扰它

Anthropic在开发者大会上为AI智能体平台引入了“做梦”(Dreaming)功能,这实际上是一种基于历史运行日志的离线批处理与自我优化机制。AI智能体在完成复杂任务后,会利用闲置时间自动回顾大量操作记录,从中提炼有效模式(例如更优的操作路径),并固化为可共享的记忆,从而提升后续任务效率。 类似机制也出现在其他AI产品中,如Hermes Agent的“Curator”功能可自动将经验整理成“Skill”,OpenClaw的“做梦”流程则细分为浅睡、快速眼动和深睡三个阶段,通过多维度加权决定哪些信息应存入长期记忆。 该功能与“记忆”(Memory)技术紧密相关。当前AI能力的核心挑战之一是如何有效管理与利用不断增长的上下文信息。一方面,行业正通过技术创新(如Subquadratic公司宣称的1200万token超长上下文模型)试图扩大信息容量;另一方面,“做梦”这类功能旨在让AI在有限上下文窗口内,主动筛选、巩固重要信息,模仿人类睡眠中的记忆处理过程。 文章指出,科技公司频繁使用“思考”“记忆”“做梦”等拟人化术语来描述AI功能,这不仅是技术类比,更是一种营销策略和认知塑造。它模糊了机器与人的边界,影响用户对产品的感知与期待,并在无形中转移了技术缺陷的责任归属。本质上,AI的“做梦”仍是一种消耗计算资源的自动化数据处理,但其命名方式却让我们更倾向于将其视为拥有内在生命的数字实体。

marsbit56分钟前

你的 Claude 今晚要做梦了,别打扰它

marsbit56分钟前

交易

现货
合约

热门文章

如何购买OPEN

欢迎来到HTX.com!我们已经让购买OpenLedger(OPEN)变得简单而便捷。跟随我们的逐步指南,放心开始您的加密货币之旅。第一步:创建您的HTX账户使用您的电子邮件、手机号码注册一个免费账户在HTX上。体验无忧的注册过程并解锁所有平台功能。立即注册第二步:前往买币页面,选择您的支付方式信用卡/借记卡购买:使用您的Visa或Mastercard即时购买OpenLedger(OPEN)。余额购买:使用您HTX账户余额中的资金进行无缝交易。第三方购买:探索诸如Google Pay或Apple Pay等流行支付方法以增加便利性。C2C购买:在HTX平台上直接与其他用户交易。HTX场外交易台(OTC)购买:为大量交易者提供个性化服务和竞争性汇率。第三步:存储您的OpenLedger(OPEN)购买完您的OpenLedger(OPEN)后,将其存储在您的HTX账户钱包中。您也可以通过区块链转账将其发送到其他地方或者用于交易其他加密货币。第四步:交易OpenLedger(OPEN)在HTX的现货市场轻松交易OpenLedger(OPEN)。访问您的账户,选择您的交易对,执行您的交易,并实时监控。HTX为初学者和经验丰富的交易者提供了友好的用户体验。

460人学过发布于 2024.12.12更新于 2025.09.09

如何购买OPEN

相关讨论

欢迎来到HTX社区。在这里,您可以了解最新的平台发展动态并获得专业的市场意见。以下是用户对OPEN(OPEN)币价的意见。

活动图片