Connect with us

Crypto World

Crypto Turns to Regulators After CLARITY Setback

Published

on

Crypto Turns to Regulators After CLARITY Setback

Crypto industry leaders are looking to US financial regulators to fill the regulatory gap after a major crypto bill establishing a regulatory framework for digital assets stalled in the Senate on Tuesday.

The Senate voted 49-50 on a motion to invoke cloture and advance the CLARITY Act, short of the 60 votes needed as Democrats raised concerns over US President Donald Trump’s crypto investments. Industry executives said the result was a disappointment, but pointed to potential rulemaking from the US Securities and Exchange Commission and Commodity Futures Trading Commission as the next best source of regulatory clarity. 

Source: Brian Armstrong

Speaking to Cointelegraph’s Chain Reaction before Tuesday’s vote, Fireblocks US policy director Jessica Martinez said the company would continue engaging with regulators if the legislation failed.

“We’re going to continue working with the regulators, the SEC and the CFTC specifically,” Martinez said.

Advertisement

Meanwhile, Ripple CEO Brad Garlinghouse on Tuesday, following the vote, said that US regulators will “continue to work hard to issue rules to fill the legislative gap,” as a reason to remain optimistic.

Their belief comes as SEC Chair Paul Atkins reiterated his commitment to deliver clearer crypto rules at the Solana Policy Institute Summit on Monday. However, there’s concern the solution won’t give long-term investors the same confidence that legislation would provide.

“Rejecting the bill leaves firms completely dependent on agency guidance and ongoing administrative discretion,” added NEAR chief legal officer Abhishek Vaidyanathan.

“Firms setting their 2027 budgets would face another prolonged delay, forcing them back into case-by-case judgments and repeated legal work while counterparties continue to price in regulatory uncertainty,” he added. 

Advertisement

Bitget Wallet chief operating officer Alvin Kan told Cointelegraph that failure to advance the bill on Tuesday brings “continued uncertainty over how securities, commodities and money-transmission rules apply across different products.”

Another attempt for CLARITY

The CLARITY Act could face another cloture vote after Senator Thom Tillis moved to reconsider Tuesday’s failed attempt. Industry executives remain divided over how long the latest setback will stall the bill’s progress.

Source: Senator Thom Tillis

“Today’s result is a delay, not a verdict. Legislation of this scale rarely moves in a straight line, and a cloture vote can be brought again,” 1inch chief legal officer Orest Gavryliak said in comments shared with Cointelegraph.

Related: Crypto stocks slide after CLARITY Act fails to advance in Senate

Advertisement

Vaidyanathan was less optimistic about any immediate prospects, saying the next Congress was the likely next opportunity to address crypto market structure.

“Now that cloture failed, the next Congress is the likely next opportunity to address crypto market structure. The House has already canceled its weeks of September 21 and 28, and the Senate’s state work period begins October 5 ahead of the November 3 election.”

Polymarket odds of the CLARITY Act being signed into law in 2026 fell to 5% on Tuesday, the lowest probability since the market was opened in January. 

Magazine: Crypto’s biggest week ever? Swarm fears prompt AI slowdown: Hodler’s Digest

Advertisement

Source link

Continue Reading
Click to comment

You must be logged in to post a comment Login

Leave a Reply

Crypto World

Bitcoin Core 32 adds faster validation and fee changes

Published

on

DOG Mode opens a new front in Bitcoin’s governance fight

Bitcoin Core 32.0 has entered its final release-candidate testing cycle after developers tagged v32.0rc1 on Sept. 14, bringing fee estimation, block-validation performance and security fixes closer to a planned Oct. 10 release.

Summary

  • Bitcoin Core 32.0 entered release-candidate testing September 14, with final tagging targeted for October 10.
  • New fee estimation combines block history with current mempool conditions and may recommend lower fees.
  • Block validation now prefetches previous outputs across eight worker threads by default, reducing disk waits.
  • A wallet notification flaw could let authenticated users execute commands on affected non-Windows node systems.
  • Testing found sixteen unauthenticated REST connections could drive memory use to roughly three gigabytes quickly.

The Bitcoin Core project’s official GitHub release shows v32.0rc1 at commit d0231bb, signed with a verified maintainer signature on Sept. 14 at 12:58 UTC. The project’s release schedule still targets Oct. 10 for the final v32.0 tag, although the date remains subject to testing and further fixes.

Version 32 focuses on node software behavior, wallet interfaces, fee calculation, networking and performance. The draft release notes do not list a change to Bitcoin’s consensus rules, meaning the update does not redefine which transactions or blocks the network considers valid.

Advertisement

Bitcoin Core 32 targets Oct. 10 after RC1 tag

Developers entered feature freeze on Aug. 20, limiting work to fixes needed before release. On Sept. 14, they split the 32.x branch from the main development branch and started the release-candidate cycle while development work for version 33 resumed separately.

The first candidate is intended for node operators, wallet developers and other users to test before developers decide whether the code is ready for a stable release. Bitcoin Core opened a dedicated 32.0 release-candidate testing feedback issue on Sept. 15, one day after RC1 was tagged.

The project asks testers to use the testing guide for RC-specific checks and report software problems through separate GitHub issues. No final v32.0 binary has been released as of Sept. 16.

Advertisement

Bitcoin Core does not update automatically. Operators choose when to install new versions, meaning older releases can remain active after newer software becomes available.

That manual upgrade model has mattered in previous security disclosures. As crypto.news previously reported, Bitcoin Core disclosed CVE-2024-52911 in May after the vulnerable 28.x branch reached end of life. The bug had already been fixed in Bitcoin Core 29.0 before technical details became public.

New fee estimator blends mempool and block history

One of Bitcoin Core 32’s more visible user-facing changes affects estimatesmartfee, the RPC used by wallets and applications to calculate transaction fees.

Until now, Bitcoin Core’s main estimator has relied on observed confirmation behavior from transactions included in past blocks. Version 32 adds a separate estimator based on transactions currently waiting inside the node’s mempool.

Advertisement

The new mempool estimator produces both economical and conservative estimates from current pending transaction conditions. Bitcoin Core checks recent block activity before using it and can reject the estimate when the mempool appears too sparse or unhealthy.

