What To Know About This Week’s CLARITY Act Push—And Why Mid-May Is Now Key

bitcoinistPublished on 2026-04-21Last updated on 2026-04-21

Abstract

After months of delay, the Senate is approaching a decisive moment for the CLARITY Act, with mid-May emerging as a critical timeframe. Pressure from traditional banking groups, particularly concerning stablecoin yield restrictions, is causing potential delays. Banking associations are urging members to voice concerns to key negotiators like Senator Thom Tillis. Although a recent compromise largely satisfied the crypto industry, unresolved issues remain, including ethics and DeFi provisions. The markup could be postponed until after the Senate's recess, pending further negotiations.

After months of delay, the Senate appears to be approaching a decisive moment for the long-awaited CLARITY Act. This week could finally help determine whether lawmakers can move the bill forward—or whether additional negotiating pressure will push momentum into mid-May.

Banks Pressure Banking Committee Members

A Monday report from Crypto In America’s Eleanor Terrett said the Senate Banking Committee has until Friday to formally notice a markup of the CLARITY Act if it plans to hold a vote during the week of April 27. However, the timing may be under strain.

Pressure from the traditional banking sector that wants to weigh in on the stablecoin yield—paired with Sen. Thom Tillis’ stated interest in hearing those concerns—could mean the markup is postponed to the second week of May, when the Senate returns from recess.

Terrett previously reported that Tillis’ office has been facing a targeted pressure campaign from banking groups, including the North Carolina Bankers Association.

These groups are reportedly unhappy with the scope of stablecoin yield restrictions included in the current version of the act. Their message to banking members is straightforward: contact Tillis’ staff and make their concerns known, according to the reporting.

The push does not appear to be limited to Tillis. Industry groups have also been reaching out to other members of the Banking Committee beyond Tillis and Angela Alsobrooks, who are described as the lead negotiators.

In the latest phase of bargaining, a compromise was reportedly reached late last month that the crypto industry says it is largely satisfied with—or at least not openly opposing. Even so, the CLARITY Act text has not been released to the public.

What’s Still Unsettled In The CLARITY Act

While banking participants were largely quiet after those meetings, calls for changes have reportedly intensified in recent days following the release of the White House Council of Economic Advisers report addressing stablecoin yield.

One source familiar with the compromise cited by Terrett argued that the situation is partly driven by the behavior of trade associations. The source said small banks across the country are not well served when Washington trade groups push for perfect outcomes rather than settling for a deal that limits deposit flight.

Even with pressure rising, Tillis signaled at least some confidence in scheduling. He said there are “some open switches” that may require additional negotiation, but added that he is optimistic a CLARITY Act markup can be scheduled in the coming weeks. Still, the stablecoin yield provisions are not the only outstanding subject.

Alongside the yield dispute, the CLARITY Act also faces unresolved issues related to ethics and provisions involving decentralized finance (DeFi). Those items, according to the reporting, still need to be settled before the legislation can be placed on a floor vote.

The daily chart shows the total crypto market cap surge back above $2.5 trillion on Monday. Source: TOTAL on TradingView.com

Featured image from OpenArt, chart from TradingView.com

Trending Cryptos

Related Questions

QWhat is the key deadline for the Senate Banking Committee to formally notice a markup of the CLARITY Act?

AThe Senate Banking Committee has until Friday to formally notice a markup if it plans to hold a vote during the week of April 27.

QWhy might the markup of the CLARITY Act be postponed to the second week of May?

APressure from the banking sector on stablecoin yield restrictions, paired with Senator Thom Tillis's interest in hearing those concerns, could cause a delay until after the Senate returns from recess.

QWhich banking group was specifically mentioned as part of the pressure campaign on Senator Tillis's office?

AThe North Carolina Bankers Association was mentioned as one of the banking groups applying targeted pressure.

QAccording to the article, what two main issues, besides stablecoin yield, are still unresolved in the CLARITY Act?

AThe act also faces unresolved issues related to ethics and provisions involving decentralized finance (DeFi).

QWhat recent report from the White House has intensified calls for changes to the act in recent days?

AThe release of the White House Council of Economic Advisers report addressing stablecoin yield has intensified calls for changes.

Related Reads

Rubin Ultra Makes Major Cuts, Even Nvidia Can't Handle Memory Price Hikes?

