Former Chainlink Exec Replaces Michael Selig As SEC’s Crypto Task Force Chief Counsel

bitcoinist发布于2026-02-25更新于2026-02-25

文章摘要

Former Chainlink executive Taylor Lindman has been appointed as the new Chief Counsel of the U.S. Securities and Exchange Commission’s (SEC) Crypto Task Force, replacing Michael Selig, who moved to the CFTC. Lindman, who served in senior legal roles at Chainlink Labs for five years, will lead legal interpretation, compliance, and risk management efforts. The task force, established under Commissioner Hester Peirce, aims to develop a clear regulatory framework for digital assets. The SEC and CFTC are collaborating on joint initiatives to harmonize rules, clarify jurisdiction, and reduce regulatory fragmentation. Upcoming efforts include guidance on token classification, innovation exemptions, custody rules, and modernizing transfer agent regulations.

As the Trump administration pushes lawmakers and regulators to develop clear regulatory frameworks, a former Chainlink executive has joined the Securities and Exchange Commission’s (SEC) Crypto Task Force as its new legal chief.

SEC Appoints New Crypto Task Force Legal Advisor

On Monday, Chainlink’s social media announced Taylor Lindman’s departure from the company to join the SEC’s Crypto Task Force as its Chief Counsel. The executive worked at Chainlink Labs for 5 years, where he held several senior legal positions, including Deputy General Counsel.

In an X post, the company thanked Lindman for his service, affirming that it looks forward to “modernizing the U.S. financial system together, taking it to the next level of its development and rapid growth.”

The former Chainlink executive will replace Michael Selig, who was appointed Chairman of the Commodity Futures Trading Commission (CFTC) in December 2025. He will serve as the Crypto Task Force’s new senior legal advisor, ensuring compliance, risk management, and guiding legal interpretation.

Following the departure of Gary Gensler, the SEC’s former acting chairman, Mark Uyeda, established the Crypto Task Force to review the agency’s approach to digital assets and to develop a clear, comprehensive regulatory framework.

Since its launch, the task force has held multiple roundtable events to engage with industry leaders and discuss different aspects of the sector’s regulation, including tokenization, DeFi, financial surveillance, and privacy.

SEC Commissioner Hester Peirce, who also leads the task force, confirmed the news, welcoming Lindman in an X post. “Welcome to our new Crypto Task Force Chief Counsel, Taylor Lindman, who joined the SEC today. I predict great things!” the post reads.

SEC To Advance Digital Asset Regulation

Last week, SEC Chairman Paul Atkins shared how the agency plans advance digital assets regulation this year. Speaking at ETH Denver alongside Commissioner Peirce, Atkins affirmed that the Commission would move forward with its regulatory work through Project Crypto, which was recently relaunched as a joint initiative with the CFTC.

He noted that the two Commissions are “planning great things together – harmonization, joint rulemaking – a common, coordinated approach unlike anything seen before at these two, often sparring agencies.”

As reported by Bitcoinist, the sister agencies partnered to advance a clear crypto asset taxonomy, clarify jurisdictional lines, remove duplicative compliance requirements, and reduce regulatory fragmentation.

In addition, he announced that in the coming months, the agency will review multiple initiatives, including a Commission framework “to explain how we think about crypto assets that are subject to an investment contract.”

In addition, they will consider an innovation exemption for firms to facilitate limited trading of certain tokenized securities on novel platforms; no-action letters and exemptive orders to provide additional clarity; rulemaking on custody of non-security digital assets, such as payment stablecoins, by broker-dealers; and a transfer agent modernization rulemaking, which will “accommodate the role that blockchain can play in recordkeeping.”

Earlier this month, Atkins also outlined the SEC’s plan to develop formal guidance on token classification. At a House Financial Services Committee hearing, the chairman noted that regulatory clarity for crypto assets is “long overdue,” emphasizing that a comprehensive federal framework, such as the market structure bill, would be needed to offer long-lasting rulemaking that can’t be easily changed.

“Under Commissioner Hester Peirce’s leadership of our Crypto Task Force, SEC staff has provided more clarity in the past year than in the prior decade, but there is no action we can take that future-proofs our rulebook more formidably than nonpartisan market structure legislation,” he stated.

The total crypto market capitalization sits at $2.2 trillion on the one-week chart. Source: TOTAL on TradingView

热门币种推荐

相关问答

QWho is the new Chief Counsel of the SEC's Crypto Task Force and which company did he previously work for?

ATaylor Lindman is the new Chief Counsel of the SEC's Crypto Task Force. He previously worked at Chainlink Labs for 5 years, where he held several senior legal positions, including Deputy General Counsel.

QWho did Taylor Lindman replace as the head of the Crypto Task Force's legal team?

ATaylor Lindman replaced Michael Selig, who was appointed Chairman of the Commodity Futures Trading Commission (CFTC) in December 2025.