When both systems produce valid results, estimatesmartfee returns the lower fee estimate. The new method therefore cannot push the existing block-policy recommendation higher through the combined default mode; its role is to lower the recommendation when current mempool conditions support doing so.

That design can respond more quickly after a period of expensive block space ends. A block-history estimator may continue incorporating recently confirmed high-fee transactions, while the mempool may already show fewer transactions competing for confirmation.

The software preserves a way for applications to use the previous method. An added fee_rate_estimator option lets users request block_policy, mempool_policy or the combined default behavior. Bitcoin Core stores the new mempool estimator’s statistics in a separate data file so they can be reloaded after restart.

Advertisement

Wallet fee calculations will use the combined default estimator. The response can identify which estimator produced the selected fee, while higher verbosity levels expose mempool-health statistics for applications that need more detail.

Block validation gets parallel disk prefetching

Bitcoin Core 32 changes how nodes retrieve transaction data while connecting blocks, particularly when the needed information must be read from storage.

The software can now prefetch previous transaction outputs, known as prevouts, from the chainstate database across several worker threads while block validation continues. The default is eight prefetch threads, with operators able to raise the setting to 16 or disable parallel fetching by setting it to zero.

Prevouts identify the coins being spent by transaction inputs. Nodes need that information to check whether inputs exist, have not already been spent and satisfy the applicable validation rules.

Advertisement

The improvement is intended to cut time spent waiting for disk reads when a node processes blocks containing inputs not already available in faster memory caches. The effect will vary with storage hardware, cache behavior and node configuration.

Bitcoin Core 32 exposes the setting through -prevoutfetchthreads=, giving operators control over how many threads take part. The draft notes describe the feature specifically as a block-validation performance improvement.

Separate RPC changes give operators more information during AssumeUTXO background validation. After a snapshot-based node reaches the chain tip, getblockchaininfo can now report the progress of the historical chain validation still running behind the active node state.

Security fixes close wallet and HTTP memory flaws

Bitcoin Core 32 fixes a wallet notification flaw affecting non-Windows systems under a narrow set of conditions.

Advertisement

The draft notes state that an authenticated RPC user with permission to create wallets could craft a wallet name containing special replacement characters when the node was configured with -walletnotify. Under those conditions, the name could cause arbitrary commands to execute with the privileges of the Bitcoin Core process.

Version 32 changes wallet-notification placeholder replacement so wallet names are treated as literal text. The release tightens wallet naming as well by rejecting certain relative-path names containing . or .. path elements.

A second issue emerged during review of Bitcoin Core’s rewritten HTTP server, which is replacing libevent in version 32.

Developer Matthew Zipkin submitted pull request #36123 after an audit using Moonshot AI’s Kimi K3 model identified a memory-exhaustion path. While the server handled one request, it could continue reading and queuing data sent by the same connection without an effective size limit.

Advertisement

The first analysis suggested the condition mainly required an authenticated client capable of keeping a request busy. Further testing found that REST traffic created a similar problem without authentication.

A reviewer reported that 16 unauthenticated REST connections pushed one test process from 46 MB of memory to roughly 3 GB in around one minute. After the revised fix, the same test increased memory use by roughly 3 MB over 90 seconds, compared with 3.2 GB before the patch.

The patch was merged Sept. 5, before v32.0rc1 was tagged. Because the rewritten HTTP server is new to version 32, the specific flaw was caught before the server appeared in a stable Bitcoin Core release.

The use of Kimi K3 fits a recent pattern of AI-assisted security review across Bitcoin software. As crypto.news reported in August, Bitcoin Red Team had logged 7,958 potential findings after scanning hundreds of Bitcoin-related open-source projects, though many required human verification before they could be treated as confirmed vulnerabilities.

Advertisement

Resource-exhaustion problems have appeared in other Bitcoin software this year. In related coverage, crypto.news reported that Core Lightning confirmed security flaws after reviewing AI-generated reports and warned operators to upgrade or temporarily use offline mode.

PSBT version 2 becomes the default for four RPCs

Bitcoin Core 32 changes the default format created by four commands used with Partially Signed Bitcoin Transactions.

createpsbt, walletcreatepsbt, converttopsbt and psbtbumpfee will produce PSBT version 2 by default. Developers added an optional psbt_version argument so applications can explicitly request another supported version when necessary.

PSBTs let several wallets, applications or hardware signing devices exchange transaction information before the completed Bitcoin transaction is broadcast. Moving the default to version 2 may require testing by software that assumes Core’s RPC output will use the older format.

Advertisement

The update does not remove the ability to request the previous version. Applications built around the affected RPC commands can set the format explicitly while they test version 2 compatibility.

Wallet tooling receives other changes in the same release. A new exportwatchonlywallet RPC creates a descriptor-wallet file containing public descriptors, transaction history and address-book data without private keys. Bitcoin Core’s offline-signing tutorial now uses that command for creating an online watch-only wallet.

Another new command, derivehdkey, lets a wallet derive an extended public or private key through a path containing at least one hardened step, while addhdkey lets a BIP32 extended key be added without immediately using it to generate output scripts.

PrivateBroadcast receives continued maintenance as well. Crypto.news reported in June that Bitcoin Core 31.1rc1 fixed a network condition that could expose an originating IP address when PrivateBroadcast was used. Version 32 contains further PrivateBroadcast RPC and transaction-relay changes documented in its draft release notes.

Advertisement

The current Bitcoin Core schedule still lists Oct. 10 as the target for tagging v32.0. The RC testing feedback thread opened Sept. 15 remains active, with developers directing testers who find actual Bitcoin Core defects to file separate issues before the final release.

Source link

Advertisement
Continue Reading

Crypto World

Ripple CEO Breaks Silence After CLARITY Act Vote Fails: XRP’s Legal Footing Unchanged

Published

on

The US Senate failed to advance the Digital Asset Market CLARITY Act on Tuesday, falling short of the 60 votes needed to send the bill toward a final vote.

Ripple CEO Brad Garlinghouse says the setback stings, but it won’t change what his company is doing.

Garlinghouse Calls the Vote a Missed Opportunity

