BREAKING: Trump Signs Bill To Kill IRS Crypto Broker Expansion

bitcoinist發佈於 2025-04-11更新於 2025-04-11

文章摘要

United States President Donald Trump on Thursday signed a law that overturns an Internal Revenue Service rule that would have...

Trusted Editorial content, reviewed by leading industry experts and seasoned editors. Ad Disclosure

United States President Donald Trump on Thursday signed a law that overturns an Internal Revenue Service rule that would have mandated decentralized crypto exchanges comply with broker reporting obligations.

Trump, Congressional Action Nullifies Late Biden-Era Regulation

According to a report by Reuters and other news outlets, the bill is aimed at a rewritten IRS rule issued in the final weeks of the Biden administration in December. The regulation had broadened the definition of a “broker” to encompass decentralized finance platforms, or DeFi exchanges.

Congress employed the Congressional Review Act in order to void the revision, with both the House and Senate voting in March to repeal the rule. The Congressional Review Act permits legislators to overturn new federal rules using a simple majority.

The revised rule had reportedly been criticized vehemently by cryptocurrency industry representatives. They said it imposed unrealistic compliance obligations on DeFi platforms.

DeFi Platforms: Compliance Technically Impossible

The initial IRS framework originated in the $1 trillion 2021 bipartisan Infrastructure Investment and Jobs Act. It mandated that digital asset brokers submit tax forms to the IRS as well as digital asset holders to assist in tax reporting, Reuters and others have disclosed.

Whereas exchanges such as Coinbase and Kraken act as middlemen between sellers and buyers, DeFi exchanges use a different system. They enable direct trading on blockchain networks with no middleman.

Total crypto market cap at $2.5 trillion on the daily chart: TradingView.com

Crypto supporters asserted that this intrinsic distinction rendered the IRS regulations untenable for DeFi platforms. According to sources from industry stakeholders, these decentralized exchanges do not have visibility over user identities and therefore are technologically incapable of meeting typical broker reporting requirements.

Image: Americans Overseas

Trump Fulfills Campaign Pledge To Be Pro-Cryptocurrency

The signing of the bill is a fit for Trump’s election campaigns to be accommodating to the industry of cryptocurrencies. In his bid for president, Trump vouched to be a “crypto president” and took financial support from the sector promising to help increase adoption in digital assets.

Regulatory Shift Highlights Ongoing Tax Compliance Challenges

The IRS rule change under the Biden administration had sought to crack down on potential tax evasion by cryptocurrency users. Tax authorities have long grappled with making sure they can enforce compliance in the fast-growing digital asset sector.

The reversal underscores the ongoing tension between government attempts to capture tax revenue from cryptocurrency transactions and the technical realities of decentralized systems.

For the crypto sector, especially DeFi protocols, the bill is a big regulatory win. It eliminates a compliance hurdle that many in the space had insisted was not merely challenging but actually structurally impossible to comply with based on the nature of their technology.

The White House hasn’t yet made public what, if anything, alternative steps could be proposed to address cryptocurrency tax reporting issues.

Featured image from Alex Brandon/Associated Press, chart from TradingView

Editorial Process for bitcoinist is centered on delivering thoroughly researched, accurate, and unbiased content. We uphold strict sourcing standards, and each page undergoes diligent review by our team of top technology experts and seasoned editors. This process ensures the integrity, relevance, and value of our content for our readers.

Christian, a journalist and editor with leadership roles in Philippine and Canadian media, is fueled by his love for writing and cryptocurrency. Off-screen, he's a cook and cinephile who's constantly intrigued by the size of the universe.

你可能也喜歡

马斯克“崩老头”