NVIDIA's Rubin Ultra, the top-tier variant of the newly announced Rubin AI accelerators, has reportedly seen significant specification downgrades, according to an industry report from SemiAnalysis. Initially designed with four compute dies (4-die), the Rubin Ultra is now said to be reduced to a 2-die design. Key changes highlighted in the report include: * **No increase in peak theoretical compute performance**, remaining at 35 PFLOPs like the standard Rubin. * **Severe reduction in memory capacity** to 192GB using 8-Hi HBM stacks, which is less than the standard Rubin's 288GB using 12-Hi stacks. * **Negligible memory bandwidth improvement** of only 1 TB/s. * **Slightly higher chip-level power consumption**. * The **primary upgrade is a massive increase in scale-up interconnect capacity**, supporting connections for up to 576 GPUs via NVLink, compared to 72 for the standard Rubin. The report suggests the redesign is primarily a cost-optimization move driven by the sharp rise in HBM (High-Bandwidth Memory) prices. By reducing the expensive HBM content and shifting investment towards enhanced system-scale networking, NVIDIA aims to maintain the platform's value for large-scale AI training clusters while managing soaring material costs. The news reportedly triggered a sell-off in South Korean memory stocks, with SK Hynix and Samsung shares falling around 8%, as markets grew concerned that NVIDIA—a major HBM buyer—might be reducing its reliance on high-capacity memory, potentially capping future pricing power for memory makers.

Odaily星球日报11m ago

Rubin Ultra Makes Major Cuts, Even Nvidia Can't Handle Memory Price Hikes?

Odaily星球日报11m ago

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

This article introduces a novel training paradigm for generative models called Explorative Modeling (XM), which enables true end-to-end training. Traditionally, powerful generative models like autoregressive and diffusion models are not trained end-to-end. They are trained to predict a single small step but require iterative multi-step sampling for inference. This "exposure bias" leads to error accumulation and limits performance. The core challenge XM addresses is "mode blurring." In generative tasks, a single input (e.g., "generate a dog") corresponds to many valid outputs (multiple modes). Standard training objectives like reconstruction loss force the model to average these modes, producing unrealistic, blurry outputs. To avoid this, existing models break generation into many small, almost deterministic steps, sacrificing end-to-end training. XM tackles this by restructuring the training loop itself. Its key insight is to amplify "generative expressivity." For each training input, instead of generating one sample, the model generates K candidate outputs. Only the candidate closest to the real data is used for computing the loss and updating the model via backpropagation. This simple "best-of-K" mechanism is implemented as a short for-loop. By exploring multiple possibilities, the model learns to distribute its guesses across different modes rather than collapsing to their uninformative average. The paper demonstrates that "exploration" acts as a new, powerful scaling axis. Gains from XM increase with model size, data scale, and compute. Experiments show improvements in FID scores for image generation and significant efficiency gains, sometimes outperforming larger models without exploration. When pushed to the limit, XM enables fully single-step, end-to-end generative models. In robotics tasks, an "Explorative Policy" matched the performance of a 100-step Diffusion Policy with a single forward pass, drastically improving inference speed. While the best-of-K concept is not entirely new, the authors' contribution lies in formally understanding it as a direct method to boost generative expressivity without fragmenting the generation process. This work suggests that as models scale, enhancing exploration during training may become crucial for overcoming fundamental performance bottlenecks.

marsbit1h ago

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

marsbit1h ago

Trading

Spot

Hot Articles

How to Buy PUSH

Welcome to HTX.com! We've made purchasing Push Protocol (PUSH) simple and convenient. Follow our step-by-step guide to embark on your crypto journey.Step 1: Create Your HTX AccountUse your email or phone number to sign up for a free account on HTX. Experience a hassle-free registration journey and unlock all features.Get My AccountStep 2: Go to Buy Crypto and Choose Your Payment MethodCredit/Debit Card: Use your Visa or Mastercard to buy Push Protocol (PUSH) instantly.Balance: Use funds from your HTX account balance to trade seamlessly.Third Parties: We've added popular payment methods such as Google Pay and Apple Pay to enhance convenience.P2P: Trade directly with other users on HTX.Over-the-Counter (OTC): We offer tailor-made services and competitive exchange rates for traders.Step 3: Store Your Push Protocol (PUSH)After purchasing your Push Protocol (PUSH), store it in your HTX account. Alternatively, you can send it elsewhere via blockchain transfer or use it to trade other cryptocurrencies.Step 4: Trade Push Protocol (PUSH)Easily trade Push Protocol (PUSH) on HTX's spot market. Simply access your account, select your trading pair, execute your trades, and monitor in real-time. We offer a user-friendly experience for both beginners and seasoned traders.

4.1k Total ViewsPublished 2024.03.29Updated 2026.06.02

How to Buy PUSH

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of PUSH (PUSH) are presented below.

活动图片