Writing on X shortly after the vote, Garlinghouse said his team and most of the industry gave everything they had trying to get the CLARITY Act across the finish line, calling the fight an opportunity that went beyond Ripple alone.

He argued that consumers and American competitiveness in digital finance were the ones who lost out, and said a review of what went wrong is coming. In his view, Democratic politics got prioritized over good policy.

Advertisement

Still, he did not frame the failed vote as the end of US crypto policy efforts. Garlinghouse expects the SEC and CFTC to continue rulemaking to fill the gap left by Congress. Ripple, he added, will remain involved in that process.

“Ripple’s business has never been stronger,” he wrote, pointing to demand across traditional finance and digital assets. A missed vote in Washington, he argued, does not change the company’s “momentum, our global footprint, or our customers.”

The firm’s Chief Legal Officer, Stuart Alderoty, followed with his own post. “Ripple and XRP stand on settled ground,” he said, pointing to the 2023 federal court ruling that found XRP is not a security, along with a joint interpretation the SEC and CFTC issued in March naming XRP a digital commodity. He also said he expects both agencies to keep setting clearer rules going forward.

Reaction across the industry was split. CryptoLaw called it a shift, not an end, agreeing with the view that the fight for crypto rules will now move to the SEC and CFTC. However, analyst ChartNerd was more cautious, noting that agency rulemaking beats uncertainty but isn’t a substitute for actual legislation, since rules can be reversed.

Advertisement

What the CLARITY Act Would Have Done

Tuesday’s vote wasn’t meant to pass the CLARITY Act outright. It was a procedural step meant to move the bill closer to a final vote, and its failure means debate on the legislation will continue rather than end.

The bill sets out to divide oversight of digital assets between the CFTC and SEC and introduces the idea of “ancillary assets,” network tokens whose value may depend on the efforts of a company while still being treated as commodities and carrying their own disclosure rules.

It also targets decentralized finance platforms that look decentralized on paper but are still run by identifiable people, requiring CFTC registration for their spot trading activity.

Exchanges, brokers, and dealers, the companies most Americans actually use to buy and sell crypto, would face a new federal registration and oversight regime too.

Advertisement

The post Ripple CEO Breaks Silence After CLARITY Act Vote Fails: XRP’s Legal Footing Unchanged appeared first on CryptoPotato.

Source link

Continue Reading

Crypto World

OpenAI Rejects Another Math Prize, This Time Justin Sun's $1 Million

Published

on

Justin Sin Problem Index. Source: GitHub

OpenAI has been named the winner of Justin Sun’s inaugural $1 million mathematics prize, yet the company has left the money sitting unclaimed, just as it did with an identical prize from the Clay Mathematics Institute weeks earlier.

The prize was to reward an AI-authored proof of the Navier-Stokes equations, a fluid dynamics problem mathematicians spent decades trying to crack. Two academics say the work drew on their own unpublished research, a claim OpenAI disputes.

Why OpenAI Keeps Walking Away From the Money

OpenAI published its proof of the three-dimensional Navier-Stokes problem on September 8, saying 10,000 of its AI agents worked the problem for 88 hours before a separate model, GPT-6 Astra, spent another 17 hours checking the logic.

The Clay Mathematics Institute set the problem in 2000 as one of seven Millennium Prize Problems, each carrying a $1 million reward, and still lists it as active on its website.

Advertisement

OpenAI said at the time that it would not claim the Clay money. It became a bigger story once questions arose over whose work actually produced the proof.

Two mathematicians said their unpublished research had sat inside an OpenAI product, a claim the company denied.

“I do not know what their model did, or how. I do not know whether our data was used. I am not accusing anyone of anything,” said Tristan Buckmaster, professor at New York University.

Second Prize, a Second Snub

Eight days after the dispute broke out, Justin Sun’s office announced its own answer to the same problem. They created the Justin Sun Prize, a bounty system built around machine-checkable proofs rather than traditional peer review.

Every entry on Sun’s list can pay out twice. Once for the person who proves a result and again for whoever formalizes it as code. Sun’s team named the OpenAI research team the winner of the prize’s first $1 million top award for the Navier-Stokes proof.

Advertisement

Navier-Stokes is the fifth entry. It is marked solved, credited to the OpenAI team, eligible to claim, but remains unclaimed.

Justin Sin Problem Index. Source: GitHub
Justin Sin Problem Index. Source: GitHub

Under Sun’s rules, a problem already solved before it joins the list pays the person who translates it for the machine, not the person who proved it.

“I care only about the result, not whether the contributor is human or a machine,” Justin Sun said.

Sun’s own list carries a warning beside that entry. It says the OpenAI announcement is not peer review, and that acceptance by mathematicians has not been confirmed.

The post OpenAI Rejects Another Math Prize, This Time Justin Sun's $1 Million appeared first on BeInCrypto.

Source link

Advertisement
Continue Reading

Crypto World

US Lawmakers Advance Bill to Make Trump’s Bitcoin Reserve Law

Published

on

Crypto Breaking News

U.S. lawmakers moved closer to formalizing President Donald Trump’s plan for a government-held Bitcoin program after the American Reserve Modernization Act of 2026 cleared the House Committee on Financial Services.

The bill, H.R. 8957, passed the committee on Wednesday in a 28–21 vote and would create a “Strategic Bitcoin Reserve” alongside a separate “Digital Asset Stockpile” at the Department of the Treasury. These reserves would cover federally held Bitcoin and other digital assets acquired through criminal or civil forfeiture.

Key takeaways

  • The American Reserve Modernization Act of 2026 (H.R. 8957) advanced after a 28–21 vote in the House Financial Services Committee.
  • It would set up Treasury-managed structures for forfeited Bitcoin and other digital assets, including a Strategic Bitcoin Reserve.
  • Bitcoin held under the reserve would be required to remain in federal custody for at least 20 years.
  • The bill includes mandatory accounting and transparency steps, such as quarterly “proof of reserve” reporting and third-party audits.
  • While it formalizes federal custody, the text also emphasizes private ownership and self-custody rights for Bitcoin.

What H.R. 8957 would change for federal Bitcoin custody

H.R. 8957 aims to convert the concept of a strategic federal Bitcoin reserve into law. According to the bill’s framework described in coverage, the Strategic Bitcoin Reserve and Digital Asset Stockpile would sit within the U.S. Treasury and would apply to digital assets the government already holds or acquires through forfeiture proceedings.