作者:Nancy,PANews 当存储板块股价飙升,美光和海力士市值突破万亿美元之际,马斯克也在加速创造个人万亿美元身家的神话。SpaceX以天价估值加速迈向资本市场,这场可能改写财富史的超级IPO,将马斯克推向全球首位万亿富翁,也让早期盟友斩获百倍甚至千倍的惊人回报。然而,这场昂贵的太空叙事需要新的买单者。随着体量巨大的养老基金将“被迫买入”,美国人的养老金或成为马斯克逐梦太空的燃料。马斯克正让美国退休人群“爆金币”。 史上最大IPO倒计时,早期盟友如谷歌、Valor Equity Partners、Founders Fund等已赚得盆满钵满。马斯克本人有望成为全球首位万亿美元富翁。但SpaceX财务数据显示其仍在高速烧钱,且马斯克掌控85%绝对投票权,公司高度个人化。早期投资人获利了结后,高位接盘者成疑。 华尔街为超级IPO铺设了指数快车道。纳斯达克、标普、富时罗素等指数纷纷修改或酝酿新规,大幅缩短大型公司纳入指数的时间。一旦SpaceX被快速纳入主流指数,跟踪这些指数的被动基金(如众多养老金、401(k)账户投资的ETF)将不分析估值,按权重强制买入。 这引发了养老金系统的强烈不满。美国教师联合会敦促SEC加强审查,警告劳动者积蓄可能被操控。管理万亿资产的多家公共养老基金也联名反对SpaceX的极端治理结构,要求改革。华尔街的规则修改,将数千万美国人的退休储蓄与马斯克的太空梦想捆绑。在早期投资人享受巨额回报后,“接盘”成本被转移至被动投资者身上。史上最大的“崩老头”游戏正借指数之名拉开帷幕。

marsbit9 分鐘前

马斯克“崩老头”

marsbit9 分鐘前

这个小红书图文排版AI Skill,找到了绕过 AI 标注的图文生成路线

2026年2月,小红书要求AI生成内容必须标识,否则限制分发。不久后,一个名为“guizang-social-card-skill”的开源项目出现,它采用了一种独特的技术路径来规避AI检测:不使用任何AI模型生成图像像素,而是完全依靠HTML+CSS进行版面渲染,图片素材则来自Unsplash等实拍图库,最终输出的是浏览器引擎光栅化后的网页截图。 该项目内置28种杂志风格和瑞士国际主义风格的版式骨架。用户输入主题后,AI(如Claude)负责选择版式、决定文字位置、处理地图标注等排版逻辑,并生成HTML+CSS代码,再由Playwright渲染引擎截图输出。它特别适合旅行博主,能自动调用真实地图瓦片进行标注。整个流程强调像印刷软件一样精确可控,而非扩散模型的不可预测性。 这一方案的核心规避逻辑在于:其最终图片的像素并非由扩散模型或GAN生成,而是来自浏览器渲染和实拍照片,因此可能避开小红书“音画识别模型”对AI生成图像像素统计特征的检测。然而,这种规避的有效性取决于平台对“AI生成合成内容”的定义。如果未来平台将定义扩大到“AI辅助设计的程序渲染输出”,或针对浏览器渲染特征训练识别模型,该方案的优势可能消失。 文章指出,当前社交媒体图文生成工具正分化为三条技术路线,各有风险: 1. AI模型直接出图(如Midjourney):创意自由,但直接是平台AI检测的主要目标。 2. API模板引擎渲染(如Bannerbear):输出稳定,无AI像素痕迹,但同质化模板可能触发反垃圾规则。 3. 平台定制化生成:最安全但能力绑定单一平台,脆弱。 藏师傅的方案介于(1)和(2)之间,用AI灵活排版,用程序规避像素检测。 该工具的版式系统对旅行、攻略类内容匹配度高,但对穿搭、美妆等需要强烈个人风格和复杂拼贴的内容类型则构成约束。此外,它存在一定的使用门槛,本地部署需要技术背景,网页版功能可能受限。 最终,内容创作者面临的是不同风险结构的选择,没有绝对安全的方案。这一格局标志着平台与AI工具之间的对抗迭代已经开始。藏师傅的方案将AI定位为“排版决策辅助者”,而非内容生成替代者,恰好落在平台可能接受的“AI辅助”区间,与平台旨在打击的“全AI低质批量生产”有所区别。工具的技术选择本身,已在回应平台对AI应用的界定。

marsbit15 分鐘前

这个小红书图文排版AI Skill,找到了绕过 AI 标注的图文生成路线

marsbit15 分鐘前

交易

現貨
合約
活动图片