QWhat is the main purpose of the SEC's Crypto Task Force as mentioned in the article?

AThe main purpose of the SEC's Crypto Task Force is to review the agency's approach to digital assets and to develop a clear, comprehensive regulatory framework.

QWhich two major U.S. financial regulatory agencies are partnering on a joint crypto initiative called 'Project Crypto'?

AThe Securities and Exchange Commission (SEC) and the Commodity Futures Trading Commission (CFTC) are partnering on the joint initiative 'Project Crypto'.

QAccording to the article, what specific area of rulemaking will the SEC consider regarding broker-dealers?

AThe SEC will consider rulemaking on the custody of non-security digital assets, such as payment stablecoins, by broker-dealers.

你可能也喜欢

生成模型也能端到端训练了?核心竟是一个for循环

长期以来,深度学习在图像分类、检测等任务上凭借端到端训练取得了巨大成功,但生成模型领域却始终是个例外。当前主流的自回归、扩散模型等训练时只学习预测“一小步”,推理时则需要反复展开数百上千步,这种训练与推理的不一致导致了“暴露偏差”等问题,使得生成模型一直未能实现真正的端到端训练。 最近,一篇来自UIUC与哈佛大学的论文提出了“探索式建模(Explorative Modeling,XM)”新范式,其核心是一个简单到近乎朴素的for循环:在每个训练步骤中,模型生成K个候选样本,然后仅选取其中最接近真实数据的一个样本来计算损失和回传梯度。这种做法巧妙地绕开了传统生成模型中因使用重构损失(如平方误差)而导致的“模态模糊”问题——即模型倾向于输出多个可能答案的平均值,而这个平均值往往不属于任何真实的数据模式。 XM通过这种方式,在不拆分生成过程的前提下,直接提升了模型的“生成表达力”,即模型捕捉数据分布中多个独立模式的能力。论文将“探索”验证为继模型参数量、数据量之后的第三根可扩展轴。实验表明,随着模型规模、数据量和计算量的增大,探索带来的性能收益越发显著,在图像、视频、语言等多种任务上均能带来效率与质量的提升。 更重要的是,当探索程度足够时,XM可以实现真正的端到端生成。在机器人控制等任务中,仅需一次网络前向传播的XM策略,其性能可媲美甚至超过需要上百次前向的扩散模型策略,实现了推理效率的飞跃。 尽管“最佳K样本选择”的思想并非全新,但该研究的贡献在于清晰地揭示了这一简单机制如何直接解决生成模型的核心瓶颈,并为实现高效、端到端的生成模型开辟了新的可能性。随着模型规模的持续扩大,探索这一新维度可能将发挥越来越关键的作用。

marsbit8分钟前

生成模型也能端到端训练了?核心竟是一个for循环

marsbit8分钟前

年薪百万抢电工,Meta急到自己办技校

AI竞赛正面临新的瓶颈:工地。美国正面临严重的电工、建筑工等技术工人短缺,这已成为微软、Meta、OpenAI等公司快速建设超大规模AI数据中心(如OpenAI耗资160亿美元的“星际之门”项目)的“头号障碍”。 尽管AI公司愿支付高薪(如电工年薪可达24-28万美元),远超传统行业,但熟练技工仍供不应求。麦肯锡预测,美国在2023-2030年间需额外培养13万名电工和24万名建筑工,而劳工统计局预计每年仍有8万个电工岗位空缺。这种短缺导致项目延迟,每月可能造成数百万美元的收入损失。 AI数据中心建设复杂,需应对巨大功耗(一座设施耗电堪比数十万户家庭)、复杂的配电系统以及高密度散热(需液冷技术)等挑战,因此亟需大量技术娴熟的工人。 为此,科技巨头开始亲自下场培养人才。例如,Meta投入1.15亿美元建立建筑工人培训学校,提供免费培训及生活补贴,以快速输送工人上岗。OpenAI则与建筑工会合作,提前锁定熟练劳动力。同时,企业也将招聘目光投向高中生,鼓励年轻人投身技工行业。这些举措已见成效,Z世代对技工职业的兴趣显著上升。 然而,更深层的挑战在于电力。AI数据中心用电量正以惊人速度增长,已推高部分地区的电价。此外,数据中心建设是项目制的,建设期需要成千上万的工人,但建成后仅需少量常驻人员。这意味着未来可能面临熟练工人短期过剩、并流向其他行业压低薪资的风险。如何实现劳动力与电力资源的长期平衡,仍是悬而未决的问题。

marsbit1小时前

年薪百万抢电工,Meta急到自己办技校

marsbit1小时前

交易

现货

热门文章

如何购买S

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

3.3k人学过发布于 2025.01.15更新于 2026.06.02

如何购买S

相关讨论

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

活动图片