Supporters argue that current federal storage practices are too fragmented to satisfy modern security and accountability standards. Representative Nicholas Begich, who introduced the legislation on May 21, said the federal government cannot allow Bitcoin to sit in inconsistent custody arrangements. He also argued that the approach creates cybersecurity risks and does not provide adequate accounting of what the government actually owns.

Accounting, transparency, and the “proof of reserve” requirement

A central feature of ARMA is accountability. The legislation would require federal agencies to deliver a complete accounting of digital assets they currently hold or control. It also sets out transparency measures intended to make federal crypto holdings easier to verify.

Advertisement

Under the bill, quarterly “proof of reserve” reports and third-party audits would be required. For investors and market participants, the significance is straightforward: clearer documentation around government-held supply can reduce uncertainty, support more reliable on-chain and off-chain reconciliation, and improve confidence in claims about who controls what.

The bill would also support a study into budget-neutral acquisition strategies for expanding the Strategic Bitcoin Reserve, a detail that matters because it frames future additions as an exercise in managing costs rather than an open-ended authorization.

How long Bitcoin would be held—and what remains under federal control

Another notable provision would require Bitcoin in the federal reserve to be held for a minimum of 20 years. That long time horizon suggests the legislation is designed less for short-term policy flexibility and more for creating a durable, long-lived component of federal reserves.

The bill would further direct that states be allowed to store their Bitcoin in the Federal Reserve, extending the idea of institutional custody beyond the federal government alone.

Advertisement

At the same time, the legislation includes language that preserves private participation in Bitcoin. It affirms private ownership and the right to self-custody, describing control of private keys as “fundamental to the principles of financial sovereignty, privacy, and personal liberty in the digital age.” That emphasis may be intended to assuage concerns that government custody could translate into broader restrictions on individual holding or managing Bitcoin.

Why the committee vote matters, and what comes next

Committee approval is a procedural milestone, not the end of the legislative process. After passing the House Committee on Financial Services, H.R. 8957 still must clear the full House and the Senate before it can reach the president’s desk.

The bill’s progress also arrives as observers continue to track how much Bitcoin the U.S. government holds. According to Arkham Intelligence, the U.S. government is estimated to hold 324,527 Bitcoin, valued at $24.7 billion at the time of writing. While estimates like this can evolve with new data, they underline why a clearer policy framework around government-held Bitcoin is likely to draw broad attention from both policymakers and market participants.

Policy advocates have already characterized the effort as historically significant for Bitcoin governance. Bitcoin Policy Institute executive director Connor Brown called the development a “genuinely historic step for Bitcoin policy” on X. Similarly, Strive CEO Matt Cole described it as potentially the single most important crypto legislation that could emerge from Washington, also posting on X.

Advertisement

Looking ahead: the details that could determine real-world impact

For now, the decisive next phase is whether lawmakers can move ARMA through both chambers, where amendments are likely and the exact implementation of quarterly “proof of reserve” reporting and custody rules could become a focal point. Investors and builders should watch for how the final bill defines custody, audits, and the mechanics of “budget-neutral” expansion—because those specifics will shape how credible, verifiable, and operationally workable the Strategic Bitcoin Reserve becomes.

Risk & affiliate notice: Crypto assets are volatile and capital is at risk. This article may contain affiliate links. Read full disclosure

Source link

Advertisement
Continue Reading

Crypto World

The no-KYC alternative to crypto exchange custody

Published

on

Ethena Pay launches beta with rates up to 6%

Disclosure: This content is provided by a third party. Neither crypto.news nor the author of this article endorses any product mentioned on this page. Users should conduct their own research before taking any action related to the company.

Most people searching for a no-kyc crypto exchange alternative are not looking for less compliance, they are looking for less exposure. Less counterparty risk. Less reliance on a custodian that could be hacked, frozen, or insolvent when they need their funds.

Advertisement

Vymopay is a non-custodial digital asset platform built entirely inside Telegram. “Non-custodial” means users hold their own private keys, no third party controls or can freeze their assets. The platform covers wallet management, privacy, exchange, loans, staking, AML screening, and payment infrastructure, all from the Telegram bot @Vymopay_bot, with no separate app to install.

This is a full breakdown of what each feature does and who it is built for.

The wallet: up to 500 addresses per asset

The base layer is a multi-currency, non-custodial wallet. Users hold their own keys and manage balances directly from the bot. That part is standard. What is less standard is the address ceiling: up to 500 dedicated wallet addresses per supported cryptocurrency.

For an individual holder, that ceiling is irrelevant. For a merchant or payment processor, it changes the operational picture entirely. A single shared receiving address requires manual reconciliation after every inbound payment. Five hundred dedicated addresses mean each customer or transaction type gets its own address, and attribution is automatic. The bookkeeping that would otherwise take hours is handled at the address layer.

Advertisement

This kind of address infrastructure is typically reserved for enterprise payment processors. Vymopay delivers it through a Telegram interface.

Shield Address: receive payments without revealing your wallet

Shield Address is the platform’s privacy feature, and the one most worth understanding carefully.

When a user withdraws from a centralized exchange (CEX) to a personal wallet, the exchange logs that destination address. That address is now permanently linked to the user’s exchange identity, every future transaction from it is traceable back to the exchange account. For users who want to keep their self-custody wallet separate from their exchange identity, that link is a problem.

Advertisement

Shield Address works as follows:

  • Vymopay generates a dedicated Shield Address for the user.
  • The user shares that address with the sender, an exchange, a counterparty, a client, instead of their real wallet.
  • Vymopay receives the inbound funds and runs automatic AML screening on the transaction.
  • Funds are forwarded to the user’s actual destination wallet. The sender never sees the real address.

The AML step is mandatory, not optional. Funds that fail screening do not proceed. This is the design distinction between a privacy tool and an evasion tool: Shield Address is built to protect users from counterparty surveillance, not to circumvent regulatory oversight. Privacy and compliance coexist in the same flow.

Shield Address also supports asset conversion at the forwarding stage — meaning funds can arrive in one cryptocurrency and be automatically converted before reaching the destination wallet.

Auto conversion address: accept any currency, receive your preferred one

Merchants often prefer to hold a specific asset — usually a stablecoin — regardless of what customers pay in. Auto Conversion Address handles the swap automatically. Each dedicated conversion address converts incoming funds to the preferred asset at current market prices, with a notification on each conversion. The receiving workflow does not change; the asset in the wallet does.

Exchange: market and limit orders from the bot

Vymopay includes a built-in exchange accessible from the same interface. No separate account. No external platform.

Advertisement

Two order types are available:

Order type When it executes What happens next
Market Immediately at current price Confirmation required before execution
Limit When asset reaches user-defined price Instant notification on fill

Balances update in real time after each trade.

For users already managing wallets, payments, and addresses inside the bot, being able to trade without switching platforms removes a step that previously required logging into a separate exchange.

Crypto loans: access liquidity without selling

Crypto Loans lets users borrow stablecoin liquidity against their crypto holdings without triggering a sale. The collateral asset stays in the user’s control; the loan is disbursed and repaid through the bot.

Advertisement

The practical use case: a user holds an asset they expect to appreciate but needs short-term liquidity. Selling triggers a taxable disposal and closes the position. A collateral-backed loan provides the liquidity without either consequence. Loan setup and repayment tracking run within the same interface.

Earn and staking: passive returns from the same interface

Users can stake supported cryptocurrencies directly from the bot and earn passive returns. Active positions, accumulated rewards, and pending requests are visible from the same interface used for everything else, no separate DeFi dashboard required.

AML protection: on-demand risk reports

For users who need to assess the risk profile of a wallet or transaction before interacting with it, Vymopay provides on-demand AML checks. Enter any wallet address and the platform generates a numeric risk score, a counterparty analysis by entity type, and a downloadable PDF report.

Checks run at any time, not only at account onboarding, which matters for businesses documenting due diligence, traders screening counterparties, and individuals receiving funds from unfamiliar sources.

Advertisement

AML screening is also embedded in the Shield Address forwarding flow — every inbound payment is screened before reaching the destination wallet.

Freeze Alert: continuous wallet monitoring

Freeze Alert runs continuous blockchain monitoring on selected wallets and sends real-time notifications if a freeze event is detected on-chain. It also generates recurring AML reports automatically over the subscription period.

Plans cover 1, 2, or 5 wallets. For businesses or individuals managing high-value wallets, this replaces the need to run manual checks, monitoring runs continuously without user action.

SWIFT Check: track international wire transfers

SWIFT Check lets users track international SWIFT transfers in real time using the UETR (Unique End-to-End Transaction Reference) identifier. For businesses managing cross-border payments, it replaces the back-and-forth of querying status through a banking portal. The check runs directly from the bot.

Advertisement

Affiliate program: recurring rewards, not one-time bonuses

Every user gets a personal referral code. Referring someone earns rewards each time that person transacts, recurring, tied to usage, not a flat sign-up bonus. Earnings are tracked and redeemable from the bot.

Who this is actually for

The best no-kyc crypto exchange alternative is not a single product, it depends on what you are replacing. Vymopay is built for:

  • Individual holders moving off custodial exchanges who want self-custody without learning new tools.
  • Traders who need an on-chain exchange, limit orders, and AML screening in one place.
  • Merchants and businesses managing crypto payments across multiple customers or suppliers, where dedicated addresses and auto-conversion matter.
  • Payment providers and finance teams who need compliance documentation, AML reports, Freeze Alert, SWIFT tracking, built into the same workflow.

The Telegram distribution is the practical bet behind that positioning. Over 900 million people use Telegram monthly. For those who already manage business and financial communication through the app, a full-featured crypto platform built inside it removes the adoption friction that has kept most self-custody tools niche.

The platform is accessible at @Vymopay_bot. No download required.

Advertisement

Disclosure: This content is provided by a third party. Neither crypto.news nor the author of this article endorses any product mentioned on this page. Users should conduct their own research before taking any action related to the company.

Source link

Advertisement
Continue Reading

Crypto World

Saylor says stalled CLARITY Act could boost Bitcoin activity

Published

on

CLARITY Act ethics fight blocks 60 Senate votes

Strategy Executive Chairman Michael Saylor has predicted that the CLARITY Act’s 49-50 Senate defeat could send more capital toward Bitcoin as U.S. regulators continue writing crypto rules under their existing powers.

Summary

  • The CLARITY Act fell 11 votes short of the 60 needed to advance.
  • Saylor expects regulators to proceed without waiting for another congressional vote.
  • Banks could expand Bitcoin custody and Bitcoin-backed lending, according to Saylor.
  • Coinbase and Bernstein also expect the SEC and CFTC to keep developing crypto rules.

Michael Saylor said in an X post that the Securities and Exchange Commission, Commodity Futures Trading Commission, and Treasury Department could move forward under existing law while the CLARITY Act remains stalled.

“With CLARITY stalled, I expect the SEC, CFTC, and Treasury to advance rules under existing law,” Saylor wrote. “But progress does not have to wait for Congress.”

Advertisement

His comments presented the failed vote as a possible opening for Bitcoin rather than a complete halt to U.S. crypto policy. According to Saylor, banks could add more Bitcoin custody services and offer additional loans backed by the asset, creating new channels for capital to enter the market.

Saylor also pointed to the GENIUS Act, which has already established a federal framework for payment stablecoins. While discussing the remaining policy gap, he added, “The only clarity you need is Bitcoin.”

Saylor expects Bitcoin services to expand without the bill

For American investors, Saylor’s forecast centers on services offered through regulated financial institutions. More bank custody options could give clients another way to hold Bitcoin, while Bitcoin-backed loans could let borrowers access cash without immediately selling their holdings.

Advertisement

Saylor did not provide a timeline or name any banks preparing such products. His comments described what he expects regulators and financial institutions to do after Congress failed to advance the market-structure bill.

The Strategy chairman has repeatedly treated Bitcoin differently from other digital assets because of its regulatory position and fixed supply. In September, crypto.news previously reported that Saylor defended Americans’ right to promote the cryptocurrency while the Senate prepared for the CLARITY Act vote.

During that earlier debate, Saylor argued that public officials and business leaders should be free to support Bitcoin. The comments came as Strategy resumed purchases of the asset, tying his policy position to the company’s long-running Bitcoin treasury plan.

Strategy’s exposure also gives U.S. stock investors an indirect route into Bitcoin. Shares of the Nasdaq-listed company often react to changes in the cryptocurrency’s price, the company’s purchases and its methods of raising capital to fund additional acquisitions.

Advertisement

CLARITY Act fails its 60-vote Senate test

The Senate voted 49-50 on the motion to invoke cloture and move the CLARITY Act toward debate. With 60 votes required, the proposal fell 11 votes short of the threshold.

Failure at the procedural stage prevented senators from moving to a full debate and potential amendments. It was not a final vote on whether to approve the legislation.

The bill sought to establish federal rules for issuing, trading and supervising digital assets. One of its main provisions would divide authority between the SEC and CFTC, giving the agencies clearer roles over securities and digital commodities.

A Sep. 4 analysis identified ethics rules, protections for decentralized finance developers and stablecoin rewards as major disputes before the vote. Lawmakers also disagreed over provisions connected to President Donald Trump’s crypto interests.

Advertisement

Under the proposal’s four-part mature blockchain test, a network meeting its decentralization requirements could qualify as a digital commodity. Assets that failed the test would remain subject to securities laws, registration rules and SEC oversight.

The measure had already passed the House by 294-134 in July 2025, with 78 Democrats supporting it. It later cleared the Senate Banking Committee by 15-9 in May 2026, but securing 60 votes on the Senate floor required support from both parties.

Although the cloture motion failed, the bill has not automatically disappeared from the Senate. Lawmakers could return it to the calendar and schedule another vote if supporters secure enough commitments.

Coinbase and Bernstein expect agency action

Coinbase CEO Brian Armstrong also said the vote should not stop U.S. regulators from developing clearer rules. While expressing disappointment with the result, he argued that the SEC and CFTC already possess tools that could be used under their present authority.

Advertisement

Armstrong said negotiations between Republicans and Democrats could continue, leaving open the possibility of another Senate vote. His comments did not establish when lawmakers might make a second attempt or what changes would be required to attract 60 votes.

Bernstein analysts offered a similar assessment in a note led by Gautam Chhugani. According to the firm, rulemaking by the SEC and CFTC could become “aggressive and swift” after months of congressional negotiations failed to produce a bill.

The analysts identified token classification, decentralized finance, self-custody and tokenized equities as areas where the agencies could act. Bernstein also expects regulators to address products tied to tokenized real-world assets, including perpetual futures based on such assets and individual stocks.

Agency rules would not have the same legal status as an act of Congress and could remain subject to court challenges or policy changes under future administrations. Armstrong and Bernstein, however, both expect regulators to continue using powers already granted by existing statutes.

Advertisement

Banking access remains central to Saylor’s forecast

Saylor’s prediction also depends on whether regulated banks choose to expand their digital-asset businesses. Custody requires banks to safeguard clients’ Bitcoin, while collateralized lending introduces credit, risk-management and repayment requirements.

For U.S. crypto companies, access to ordinary bank accounts and payment systems has long affected their ability to operate. A September review of U.S. banking access explained how Federal Reserve payment rails, master accounts and commercial banking relationships have shaped the services available to digital-asset firms.

The same review noted that 21 major banks, including Bank of America, Citi, Goldman Sachs, Deutsche Bank and UBS, had committed to a joint dollar stablecoin company targeting the first half of 2027. The planned venture would place traditional banks in direct competition with established issuers such as Circle and Tether.

Stablecoin regulation has progressed separately through the GENIUS Act. The law directs federal agencies to develop rules for payment stablecoin issuers, including requirements linked to licensing, reserves, and supervision.

Advertisement

Treasury proposed an implementing rule in April 2026, while the Office of the Comptroller of the Currency issued its own proposed GENIUS Act regulations in February. The OCC proposal covers payment stablecoin issuance and related activities carried out by institutions under the agency’s jurisdiction.

Industry executives have continued criticizing the CLARITY Act vote. Ripple CEO Brad Garlinghouse said politics had overtaken policy and called for a post-mortem on why the measure failed. He attributed the result to Democratic opposition, while negotiations had focused partly on demands for stronger ethics limits connected to Trump’s digital-asset interests.

Source link

Advertisement
Continue Reading

Crypto World

Tom Lee Says Buy This Dip as Dow Jones Drops 631 Points

Published

on

Tom Lee Is Bullish on Stocks, But Braced for a Margin Debt Drop

Fundstrat’s Tom Lee says Wall Street overreacted to Wednesday’s rate decision. He’s calling the sharp stock selloff a buying opportunity, not a warning sign.

Cyclical stocks, financials, and energy names took the brunt of the selloff. Lee expects those same groups to lead any rebound.

Dow Jones Sheds 631 Points

The Dow Jones Industrial Average fell 631 points, or 1.2%, to close at 51,461 on Wednesday.

The S&P 500 slipped 0.5% to 7,551. The Nasdaq Composite held roughly flat at 25,978. Retail sales for August also topped forecasts, easing some recession worries.

Advertisement

The selloff followed a move Lee had flagged days earlier. It deepened once officials signaled more hikes ahead before year-end.

Financials and energy stocks led the decline as traders rotated out of rate-sensitive sectors. J.B. Hunt sank 13.3% after warning of a sharp earnings decline.

Lee Sees a Buying Opportunity

Lee cited Goldman Sachs research pointing to fading inflation pressures over the next two quarters. He argued that shift should let cyclicals, financials, and other rate-sensitive stocks rebound.

I would be buying this dip.

Tom Lee, head of research at Fundstrat, on CNBC

Advertisement

Lee named cyclicals, technology, consumer discretionary, and financials as the sectors best placed to lead.

A Contrarian Take

Dan Greenhaus, chief economist and strategist at Solus Alternative Asset Management, was less convinced. He didn’t think the Fed needed to hike at all. Still, Greenhaus agreed Wednesday’s market reaction looked overdone.

I didn’t think they should hike rates.

Dan Greenhaus, Solus Alternative Asset Management, on CNBC

Greenhaus pointed to weak spots outside the AI-driven data center boom. He said non-residential construction has dragged on GDP for roughly eight or nine quarters. Higher rates, he added, will only add more pressure there.

Advertisement

Greenhaus also cautioned that much of Wednesday’s sharp swing was likely algorithm-driven.

Whether Lee’s call pays off may hinge on how fast that disinflation trend shows up.

The post Tom Lee Says Buy This Dip as Dow Jones Drops 631 Points appeared first on BeInCrypto.

Source link

Advertisement
Continue Reading

Crypto World

CLARITY Act Stalls as Crypto Rules Face Delay After Senate Vote

Published

on

🚨

The U.S. Senate voted 50-49 on September 15 to block the CLARITY Act from advancing, falling 10 votes short of the 60 needed to clear a procedural cloture motion. The defeat leaves the bill stalled after months of negotiations aimed at building bipartisan support for a federal crypto market-structure framework.

The procedural vote was a setback for an industry seeking clearer rules for digital assets. The measure could still be reconsidered, but Congress is preparing to leave Washington ahead of the midterm election, narrowing the immediate legislative window.

Earn $50 and Enter $300K Prize Draw on EdgeX

Advertisement

A Compromise That Wasn’t

Republican leaders released a revised version of the bill Sunday night, adding ethics restrictions intended to address Democratic concerns about public officials profiting from crypto ventures. The changes did not resolve the opposition. Democrats had expressed frustration that Republican negotiators had not met their demands concerning profits from crypto ventures connected to President Donald Trump and his family.

Tuesday’s vote was a motion to proceed rather than a final vote on the bill. Even if it had cleared the 60-vote threshold, the CLARITY Act would still have faced further Senate negotiations and votes, then needed to clear the House before reaching President Trump’s desk.

Advertisement

The bill itself would establish a framework for crypto, divide oversight between the SEC and CFTC, set registration requirements for digital-asset firms, and strengthen anti-money-laundering protections.

Sen. Ruben Gallego, D-Ariz., a key Democratic negotiator, said before the vote that the ethics compromise could have won support from many Democrats. He argued that Republicans were prioritizing the president’s crypto income over functional regulation, portraying the outcome as a failure of negotiations rather than an unavoidable policy dispute.

Discover: The Best Token Presales

Market Reaction After The Failing CLARITY Act

Advertisement

Bitcoin was down 3% following the vote. Coinbase shares were off 8%, and Circle shares fell 10% as the broader market sold off. Reuters reported that bitcoin fell more than 5% as the vote appeared on track to fail, while shares of Coinbase and Circle fell as much as 10%.

Bitcoin (BTC)
24h7d30d1yAll time

With Congress stalled, the SEC and CFTC are positioned to shape crypto policy under their existing authority. The SEC has proposed a Regulation Crypto Assets framework that would allow startups to sell up to $75 million in tokens without full registration. The CFTC recently approved the first bitcoin perpetual futures contracts in the U.S.

Need to be understood that agency action does not provide the statutory framework sought by the industry. Executives and analysts have said that only Congress can create a lasting regulatory structure, while regulations issued without legislation may be vulnerable to changing political conditions and court challenges.

Senators are scheduled to leave Washington in early October and not return until after the midterm election, which is seven weeks away. The House is set to recess even sooner, at the end of the week, reducing the near-term opportunity to revive the bill.

Advertisement

Sen. Cynthia Lummis, R-Wyo., a leading Senate advocate for the crypto industry, indicated before the vote that a failed procedural vote would end the push during this Congress.

The outcome could also affect campaign activity. Tuesday’s vote might pave the way for Fairshake, a crypto political action committee, to donate to candidates running against senators who voted to block the CLARITY Act. For now, the industry must look to the SEC and CFTC for interim policy action while congressional legislation remains stalled.

Trade Crypto on Bybit and Get a Chance to Win Our $1,000 USDT Airdrop

The post CLARITY Act Stalls as Crypto Rules Face Delay After Senate Vote appeared first on Cryptonews.

Advertisement

Source link

Continue Reading

Crypto World

BASIS.pro Expands On-Chain Infrastructure with XDC Network Partnership and Zypher DAO as Auto Earn Goes Live

Published

on

[PRESS RELEASE – London, United Kingdom, September 16th, 2026]

New developments extend BASIS across real-world asset and AI-native infrastructure while introducing automated reward restaking for BTC, ETH, SOL, and PAXG participants

BASIS, the institutional-grade crypto yield and staking platform built on market-neutral execution infrastructure, is continuing to expand its institutional footprint with three new developments: an ecosystem partnership with XDC Network, a collaboration with Zypher DAO, and em-dash (Auto Earn an automated) reward restaking feature now live for BTC, ETH, SOL, and PAXG participants.

Yield Infrastructure Meets Real-World Financial Infrastructure

Advertisement

BASIS and XDC Network have announced a new partnership exploring opportunities at the intersection of crypto yield, real-world assets (RWAs), and the broader on-chain economy. XDC Network is an EVM-compatible Layer-1 blockchain powering payments, trade finance, and real-world asset solutions.

By combining BASIS’s market-neutral yield and staking infrastructure with XDC Network’s high-throughput, enterprise-oriented blockchain, the two teams are exploring how disciplined yield execution can connect with real-world financial infrastructure from tokenized assets to trade-finance ecosystems.

Verifiable AI Meets Market-Neutral Yield

BASIS has also entered into a collaboration with Zypher DAO (Zypher Network), an AI and Zero-Knowledge (ZK) powered Web4 ecosystem building AI-native blockchain infrastructure and intelligent digital economies.

Advertisement

The collaboration brings together Zypher’s verifiable AI and ZK capabilities with BASIS’s market-neutral yield infrastructure, with both teams exploring new possibilities across intelligent finance, verifiable execution, and on-chain asset management.

Auto Earn Automates Reward Restaking

Separately, BASIS has launched Auto Earn, an automated process that restakes eligible unclaimed staking rewards into a user’s existing position every Monday at 00:00 UTC.

Auto Earn touches accrued-but-unclaimed rewards only. It does not create a new position, add a new lock-up, reset the lock-up timer, or change the original maturity date or booster schedule. The feature is enabled by default, and users can turn it off or back on at any time in account settings. Full documentation is available at docs.basis.pro/economics-and-rewards/auto-earn.

Advertisement

About BASIS

BASIS is an institutional-grade crypto yield and staking platform for BTC, ETH, SOL, and PAXG, where participants can earn rewards by staking their assets on basis.pro with rates following the platform’s live Dynamic Reward Rate (DRR), which varies with market conditions and is not fixed or guaranteed. The platform executes market-neutral strategies designed to reduce directional exposure, with capital-preservation controls including risk constraints and circuit breakers embedded across its execution and operating framework. BASIS is operated by BASIS DIGITAL INFRASTRUCTURE LTD, a Seychelles-registered IBC (LEI: 254900IX2F2KCWNSSS64), under ISO/IEC 27001:2022 and ISO/IEC 20000-1:2018 certified management systems, with execution research, systems modeling, and risk design contributed by Base58 Labs, a London-based independent research and engineering institution.

About XDC Network

XDC Network is an EVM-compatible Layer-1 blockchain powering payments, trade finance, and real-world asset solutions.

Advertisement

About Zypher Network (ZDAO)

Zypher Network (ZDAO) is an AI and Zero-Knowledge (ZK) powered Web4 ecosystem building the next generation of AI-native blockchain infrastructure and intelligent digital economies.

The post BASIS.pro Expands On-Chain Infrastructure with XDC Network Partnership and Zypher DAO as Auto Earn Goes Live appeared first on CryptoPotato.

Source link

Advertisement
Continue Reading

Crypto World

US Lawmakers Move Bill to Codify a Trump-Era Bitcoin Reserve

Published

on

Crypto Breaking News

U.S. lawmakers moved a step closer to turning President Donald Trump’s proposal for a strategic Bitcoin reserve into law after the American Reserve Modernization Act of 2026 (H.R. 8957) cleared the House Committee on Financial Services on Wednesday.

The committee approved the bill in a 28–21 vote, setting up the next phase of legislative review in the full House and, later, the Senate. If enacted, the measure would create a Strategic Bitcoin Reserve and a separate Digital Asset Stockpile inside the Department of the Treasury to hold federally forfeited Bitcoin and other digital assets.

Key takeaways

  • The American Reserve Modernization Act of 2026 (H.R. 8957) advanced after a 28–21 vote in the House Financial Services Committee.
  • It would establish a Strategic Bitcoin Reserve for Bitcoin held by the federal government for at least 20 years.
  • The proposal aims to improve oversight via agency-wide asset accounting, quarterly “proof of reserve” reporting, and third-party audits.
  • It would also commission a study on budget-neutral strategies for expanding the reserve and allow states to store their Bitcoin with the Federal Reserve.
  • The bill explicitly affirms private Bitcoin ownership and the importance of self-custody and private key control.

From executive idea to draft legislation

The bill, introduced by Representative Nicholas Begich on May 21, is designed to address what supporters describe as fragmented and inconsistent custody practices for Bitcoin currently held under federal authority. Begich argued that allowing federal Bitcoin holdings to remain scattered across custody arrangements creates unacceptable cybersecurity risks and undermines accurate accounting of what the government actually owns.

In his view, the legislation would help make Bitcoin a durable part of U.S. reserve policy—while providing a clearer framework for how those assets are stored, reported, and secured.

What the bill would create at Treasury

According to the bill text described in coverage, H.R. 8957 would establish two related structures inside the Department of the Treasury:

Advertisement
  • A Strategic Bitcoin Reserve for federally held Bitcoin; and
  • A Digital Asset Stockpile for other digital assets acquired through criminal or civil forfeiture.

The proposal also sets a minimum holding period: Bitcoin placed in the federal reserve would have to remain there for at least 20 years. That requirement indicates the act is not being framed as a short-term treasury maneuver, but as a long-duration policy shift.

For investors and market participants, the key point is less about immediate market effects and more about the administrative pathway: if H.R. 8957 becomes law, it would standardize federal custody and governance around digital assets acquired through forfeiture—potentially reducing uncertainty about how such holdings are managed over time.

Transparency and audits built into the framework

The act would also require federal agencies to provide a comprehensive accounting of digital assets they currently hold or control. It further introduces transparency mechanisms that include:

  • Quarterly “proof of reserve” reports; and
  • Third-party audits.

Supporters appear to see these provisions as a direct response to custody and reporting gaps. By mandating recurring disclosures and independent verification, the bill attempts to make the reserve more measurable and harder to obscure through fragmented reporting.

Some context for why this matters: the U.S. government is estimated to hold 324,527 Bitcoin, worth $24.7 billion at the time of writing, according to Arkham Intelligence. While estimates can vary by methodology, the broad takeaway is that the federal government’s on-chain footprint is large enough that custody and reporting practices can become politically and operationally consequential.

Custody rules, self-custody rights, and what still needs to happen

Beyond reserve creation and transparency requirements, H.R. 8957 would direct a study of budget-neutral acquisition strategies for expanding the Strategic Bitcoin Reserve. The bill would also affirm that states could store their Bitcoin in the Federal Reserve.

Advertisement

Just as notably, the legislation would explicitly recognize private ownership and self-custody rights of Bitcoin, describing control of private keys as fundamental to “financial sovereignty, privacy, and personal liberty in the digital age.” That language is likely intended to address concerns that any federal Bitcoin framework could be interpreted as limiting individual control over assets.

Bitcoin Policy Institute executive director Connor Brown described the committee vote as a “genuinely historic step for Bitcoin policy,” while Strive CEO Matt Cole previously called the measure “the single most important crypto legislation that can come out of DC.”

However, the committee approval is only an intermediate milestone. The bill still has to pass the full U.S. House and then the Senate before it can reach President Trump for a final decision.

As lawmakers consider the next stages, readers should watch two things closely: whether the reserve and audit requirements survive amendments in the full House and Senate, and how negotiators balance federal reserve objectives with the bill’s explicit protections for private self-custody and key ownership.

Advertisement

Risk & affiliate notice: Crypto assets are volatile and capital is at risk. This article may contain affiliate links. Read full disclosure

Source link

Continue Reading

Trending

Copyright © 2025