Connect with us

Crypto World

What are intents and solvers? The invisible layer executing your DeFi trades

Published

on

What are intents and solvers? The invisible layer executing your DeFi trades

Intent-based protocols separate what a user wants from how it gets done, outsourcing execution to competitive solvers who find the best price across fragmented liquidity.

Summary

  • An intent is a signed message describing a desired outcome (for example, “swap 1 ETH for at least 3,200 USDC”) rather than a specific execution path.
  • Solvers are specialized agents that compete to fill intents, searching across DEXs, CEXs, private inventory, and cross-chain liquidity to find the optimal route.
  • CoW Protocol, UniswapX, and Across are the three largest intent-based systems, collectively processing billions in monthly volume by mid-2026.
  • Intent architectures protect users from MEV extraction by removing transactions from the public mempool, where frontrunners and sandwich bots operate.
  • The tradeoff is trust: users must trust that the solver auction is competitive and that the protocol’s settlement contract enforces the promised outcome.

Introduction

Most DeFi users believe they interact directly with an automated market maker when they swap tokens on Uniswap or SushiSwap. In 2022, this was broadly true. A user signed a transaction, that transaction entered the public mempool, a validator included it in a block, and the AMM’s constant-product formula determined the price.

This model has a problem. Public mempools are hunting grounds. MEV bots monitor pending transactions and execute sandwich attacks: they buy before your trade pushes the price up, then sell after, extracting value from the spread. Flashbots estimated that MEV extraction on Ethereum exceeded $600 million in cumulative profit by 2023, with a significant share coming from sandwich attacks on retail swaps. For a deeper look at how this extraction works, see what is MEV.

Advertisement

Intent-based protocols restructure this flow. Instead of broadcasting a transaction that specifies every execution detail, the user signs an intent: a declarative statement of the desired result. A network of solvers then competes to fill that intent at the best possible price, off-chain, without exposing the order to the public mempool.

This guide explains the mechanics of intents and solvers, how the major protocols implement them, and what tradeoffs users accept.

The problem with direct AMM interaction

When a user swaps tokens through a traditional AMM, the transaction encodes a specific path: swap token A for token B on pool X, with a minimum output of Y, by deadline Z. This specificity creates three problems.

MEV vulnerability. The transaction sits in the public mempool until a validator includes it. During that window, bots can see the intended trade and sandwich it, extracting value from the user. Academic research from the Flashbots team documented that sandwich attacks cost retail users an estimated $200 million to $300 million annually on Ethereum alone. One particularly striking case saw a DeFi trader suffer 100% slippage in a sandwich attack, losing the entire value of the trade.

Advertisement

Suboptimal routing. A user submitting a transaction to a single AMM gets that AMM’s price. But liquidity is fragmented across dozens of DEXs, multiple chains, and centralized exchanges. The best price for a given swap might involve splitting the order across three pools on two chains, a route the user’s simple transaction never considers.

Gas inefficiency. Each user pays gas individually. If 50 users want to swap ETH for USDC in the same block, they submit 50 separate transactions, each paying its own gas overhead. There is no mechanism for batching.

How intents work

An intent inverts the transaction model. Instead of specifying how to execute a trade, the user specifies what they want to achieve.

A typical intent contains:

Advertisement
  • Input token and amount. What the user is willing to spend.
  • Output token and minimum amount. What the user wants to receive, with a floor price.
  • Expiration. A deadline after which the intent expires.
  • Signature. Cryptographic proof that the user authorized this intent.

The intent is not a blockchain transaction. It is an off-chain signed message, submitted to a protocol-specific order flow system instead of the Ethereum mempool. This distinction is crucial: because the intent never enters the public mempool, it is invisible to MEV bots scanning for sandwich opportunities.

Once submitted, the intent enters a solver auction. The signed message grants conditional approval for a settlement contract to transfer the user’s input tokens, but only when the solver delivers the promised output. The user’s funds remain in their wallet until the moment of atomic settlement.

What solvers do and how they compete

A solver is an entity (a bot, a market maker, a trading firm) that monitors incoming intents and competes to fill them.

The competition works differently across protocols, but the general structure is:

  1. Intent broadcast. The protocol distributes new intents to registered solvers.
  2. Solution generation. Each solver analyzes the intent and determines how to fill it. A solver might route through multiple DEX pools, tap private inventory, bridge from another chain, or combine several intents into a single batch.
  3. Bid submission. Solvers submit their proposed execution, including the output the user will receive.
  4. Auction resolution. The protocol selects the winning solver, typically the one offering the user the best price after all costs.
  5. On-chain settlement. The winning solver executes the trade on-chain, and the settlement contract verifies that the user received at least the promised minimum output.

Solvers operate at their own risk. They front the capital, pay gas, and handle execution complexity. Their profit comes from the spread between the price they can source and the price they bid to the user, minus gas and capital costs. Competition between solvers compresses this margin, pushing more value back to users.

The economics of solver operation create a natural barrier to entry. Competitive solving requires capital for inventory, low-latency infrastructure for monitoring multiple liquidity sources, and sophisticated routing algorithms. The scale at which MEV bots operate illustrates the computational intensity of on-chain execution optimization. Solvers do the same work but channel the value toward users instead of extracting it.

Advertisement

CoW Protocol: batch auctions and coincidence of wants

CoW Protocol (formerly CowSwap) pioneered the intent-solver model on Ethereum. The name derives from “coincidence of wants” (CoW), a concept from economics.

The key innovation is batch auctions. Instead of filling orders one at a time, CoW Protocol collects intents over a window (approximately 30 seconds), then runs a single batch auction where solvers compete to fill all orders simultaneously.

This creates an opportunity for direct matching. If Alice wants to sell 1 ETH for USDC and Bob wants to buy 1 ETH with USDC, a solver can match them peer-to-peer without touching a liquidity pool. Neither party pays the AMM’s fee or spread. The solver profits by capturing the spread between the two users’ limit prices.

CoW Protocol calls this a “coincidence of wants” trade. In practice, pure CoW trades account for a meaningful minority of volume, but when they occur, both parties get prices better than any AMM can offer.

Advertisement

For orders that cannot be matched peer-to-peer, solvers route through on-chain liquidity. The batch auction format still helps: because all orders settle in a single transaction, gas costs are amortized across the batch. A batch of 30 swaps pays the fixed transaction overhead once, not 30 times.

By mid-2026, CoW Protocol had processed over $80 billion in cumulative volume, making it one of the largest DEX protocols by trade count. Its solver set has also matured, with established market makers and trading firms competing alongside independent solver operators.

UniswapX: Uniswap’s intent layer

UniswapX, launched in 2023, adds an intent-based execution layer on top of Uniswap’s existing liquidity pools.

When a user submits a swap through the Uniswap interface, they can opt into UniswapX. Instead of routing directly through Uniswap V3 or V4 pools, the swap becomes an intent. Solvers (called “fillers” in UniswapX terminology) compete to fill it.

Advertisement

UniswapX introduces Dutch order auctions. The user’s minimum acceptable output starts high and decays over time, following a predefined curve. The first solver willing to fill at the current price wins. This mechanism incentivizes solvers to fill quickly (they get a better margin early) while protecting users from receiving a bad price (the auction starts at an aggressive level).

A critical design choice: if no solver fills the order before it reaches the Uniswap pool price, the order automatically falls back to on-chain Uniswap routing. The user always gets at least the AMM price. Solvers can only win by offering something better.

UniswapX also introduces cross-chain intents. A user on Arbitrum can express an intent to receive tokens on Optimism. The solver handles the bridging, and the settlement contracts on both chains verify the outcome. From the user’s perspective, it is a single swap. This cross-chain capability was expanded in 2025 with permissionless bridging across nine networks, powered by the Across Protocol’s intent infrastructure.

Advertisement

Across: intents for cross-chain transfers

Across Protocol applies the intent-solver model specifically to cross-chain transfers.

Bridging tokens between chains traditionally involved lock-and-mint mechanisms, optimistic verification windows (often 7 days for optimistic rollups), or liquidity pool-based bridges. All of these are slow, expensive, or both.

Across restructures bridging as an intent. The user signs a message: “I have 1,000 USDC on Ethereum and want 1,000 USDC on Arbitrum.” A solver (called a “relayer” in Across) immediately sends 1,000 USDC to the user on Arbitrum from its own inventory, then later claims reimbursement from Across’s settlement system on Ethereum.

The result: bridge times measured in seconds rather than minutes or days. The user does not wait for the cross-chain verification. The solver takes on that waiting risk in exchange for a fee.

Advertisement

Across’s verification layer uses an optimistic oracle (UMA). If the solver’s claim is not disputed within a challenge window, the reimbursement is processed. This creates an economic game where honest relaying is profitable and fraudulent claims are punished by bond slashing.

Across’s collaboration with Uniswap on the Open Intents Framework aims to standardize how intents work across protocols, reducing the fragmentation that currently forces users to pick a specific intent system.

ERC-7683 and the standardization push

A major limitation of current intent systems is that each protocol defines its own intent format, solver network, and settlement contract. An intent submitted to CoW Protocol cannot be filled by a UniswapX solver. This fragmentation limits solver competition and reduces the pool of available liquidity for each system.

ERC-7683, proposed by Uniswap and Across in 2024, aims to create a universal standard for cross-chain intents. The proposal defines a common intent format (called a “CrossChainOrder”) that any protocol can adopt. Solvers who implement the standard can fill intents from any compliant protocol, increasing competition and improving prices.

Advertisement

The standard defines two interfaces: ISettlementContract (which settlement contracts implement) and IOriginSettler / IDestinationSettler (which handle cross-chain execution). By standardizing these interfaces, ERC-7683 would let a single solver operate across CoW Protocol, UniswapX, and Across simultaneously, competing for order flow from all three.

Adoption is still early. The standard requires existing protocols to modify their settlement contracts, which involves security audits and governance votes. But the direction is clear: intent-based trading is moving toward a unified solver marketplace instead of fragmented protocol-specific pools.

The tradeoffs of intent-based systems

Intent-based protocols improve user outcomes on price and MEV protection. They also introduce new trust assumptions and risks.

Solver centralization. In practice, a small number of well-capitalized solvers win most auctions. CoW Protocol’s solver leaderboard consistently shows 3 to 5 solvers handling the majority of volume. If solver competition weakens, users lose the price improvement that makes the system valuable.

Advertisement

Latency. Batch auctions and solver competitions add time between order submission and execution. CoW Protocol’s batches settle roughly every 30 seconds. UniswapX’s Dutch auctions resolve faster but still involve a delay. For time-sensitive trades, this latency can matter.

Solver trust. Users trust that the settlement contract correctly enforces the minimum output. The smart contracts are audited, but they are still smart contracts. Additionally, the off-chain auction mechanism must be fair. If the protocol operator can privilege certain solvers, the auction is not truly competitive.

Censorship risk. Because intents are submitted off-chain to protocol-specific systems, the protocol operator could theoretically censor certain intents. This is a different trust model than submitting transactions directly to Ethereum’s censorship-resistant mempool.

Regulatory attention. Solver networks that route order flow bear structural resemblance to broker-dealers in traditional finance. The question of whether solver activity constitutes regulated market making is unresolved. Regulatory clarity could either legitimize the model or impose compliance requirements that reduce the number of active solvers.

Advertisement

What this does not cover

This guide explains the core mechanism of intents and solvers. It does not cover:

  • The technical implementation of specific solver algorithms
  • Regulatory considerations around solver activity (order flow payment, best execution obligations)
  • Detailed tokenomics of CoW Protocol (COW token) or UMA (used by Across)
  • The relationship between intents and Ethereum’s proposer-builder separation (PBS) roadmap

Practical checks before using intent-based protocols

Compare prices. Before submitting an intent, check the quoted output against direct AMM execution. Intent-based protocols should consistently offer better prices. If they do not, the solver auction may not be competitive.

Understand the fallback. UniswapX falls back to on-chain AMM routing if no solver fills the order. CoW Protocol expires unfilled orders. Know what happens if solvers do not execute your intent.

Check slippage tolerance. The minimum output in an intent functions like a slippage tolerance. Setting it too tight may result in unfilled orders. Setting it too loose gives solvers room to offer worse prices. Most interfaces set a default, but users can adjust it.

Verify the settlement contract. The smart contract that enforces intent execution is the critical trust component. Check whether it has been audited and by whom. Look for contracts that are immutable or governed by a time-locked multisig rather than a single admin key.

Advertisement

Consider order size. Intents offer the most price improvement for medium to large orders, where routing optimization and MEV protection have the greatest impact. For very small swaps on low-gas chains, the price improvement may be negligible because MEV extraction is less profitable on small orders.

Watch for gas overhead. On Ethereum mainnet, the settlement contract execution adds gas costs that may offset the price improvement for small trades. On Layer 2 networks where gas is cheap, this overhead is negligible. Compare the total cost (including gas) of an intent-based swap against a direct AMM trade to see the net benefit.

The future of intent-based trading

Intent-based architectures are expanding beyond simple token swaps. Several trends are emerging by mid-2026.

Multi-action intents. Current intents describe single operations (swap token A for token B). Next-generation systems allow compound intents: “swap A for B, deposit B into a lending protocol, and borrow C against it” as a single atomic intent. Solvers who can execute the entire sequence efficiently compete for the bundle.

Advertisement

AI-powered solvers. Machine learning models are being applied to solver optimization. An AI solver can predict short-term price movements, anticipate liquidity conditions across chains, and dynamically adjust routing strategies. The computational advantage of AI-powered solvers could accelerate the trend toward solver centralization, as only well-resourced teams can train and operate these models.

Intent-aware wallets. Wallets are beginning to default to intent-based execution for all swaps, making the intent layer invisible to users. MetaMask’s integration of Uniswap’s API for in-wallet swaps points toward a future where every wallet swap is automatically routed through a solver auction, with users seeing only the quoted price and confirmation.

Regulatory frameworks. As intent-based trading grows, regulators are beginning to examine whether solver activity constitutes regulated financial services. The Payment for Order Flow (PFOF) model in traditional equity markets has structural similarities to how some protocols compensate solvers. Regulatory clarity will shape whether intent-based trading remains permissionless or requires licensed participants.

Advertisement

What is the difference between a transaction and an intent?

A transaction specifies exactly how to execute an action: call this contract, with these parameters, paying this much gas. An intent specifies the desired outcome: I want to swap this for that, receiving at least this much. The execution details are left to solvers who compete to find the best path.

Do I need to trust solvers with my funds?

No. Solvers never take custody of user funds in well-designed intent protocols. The user signs an intent that authorizes a settlement contract to transfer tokens only when the solver delivers the promised output. The smart contract enforces the atomic swap. If the solver cannot deliver, the trade does not execute.

How do solvers make money?

Solvers profit from the spread between the price they can source liquidity at and the price they bid in the auction. If a solver can buy 1 ETH for 3,195 USDC across various sources and fill a user’s intent at 3,200 USDC, the solver keeps the 5 USDC difference minus gas costs. Competition between solvers compresses this margin over time.

Can intents be censored?

Intents submitted to protocol-specific off-chain systems can theoretically be censored by the protocol operator. This is a different trust assumption than submitting transactions to Ethereum’s decentralized mempool. Some protocols mitigate this by running open solver networks where anyone can participate.

Advertisement

Are intent-based swaps always cheaper than direct AMM trades?

Usually, but not guaranteed. Intent-based protocols offer better prices when solver competition is strong and there is enough order flow to enable batch optimization or coincidence-of-wants matching. For very small trades or during periods of low solver activity, the improvement may be minimal.

What happens if no solver fills my intent?

It depends on the protocol. UniswapX falls back to direct on-chain Uniswap routing, so the trade still executes at the AMM price. CoW Protocol expires unfilled orders after the batch window, and the user can resubmit. Across intents expire if no relayer fills them within the deadline.

How do intents protect against MEV?

Intents are signed messages submitted off-chain, not transactions in the public mempool. Since MEV bots operate by monitoring the mempool for pending transactions to sandwich, removing the transaction from the mempool removes the attack vector. The solver executes the trade on-chain, but the solver is a sophisticated actor who can protect against MEV during their own execution.

Can I use intents for cross-chain trades?

Yes. UniswapX supports cross-chain intents where a user swaps tokens on one chain and receives tokens on another. Across Protocol is built entirely around cross-chain intents for bridging. The solver handles the cross-chain execution, and settlement contracts on both chains verify the outcome.
*Disclaimer: This article is for informational purposes only and does not constitute financial, investment, or legal advice. Cryptocurrency involves significant risk, and you should conduct your own research before making any decisions. Information is accurate as of August 2026.*

Advertisement

Source link

Continue Reading
Click to comment

You must be logged in to post a comment Login

Leave a Reply

Crypto World

The Senate has one week: CLARITY’s last August window

Published

on

Ripple deploys CLARITY truck as Senate delay clouds crypto bill

The CLARITY Act is not dead. It is something worse for its supporters: it is alive but unscheduled.

Summary

  • The CLARITY Act was absent from the Senate’s published Monday schedule for August 3, with no cloture motion filed as of July 31 and no procedural vehicle confirmed for the 616-page market-structure bill.
  • Wednesday, August 5, is the ordinary filing deadline for a cloture petition that could produce a Friday, August 7, vote on the motion to proceed, the last realistic window before the Senate’s August 10 recess.
  • Seven Democratic negotiators said on July 22 that the Republican draft “falls short” on ethics, consumer protection, and national security provisions, and no public statement from either side has confirmed those gaps are closed.
  • Polymarket odds on 2026 passage have fallen from a February peak above 80 percent to roughly 30 percent as of July 29, reflecting the market’s assessment that the bill is more likely to slip to September or die entirely.
  • If CLARITY misses August, the remaining legislative calendar compresses into a September session that carries less political momentum, competes with spending deadlines, and runs into the 2026 midterm election cycle.

Monday’s Senate calendar listed a single vote, cloture on a continuing resolution vehicle. No action on H.R. 3633. No mention of digital assets. The cloture ledger, updated through July 31, recorded the spending bill filing but nothing for crypto market structure. Senator Cynthia Lummis said she believed Majority Leader John Thune intended to make space for the legislation before recess. She framed that as belief, not confirmation.

The gap between “the leader intends” and “cloture has been filed” is the gap between a bill that can pass and a bill that is being discussed. The Senate does not pass bills on intention. It passes them through procedural motions, and none of those motions have been initiated.

Advertisement

What has to happen by Wednesday

Under Rule XXII, a cloture petition requires 16 senators’ signatures. The question is presented one hour after the Senate meets on the following calendar day but one. A filing on Wednesday, August 5, could produce a Friday, August 7, vote on proceeding to the bill.

That vote would not pass CLARITY. It would determine whether the Senate ends debate on the motion to proceed to the legislation. Invoking cloture requires 60 votes when all seats are filled. After successful cloture, Rule XXII permits up to 30 hours of additional consideration before the Senate votes on the underlying motion. A second cloture process could then be necessary to end debate on the bill itself.

The arithmetic is unforgiving. Republicans hold 53 seats. They need at least seven Democrats assuming perfect party unity. Those seven votes have not been publicly committed.

A faster route exists but requires unusually broad cooperation. The petition must include the majority leader, minority leader, seven additional senators not affiliated with the majority, and seven not affiliated with the minority. Under that procedure, the vote occurs one hour after the Senate meets the next calendar day. If cloture succeeds, the Senate immediately votes on proceeding without further debate.

Advertisement

Assembling that bipartisan group would itself demonstrate that negotiators had resolved the outstanding disputes. No public evidence confirms they have.

The seven Democratic holdouts

The negotiating group that matters is specific: Catherine Cortez Masto, Angela Alsobrooks, Cory Booker, Ruben Gallego, John Hickenlooper, Mark Warner, and Raphael Warnock. On July 22, they released a joint statement saying the Republican draft “falls short” and calling for stronger language on ethics provisions targeting senior government officials with crypto holdings, consumer protection for retail investors, and national security guardrails including sanctions enforcement.

The ethics provision is the most politically charged element. The merged text includes a government ethics title negotiated with the White House. Democrats want stronger restrictions on crypto ventures connected to the president and senior officials. Republicans say the existing language is sufficient. The distance between those positions is not primarily technical. It is about how explicitly the statute names the political conduct Democrats want to restrict.

The consumer protection gap is more concrete. Democrats want the bill to include a private right of action for retail investors harmed by unregistered offerings or exchange failures. The Republican draft relies primarily on agency enforcement. Adding a private right of action would give individual investors the ability to sue, which industry groups oppose because it increases litigation risk for exchanges and token issuers.

Advertisement

The national security provisions involve sanctions compliance for decentralized protocols and cross-border transactions. Democrats want explicit obligations on DeFi front-ends. Republicans prefer leaving the question to Treasury rulemaking. The gap is whether the statute itself mandates compliance or delegates that decision to agencies.

Why the August window matters more than September

The Senate’s state work period runs from August 10 through September 11. When the chamber returns, the calendar is different. September brings spending deadlines, a potential government shutdown fight, and the beginning of midterm campaign season. Every day the Senate spends on CLARITY in September is a day it cannot spend on appropriations, nominations, or other legislation with more direct political payoff.

The political dynamics also shift. Voting on crypto regulation before recess is a relatively low-profile act. Voting on it during a shutdown fight or in the weeks before an election is a higher-profile one, and the ethics provisions make that profile sharper. Any senator who votes for a bill that Democrats characterize as insufficiently tough on presidential crypto conflicts will face that vote in campaign advertising.

The precedent from the GENIUS Act is instructive. That bill passed in July 2025 after months of delay, but the stablecoin legislation had narrower scope and less partisan dispute on the ethics dimension. CLARITY is a broader bill with more potential amendment targets and more political surface area.

Advertisement

Polymarket’s assessment is blunt. Odds on 2026 passage peaked above 80 percent in February when bipartisan momentum appeared strong. They have fallen to approximately 30 percent as of July 29. The market is pricing a more-likely-than-not outcome that CLARITY does not become law this year.

What the merged text actually does

For readers who have not followed the 616-page merge, the architecture matters for understanding what is at stake if the bill dies.

The CLARITY Act divides digital assets into three statutory categories: digital commodities overseen by the CFTC, investment contract assets under the SEC, and permitted payment stablecoins governed by the GENIUS Act. A maturity certification process lets tokens graduate from securities treatment as their networks decentralize.

Advertisement

An ETP grandfather clause permanently classifies tokens that anchored a qualifying exchange-traded product before January 1, 2026, as non-securities, covering Bitcoin, Ether, XRP, SOL, and DOGE without requiring issuer action.

The Blockchain Regulatory Certainty Act shields non-custodial software developers from money-transmitter obligations. A DeFi exclusion exempts validators and open-source publishers from registration.

Without CLARITY, the SEC and CFTC continue operating under interim guidance, enforcement discretion, and the agency-level policies that replaced the Gensler-era registration-by-litigation approach. Those policies are revocable. A new administration or a change in commission leadership could reverse them without congressional action.

The year-end vehicle question

If CLARITY misses both August and September, the remaining options narrow to one: attaching it to must-pass legislation in the lame-duck session or in a year-end omnibus. The year-end vehicle strategy has worked for crypto legislation before. The GENIUS Act was originally planned for standalone passage but was ultimately pulled into a broader package.

Advertisement

The risk of the year-end approach is that CLARITY’s 616 pages become a hostage to unrelated negotiations. In an omnibus, every senator has leverage to demand concessions on other titles. The ethics provisions, which are already the most contentious element, would become even more politically charged in the context of a December spending fight.

The alternative to the year-end vehicle is that CLARITY dies with the current Congress. If the bill does not pass in 2026, the next Congress would need to start the process over, potentially with different committee chairs, different political dynamics, and different industry conditions. The two-year clock is not formally a deadline, but it functions as one.

What the industry is doing while it waits

The crypto industry is not waiting for CLARITY to organize its business. Exchanges have already begun structuring operations around the bill’s categories, registering with the CFTC for digital commodity markets and maintaining SEC compliance for assets that would be classified as investment contract assets.

Coinbase, Kraken, and other major exchanges have lobbied publicly for the bill. The industry spent over $100 million on the 2026 election cycle through PACs and direct contributions, a figure that reflects the strategic importance of market-structure legislation.

Advertisement

The risk for the industry is not that CLARITY fails and enforcement resumes. The risk is that CLARITY fails and the interim guidance framework persists indefinitely, leaving every business decision subject to potential reversal by a future administration. The current framework works, but it works because the current appointees support it. Statute is permanent. Agency guidance is not.

What to watch

  • Wednesday cloture filing. If no petition appears by close of business August 5, the August window is effectively closed. Watch the Senate cloture ledger for H.R. 3633.
  • Democratic negotiator statements. Any public statement from the seven holdouts indicating progress, or the absence of such statements, signals whether the gaps are closing.
  • Schumer’s floor management. The minority leader controls the Democratic caucus votes. Watch for any indication that Schumer is whipping votes for or against cloture.
  • Polymarket odds. The contract on 2026 passage is the market’s real-time assessment. A move above 40 percent would signal that traders see a path. Continued decline below 30 percent confirms the September-or-bust timeline.
  • Year-end vehicle negotiations. If August passes without action, watch for CLARITY’s inclusion in omnibus or continuing resolution discussions beginning in October.

Frequently asked questions

What is the CLARITY Act?

The Digital Asset Market Clarity Act (H.R. 3633) is a 616-page market-structure bill that would divide digital assets into three categories, assign the CFTC and SEC their respective jurisdictions, and replace the current enforcement-based approach with a statutory framework.

Why does CLARITY need 60 votes?

Senate rules require 60 votes to invoke cloture and end debate on a bill. With 53 Republican seats, the bill needs at least seven Democrats to proceed to a floor vote under ordinary procedure.

What happens if CLARITY misses August?

The Senate’s recess runs through September 11. When it returns, the legislative calendar is compressed by spending deadlines and midterm election pressure. The bill could still pass in September or as part of year-end legislation, but the window narrows.

Advertisement

What are the seven Democrats demanding?

Stronger ethics provisions targeting government officials with crypto holdings, a private right of action for retail investors, and explicit sanctions compliance obligations for DeFi front-ends.

Does the crypto industry have a backup plan?

The industry is operating under interim agency guidance that functions but is revocable. Without CLARITY, that guidance remains the legal framework, subject to reversal by future administrations.

How does CLARITY relate to the GENIUS Act?

CLARITY defers to the GENIUS Act on stablecoin regulation and builds on it by adding market-structure provisions for non-stablecoin digital assets.

Could the president sign CLARITY by executive action instead?

No. Market-structure legislation requires congressional passage. Executive orders can direct agencies to write rules, but they cannot create the statutory framework CLARITY provides.

Advertisement

What happens to digital asset classification if CLARITY fails?

The SEC and CFTC continue operating under current interim guidance. Classification remains a matter of enforcement discretion rather than statutory definition, and the Howey test continues to govern securities determinations on a case-by-case basis.

Disclaimer: This article is for informational purposes only and does not constitute legal, financial, or investment advice. Legislative timelines and vote counts are based on publicly available information as of August 3, 2026, and are subject to change. Published August 3, 2026.

Source link

Advertisement
Continue Reading

Crypto World

Tokenized QQQ drove 288% of July volume, and Robinhood Chain is betting on it

Published

on

What is a stock buyback? How repurchases affect price

The number everyone cited in July was 288 percent. Tokenized stock trading volume nearly quadrupled month over month. The figure appeared in research notes, on crypto Twitter, and in three separate newsletter breakdowns. It was real. What nobody emphasized was the denominator.

Summary

  • Tokenized stock trading volume surged 288 percent in July 2026, but a single product, the tokenized QQQ tracker (QQQB), generated the majority of that volume on decentralized secondary markets.
  • Robinhood Chain launched tokenized equity trading as a core product in Q2 2026, subsidizing gas fees entirely through its Arbitrum-based rollup to eliminate the friction that killed earlier tokenized stock experiments.
  • The gas subsidy is scheduled to expire around the end of September, creating a natural test of whether the demand is real or whether users will abandon tokenized equities the moment trading them costs anything.
  • Traditional exchanges are approaching the same market from the opposite direction, with crypto exchanges offering stock perpetual futures that provide 24/7 price exposure without touching the actual equity, creating a direct competitor to the tokenization model.
  • The DTCC’s full tokenized-securities launch in October will determine whether institutional infrastructure validates Robinhood Chain’s retail bet or makes it redundant by routing tokenized equities through existing settlement plumbing.

One product drove the surge. QQQB, a tokenized tracker mirroring the Nasdaq-100 index, accounted for the dominant share of July’s decentralized secondary-market volume in tokenized equities. The growth was genuine. The diversification was not.

This is the pattern that has repeated across every tokenized-asset cycle since 2020. A single product finds traction. Volume surges. Headlines follow. Then the question arrives: is this the beginning of a market, or is it one product masking the absence of one?

Advertisement

What QQQB actually is and why it worked

QQQB is a tokenized representation of the QQQ exchange-traded fund, the Invesco product that tracks the Nasdaq-100 index. The token is minted by a regulated issuer that holds the underlying ETF shares in custody, issues blockchain tokens on a one-to-one basis, and allows redemptions during market hours.

The product found traction for a specific reason: it offers something the underlying ETF cannot. QQQ trades on Nasdaq from 9:30 a.m. to 4:00 p.m. Eastern, with limited pre-market and after-hours sessions. QQQB trades 24 hours a day, seven days a week, on decentralized secondary markets. For a global audience that includes Asian and European traders who want Nasdaq-100 exposure during their own business hours, the 24/7 availability is not a gimmick. It is the product.

The concentration risk is the flip side. July’s volume was overwhelmingly QQQB. Tokenized versions of individual stocks, S&P 500 trackers, and sector ETFs exist but generated a fraction of the activity. The market has not diversified beyond one index product, and that matters for anyone projecting the growth curve forward.

Robinhood Chain’s bet on tokenized equities

Robinhood did not build a blockchain to trade memecoins. It built one to trade stocks.

Advertisement

Robinhood Chain launched on Arbitrum in Q2 2026 as a rollup optimized for tokenized equity settlement. The thesis is straightforward: if stocks can be represented as tokens and settled on a blockchain, then trading, clearing, and settlement can happen in minutes instead of the current T+1 cycle, and they can happen around the clock instead of during exchange hours.

The gas subsidy is the lever that makes the thesis testable. Robinhood is paying all transaction fees on the chain through at least the end of September. Users trading tokenized equities on Robinhood Chain pay zero gas. The subsidy eliminates the one friction point that killed previous tokenized stock experiments on Ethereum mainnet, where a $5 gas fee on a $50 stock trade made the economics absurd.

The question the subsidy creates is whether demand survives its removal. Zero-fee trading attracts volume the same way zero-commission brokerage attracted volume in 2019. Some of that volume is real demand from users who value the product. Some is arbitrage and experimentation that disappears when the cost rises above zero. Robinhood will learn which kind it has around the end of September.

The perpetual futures alternative

Crypto exchanges are approaching the same market from the opposite direction. Instead of tokenizing the actual equity and settling ownership on a blockchain, exchanges are offering stock perpetual futures that provide continuous price exposure without any connection to the underlying share.

Advertisement

The perpetual model has advantages. It requires no custody of actual equities, no regulatory coordination with stock exchanges, and no redemption mechanism. A trader gets synthetic exposure to Apple or Nvidia or the S&P 500 through a contract that tracks the price. The position settles in stablecoins. The trader never touches a share.

The disadvantage is that perpetuals are not ownership. A QQQB holder owns a claim on actual QQQ shares held in custody. A QQQ perpetual holder owns a derivative contract. The difference matters for investors who want actual equity exposure, dividend rights, or the ability to transfer their position to a brokerage account. It does not matter for traders who want leveraged 24/7 price exposure and do not care about the underlying asset.

Advertisement

The competitive dynamic is that both models serve the same underlying demand, 24/7 access to equity markets, through fundamentally different structures. Tokenized equities are a custody and settlement play. Perpetual futures are a derivatives play. The winner depends on whether the marginal user wants ownership or exposure.

The DTCC October launch and what it means for Robinhood

The Depository Trust and Clearing Corporation processes virtually all US equity settlement. Its full tokenized-securities launch, scheduled for October 2026, will bring institutional-grade infrastructure to the same market Robinhood Chain is targeting from the retail side.

The DTCC’s approach is different from Robinhood’s. The DTCC is not building a public blockchain. It is building a permissioned network that connects existing market participants, broker-dealers, custodians, and clearinghouses, through tokenized settlement rails. The tokens represent the same securities that currently settle through the DTCC’s book-entry system, but they settle faster and with programmable compliance built into the token itself.

Advertisement

For Robinhood Chain, the DTCC launch is both a validation and a threat. It validates the thesis that tokenized equity settlement is the future of the market. It threatens the specific implementation by offering the same settlement efficiency through existing institutional relationships that Robinhood cannot replicate.

The bull case for Robinhood is that the DTCC serves institutions while Robinhood serves retail. The bear case is that the DTCC’s network will eventually offer the same 24/7 retail access through existing brokerages, making Robinhood Chain’s separate infrastructure unnecessary.

The Arbitrum revenue-share question

Robinhood Chain runs on Arbitrum, and the revenue-sharing arrangement between the two is a cost structure that matters when the gas subsidy ends. Arbitrum collects sequencer fees from every transaction on its rollups. Robinhood Chain has negotiated terms that reduce or redirect those fees during the subsidy period, but the long-term economics depend on what the chain’s users are willing to pay.

If tokenized equity trading generates enough volume to sustain meaningful sequencer revenue, the arrangement works for both parties. If volume drops sharply when gas costs become visible, the chain becomes an expense line rather than a revenue line, and the calculus for maintaining it changes.

Advertisement

The comparison point is Robinhood’s core brokerage business, which generates revenue through payment for order flow, net interest income, and subscription fees. Adding blockchain infrastructure costs on top of that model only makes sense if the tokenized equity product creates new revenue streams that the traditional brokerage cannot capture. That test begins in October when both the gas subsidy and the DTCC launch arrive in the same month.

Why July’s number is both real and misleading

The 288 percent growth is real. Tokenized equity trading volume did nearly quadruple. The absolute numbers are no longer trivially small. The market has moved past the proof-of-concept stage where volume was measured in thousands of dollars per day.

The number is misleading because it obscures the concentration. A 288 percent increase driven by one product in one asset class is not evidence of a broad market forming. It is evidence that one product found product-market fit. That is valuable information, but it is different information from “tokenized equities are taking off.”

The test for the market is whether QQQB’s traction can be replicated. If tokenized versions of SPY, individual mega-cap stocks, and sector ETFs begin generating comparable volume, the growth curve has meaning. If QQQB remains an outlier, the 288 percent is a single-product story dressed in market-wide language.

Advertisement

What to watch

  • Robinhood Chain gas subsidy expiry. The end of September is the natural experiment. Volume before and after the subsidy tells you what the demand is actually worth.
  • DTCC October launch. The institutional tokenized-securities infrastructure goes live. Watch for which brokerages integrate first and whether retail access follows.
  • QQQB volume vs. other tokenized products. The diversification question. If August and September show broadening beyond QQQB into other tokenized equities, the market narrative strengthens. If QQQB dominance persists, it is a single-product story.
  • Perpetual futures volume on the same underlyings. The competitive benchmark. If stock perps on crypto exchanges grow faster than tokenized equity volume, the market is choosing exposure over ownership.
  • Regulatory signals from the SEC. Tokenized equities sit at the intersection of securities law, blockchain regulation, and exchange licensing. Any SEC guidance on the treatment of tokenized securities as distinct from their underlying assets would reshape the market.

Frequently asked questions

What is tokenized stock trading?

Tokenized stock trading involves buying and selling blockchain tokens that represent actual shares of publicly traded companies or ETFs, held in custody by a regulated issuer.

Why did tokenized stock volume surge 288 percent in July?

One product, QQQB (a tokenized Nasdaq-100 tracker), drove the majority of the volume increase. The product offers 24/7 trading access to an index that traditional markets only trade during US business hours.

What is Robinhood Chain?

An Arbitrum-based blockchain rollup built by Robinhood for tokenized equity settlement. It currently subsidizes all gas fees, making trades free for users through at least the end of September 2026.

How are tokenized equities different from stock perpetual futures?

Tokenized equities represent actual ownership claims on shares held in custody. Perpetual futures are derivative contracts that track the price without conferring ownership, dividend rights, or voting power.

Advertisement

When does the gas subsidy expire?

Robinhood Chain’s gas subsidy is scheduled to end around the end of September 2026. Volume after the expiry will indicate whether demand is genuine or subsidy-dependent.

What is the DTCC doing in October?

The DTCC is launching full tokenized-securities infrastructure on a permissioned network, connecting existing broker-dealers and custodians through tokenized settlement rails.

Can I trade tokenized stocks from outside the US?

Availability depends on the issuer and platform. QQQB trades on decentralized secondary markets accessible globally, but regulatory restrictions vary by jurisdiction.

Does owning a tokenized stock give me the same rights as owning the actual share?

It depends on the token structure. Most tokenized equity products provide economic exposure (price and dividends) but may not convey voting rights. The terms are defined by the issuing entity.

Advertisement

Disclaimer: This article is for informational purposes only and does not constitute financial, investment, or legal advice. Tokenized securities involve regulatory, custody, and technology risks. Published August 3, 2026.

Source link

Advertisement
Continue Reading

Crypto World

Bithumb sets 2028 IPO target with governance overhaul plan

Published

on

Bithumb sets 2028 IPO target with governance overhaul plan

Bithumb has outlined a roadmap to complete its initial public offering in 2028 after detailing upgrades to its governance, financial reporting, and internal control systems.

Summary

  • Bithumb has outlined a roadmap to complete its IPO in 2028 after upgrading governance, compliance, and financial reporting systems.
  • The exchange plans to finish its K IFRS transition and internal control improvements in 2026 before seeking listing approval in 2027.
  • Bithumb said it is restructuring its business, strengthening risk management, and expanding disclosures to support a public listing.
  • The IPO preparations continue as the exchange works through recent privacy and anti money laundering compliance actions in South Korea.

According to Bithumb, the South Korean cryptocurrency exchange is working with leading domestic accounting firms to build a risk management framework, convert its financial reporting from Korean Generally Accepted Accounting Principles (K-GAAP) to Korean International Financial Reporting Standards (K-IFRS), and strengthen internal compliance and internal control processes as part of its IPO preparations.

The company said it has also reorganized parts of its corporate structure by spinning off Bithumb Asset to define responsibilities across business units more clearly. Alongside the restructuring, it is expanding its business model and increasing liquidity reserves to improve financial stability before seeking a public listing.

Advertisement

Bithumb added that it plans to regularly disclose its financial position, key management matters, and cryptocurrency asset holdings as part of its commitment to transparent operations. It is also working with domestic and international securities firms, law firms, and accounting firms to evaluate corporate value, review legal risks, and prepare for the preliminary listing review.

Bithumb plans a three-stage IPO process

As outlined by the exchange, the IPO roadmap spans three years, beginning with the completion of internal control improvements and K-IFRS conversion preparations in 2026.

The company said it intends to submit its preliminary listing application and complete required audits in 2027 before targeting the completion of its IPO in 2028. It noted that the schedule could change depending on market conditions and regulatory review timelines.

The latest update follows earlier comments from Bithumb Chief Financial Officer Jeong Sang-gyun, who said in April that the exchange was targeting a 2028 listing. The company also signed an IPO advisory agreement with Samjong KPMG that runs through the end of 2027 as preparations continue.

Advertisement

Earlier this year, local media reported that Kiwoom Securities was negotiating to acquire a stake in Bithumb through a planned purchase of newly issued shares. According to ChosunBiz, both companies were discussing the size of the investment and ownership percentage, although final terms had not been agreed at the time.

Governance and transparency remain central to Bithumb’s plans

Bithumb said the IPO is intended to demonstrate management transparency and strengthen trust among customers rather than simply increase the company’s size.

As part of that effort, the exchange said it has simplified its business structure to reduce potential conflicts of interest while improving corporate governance ahead of the listing review. It also said stronger compliance procedures and institutional-level risk management systems are being introduced to better protect customer assets and support sustainable operations after the IPO.

Advertisement

The exchange further stated that expanding communication with investors, regulators, customers, and the media forms part of its listing preparations. According to the company, regular business updates and public disclosures will help provide more consistent information to the market throughout the process.

Regulatory scrutiny has continued alongside IPO preparations

The listing work has continued while Bithumb addresses regulatory issues in South Korea.

In June, South Korea’s Personal Information Protection Commission imposed a 210 million won, or about $136,000, fine after finding the exchange violated rules governing overseas transfers of personal information. The regulator also ordered Bithumb to revise its cross-border data transfer procedures after determining that user information had been transferred without fully meeting requirements under the Personal Information Protection Act.

The commission’s investigation found that, during order-book sharing between September and November 2025, users had consented to overseas transfers involving Stellar, but member numbers and order information were instead sent to infrastructure operated by BingX. The regulator separately reviewed virtual asset transfers involving 13 overseas exchanges and concluded that customer information shared for anti-money laundering checks had also failed to satisfy all legal consent and notification requirements.

Advertisement

The privacy case followed an earlier enforcement action in which South Korean regulators imposed a 36.8 billion won penalty over anti-money laundering deficiencies involving customer due diligence, transaction monitoring, and transfers linked to unregistered overseas virtual asset service providers.

While announcing the privacy decision, the Personal Information Protection Commission also released blockchain privacy guidelines covering on-chain disclosures, participant data sharing, tracking risks, and privacy protections that should be considered when blockchain services are designed.

South Korea’s crypto framework continues to evolve

Bithumb’s listing plans are unfolding as South Korean policymakers continue developing rules for the digital asset industry.

Lawmakers are considering the Digital Asset Basic Act, which seeks to establish a comprehensive legal framework for cryptocurrencies. Under proposals discussed so far, a single shareholder’s ownership in a cryptocurrency exchange would generally be capped at 20%, although higher ownership of up to 34% could be permitted under conditions that remain under review.

Advertisement

At the same time, established financial institutions have expanded their involvement in the sector. Hana Bank previously disclosed plans to acquire a stake in Dunamu, the operator of Upbit, while local media reported that three Samsung affiliates also planned to invest in the company. 

International firms have also increased their presence, with OKX Ventures announcing an investment in Coinone and Binance completing its acquisition of Gopax after years of regulatory delays.

Source link

Advertisement
Continue Reading

Crypto World

HashKey wins JPMorgan approval for client funds account

Published

on

HashKey, Visa launch Hong Kong credit card with up to 4% rewards

HashKey Exchange said on Aug. 3 that JPMorgan Chase approved its application to open a client funds account, giving the Hong Kong licensed crypto platform another banking route for customer money segregation and U.S. dollar settlement.

Summary

  • HashKey received JPMorgan approval to open a segregated client funds account supporting dollar settlement services.
  • HashKey says it became Asia’s first licensed digital asset exchange approved for this JPMorgan account.
  • DBS activated a separate HashKey customer funds account on June 30 for fiat settlement services.
  • Hong Kong rules require foreign currency client money to remain segregated in the same currency.
  • HashKey has not disclosed when the JPMorgan account will become operational for customer transaction services.

Parent company HashKey Holdings said the approval would connect the exchange more closely with international banking infrastructure. The announcement did not disclose the account’s launch date, expected balances, supported payment routes or commercial terms.

Advertisement

HashKey JPMorgan account adds a new dollar channel

HashKey said the account would strengthen the stability and transparency of its U.S. dollar funding channels. It also expects the arrangement to support settlement for institutional clients and investors using its regulated exchange.

The company described HashKey Exchange as “the first” licensed digital asset exchange in Asia approved to open this type of JPMorgan account. That remains a company claim. The announcement confirms approval to open an account, rather than the start of live customer deposits and withdrawals.

Advertisement

In addition, the account is designed to hold customer money separately from HashKey’s operating funds. Hong Kong’s Securities and Futures Commission requires licensed virtual asset platforms to keep foreign currency client money in segregated accounts denominated in the same currency.

Hash Blockchain Limited, which operates HashKey Exchange, appears on the SFC’s list of licensed virtual asset trading platforms. The regulator granted its licence in November 2022. The SFC also states that licensing does not guarantee a platform’s performance or creditworthiness.

Moreover, the JPMorgan approval follows HashKey’s June 30 activation of a customer funds account with DBS Bank. The DBS arrangement supports fiat deposits, withdrawals and transaction settlement. It also includes same name virtual accounts for automated fund identification and reconciliation.

DBS was Singapore’s largest bank, with assets of about $697.77 billion at the end of 2025, according to S&P Global Market Intelligence. JPMorgan retained fifth place in S&P’s worldwide ranking. HashKey’s use of both banks gives it separate links to major Asian and U.S. dollar banking infrastructure.

Advertisement

Banking access supports HashKey’s institutional expansion

HashKey has expanded its regulated platform and traditional finance connections since listing in Hong Kong in December 2025. Its offering raised gross proceeds of HK$1.607 billion, about $206 million, before listing costs. JPMorgan was among the joint sponsors of the offering.

As crypto.news previously reported, HashKey opened the IPO with a target of up to $215 million before final pricing. In related coverage, JPMorgan and HashKey later joined a Hong Kong Monetary Authority group studying rules and infrastructure for tokenized bonds.

HashKey also merged the separate HashKey Exchange and HashKey Global applications into one portal in July. The company said jurisdictional controls still separate users and products across Hong Kong, Singapore, Dubai and Bermuda.

The JPMorgan account does not expand HashKey’s crypto licence or allow the exchange to serve restricted U.S. customers. Its stated purpose is to add another regulated banking channel for fiat funds connected to the exchange.

Advertisement

The next verified milestone will be account activation. HashKey has not said when customers can use the JPMorgan route, which currencies will be available at launch or whether access will begin with institutional clients before reaching other eligible users.

Source link

Advertisement
Continue Reading

Crypto World

American Bitcoin posts $57.2M loss as BTC stack grows

Published

on

Bitcoin policy group joins U.S. State Department freedom tech push

American Bitcoin Corp., the Bitcoin miner co founded by Eric Trump and majority owned by Hut 8, reported a $57.2 million net loss for the second quarter on Aug. 3. 

Summary

  • American Bitcoin reported a $57.2 million loss after recording $71.2 million in digital asset losses.
  • Bitcoin holdings rose 14% to 8,002 BTC, including 3,090 BTC pledged under Bitmain purchase agreements.
  • Mining output reached a record 932 BTC while quarterly revenue increased 8% to $67 million.
  • American Bitcoin’s mining cost remained near $36,500 per coin, broadly unchanged from the previous quarter.
  • Adjusted EBITDA improved to a $45 million loss from a $91.3 million loss in March.

The result included a $71.2 million loss on digital assets, even as the company delivered record production and expanded its reserve to approximately 8,002 BTC, according to its official quarterly results.

The loss narrowed from $81.8 million in the first quarter. Revenue increased from $62.1 million to $67 million, while adjusted EBITDA remained negative at $45 million, compared with a $91.3 million loss three months earlier.

Advertisement

American Bitcoin’s asset loss drove the quarterly deficit

The digital asset loss remained the largest expense in the quarter. It fell from $117.2 million in the first quarter to $71.2 million but still exceeded American Bitcoin’s entire quarterly mining revenue. Depreciation and amortization added another $28.2 million, while general and administrative expenses reached $7.7 million.

The $71.2 million figure is an accounting loss recorded within operating expenses. It should not be confused with the cost of producing Bitcoin or automatically treated as an equivalent cash outflow. American Bitcoin did not disclose how much of the loss resulted from completed transactions during the quarter.

The company also recorded an $18.3 million gain on derivatives, reducing its loss before taxes to $55.7 million. Its adjusted EBITDA calculation excludes several items, including depreciation, derivative gains and stock compensation.

Advertisement

American Bitcoin warns that adjusted EBITDA is a company defined measure and should not replace results reported under generally accepted accounting principles.

Record mining raised revenue while costs stayed flat

American Bitcoin mined approximately 932 BTC during the quarter, up from 817 BTC in the first quarter. The result marked its highest quarterly production since the business launched in March 2025 and represented about 26% of all Bitcoin it has mined since then.

Revenue per Bitcoin mined fell about 5% to $71,900 as Bitcoin prices weakened. However, the cost to mine each coin remained near $36,500, compared with $36,200 in the previous quarter. The company attributed the increase to higher energy expenses at selected locations.

Based on the reported $67 million in revenue and $34 million in direct revenue costs, mining gross profit was approximately $33 million. That produces a margin of roughly 49%, supporting management’s statement that the figure remained close to 50% despite a 12% quarterly decline in Bitcoin’s price.

Advertisement

The operational fleet reached about 58,999 miners with 25 EH/s of computing power. American Bitcoin also completed the energization of 11,298 newer machines at Hut 8’s Drumheller location in April, adding approximately 3.05 EH/s.

Nearly 39% of the Bitcoin reserve remains pledged

American Bitcoin’s holdings increased by approximately 981 BTC during the quarter, rising from 7,021 BTC to 8,002 BTC. Mining produced 932 BTC, accounting for most of the increase.

However, not all 8,002 BTC are freely available. Approximately 3,090 BTC, or nearly 39% of the reserve, remain pledged under miner purchase agreements with Bitmain. American Bitcoin still includes those coins in its total because it retains redemption rights and continued economic exposure.

The company’s first quarter SEC filing classified the pledged holdings as restricted Bitcoin. It also recorded a miner purchase liability of $364.3 million as of March 31. The latest results did not provide an updated liability figure for June 30.

Advertisement

The company acquired large batches of Bitmain equipment through agreements that allowed it to pledge Bitcoin instead of paying the full purchase price in cash. Redemption periods generally run for about 24 months, although some extension options may apply.

Reserve growth has not removed pressure on ABTC shares

American Bitcoin said its satoshis per share increased 11% to approximately 10,989 during the quarter. Holdings grew 14%, while outstanding shares increased about 3%.

The figures account for the one for fifteen reverse stock split completed in July. According to the company’s SEC filing on the split, issued shares fell from approximately 1.09 billion to about 73 million. Split adjusted trading began on July 6 under the existing ABTC ticker.

As crypto.news previously reported, American Bitcoin’s reserve surpassed 8,000 BTC in July as the company continued accumulating coins despite pressure on its share price. The earlier update also showed that the reverse split raised ABTC’s quoted price without changing its underlying market value.

Advertisement

ABTC had fallen more than 95% from its peak by mid July. The decline came even as the company expanded its Bitcoin reserve and lowered its production cost compared with late 2025.

Chief Executive Mike Ho said the company believes Bitcoin’s “long term compounding will outperform our cost of capital.” Eric Trump said its objective was “relentless growth.” Both statements describe management’s expectations rather than assured financial results.

The company’s Aug. 3 earnings call and any later SEC filing could provide further details about Bitmain liabilities, mining expansion and the treatment of its digital asset losses. Investors will also be watching whether higher production can move adjusted EBITDA toward profitability without requiring the company to sell its Bitcoin reserve.

Advertisement

Source link

Continue Reading

Crypto World

Orbs launches community governance vote to establish its DAO framework

Published

on

Orbs launches community governance vote to establish its DAO framework - 3

Disclosure: This article does not represent investment advice. The content and materials featured on this page are for educational purposes only.

Orbs launches OIP-9, its first governance vote to establish the Orbs DAO and advance protocol decentralization.

Advertisement

Summary

  • Orbs launched OIP-9, its first formal community vote, to establish an initial DAO governance framework.
  • Staked token holders would vote through Snapshot, while multisig wallets would implement approved community decisions.
  • The proposal starts with limited authority and allows responsibilities to move gradually toward community control.

Orbs has announced OIP-9, its first formal community governance vote. The online proposal asks eligible participants to establish the Orbs DAO and approve its initial governance framework. It aims to move defined protocol decisions toward the community through a phased process. Holders of tokens staked in the Orbs Proof-of-Stake contract would vote through Snapshot.

The proposal marks the next stage in Orbs’ governance evolution following more than seven years of protocol development and nearly four years of on-chain governance. During that time, the network has grown into a live Layer-3 infrastructure powering decentralized finance applications and execution products across multiple blockchain ecosystems. The governance proposal formalizes the role of the community in overseeing the protocol through a structured, phased approach that prioritizes both decentralization and operational security.

Ran Hammer, Vice President of Business Development at Orbs, said the proposal is designed to balance decentralization with the community’s governance capabilities. According to Hammer, it establishes a governance framework with clearly defined authority from the outset while enabling the community to gradually assume greater responsibility over time. He added that the approach is intended to lay the groundwork for the next phase of the Orbs ecosystem.

Advertisement
Orbs launches community governance vote to establish its DAO framework - 3

Under OIP-9, governance participation will initially be open to holders of tokens staked in the Orbs Proof-of-Stake contract. The DAO will operate through community proposals and Snapshot voting, with approved decisions implemented through dedicated DAO-controlled multisig wallets. If approved, the DAO will initially oversee selected network parameters governing the Proof-of-Stake infrastructure, Guardian certification and revocation, approval of major protocol upgrades, and approval of new protocol deployments and network-level product modules. Together, these responsibilities are designed to give the community meaningful authority over the network while keeping the initial scope focused and manageable.

Rather than attempting to decentralize every aspect of the protocol at once, the proposal adopts a progressive governance model that expands community responsibility over time. Future governance proposals may address areas including protocol revenue, treasury management, liquidity strategies, grants, burn mechanisms, and broader tokenomics as the DAO develops operational experience and governance processes.

To help ensure network stability during the transition, the proposal also includes a limited emergency mechanism allowing the Orbs core team to respond when immediate action is required, and community voting is not feasible. Any use of these emergency powers would subsequently require ratification through DAO governance, preserving transparency and community oversight.

Orbs presents the vote as a step from existing governance participation toward formal DAO authority. Approval would create the initial foundation, while later votes could widen the community’s role through future proposals covering economic and operational areas not included initially as the governance framework develops gradually through later voting cycles.

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

Cardano price jumps 22% as whales add 240M ADA

Published

on

Cardano price daily chart shows ADA breaking above $0.185 as Bollinger Bands expand.

Cardano price rallied as high as $0.190 after whales accumulated 240 million ADA, while a bullish reversal pattern pointed to a possible extension toward $0.208.

Summary

  • Cardano whales accumulated more than 240 million ADA over five days, according to Santiment data.
  • ADA climbed about 22% from its July low before pulling back to approximately $0.186.
  • A 4-hour inverse head-and-shoulders pattern carries a potential $0.208 price target.
  • Liquidation clusters near $0.193–$0.195 could attract price if buyers reclaim $0.190.

Cardano price trims gains after reaching $0.190

According to data from crypto.news, Cardano (ADA) price traded near $0.186 on Aug. 3 after touching an intraday high of $0.190, extending its recovery from the July 8 low near $0.154.

The move left ADA roughly 20% above that floor, although profit-taking emerged after the token tested the upper boundary of its recent trading range. The daily candle was down about 1.4% at the time of the chart snapshot.

Advertisement

ADA’s latest advance also pushed it above the Bollinger Bands’ 20-day moving average at $0.1688. The level had contained several recovery attempts during July and may now serve as medium-term support.

Cardano price daily chart shows ADA breaking above $0.185 as Bollinger Bands expand.
Cardano price daily chart — Aug. 3 | Source: crypto.news

The price briefly moved above the upper Bollinger Band, located near $0.1846. Trading outside the band reflects strong momentum, but it can also indicate that the rally has become stretched in the short term.

Bollinger Bandwidth rose to 0.0262 as the bands expanded, confirming that volatility returned after several weeks of consolidation. The increase supports the breakout but also raises the risk of larger intraday reversals.

Whale accumulation helped fuel the ADA rally

Large holders were a central driver of the move. Analyst Ali Martinez cited Santiment data showing that whales accumulated more than 240 million ADA over five days.

Advertisement

“Whales loaded up. Cardano took off,” Martinez wrote.

The reported holdings increased from around 14.1 billion ADA to more than 14.3 billion ADA during the period. That accumulation coincided with a roughly 22% price increase, suggesting that large buyers absorbed supply as ADA recovered.

The rally also followed Cardano’s July 18 protocol upgrade and the network’s transition toward its next development phase. Expectations surrounding future scaling work, including Ouroboros Leios, added a fundamental catalyst to the whale-led move.

Cardano is also approaching six months of CME futures trading on Aug. 9. That milestone could become relevant to prospective US spot ADA exchange-traded fund applications under generic listing requirements, although it would not guarantee regulatory approval.

Advertisement

US traders will therefore be watching whether the futures record strengthens the case for broader regulated ADA investment products. Any ETF progress would still depend on the filing structure and applicable SEC requirements.

ADA inverse head-and-shoulders targets $0.208

The 4-hour chart shows ADA completing an inverse head-and-shoulders pattern between July 10 and Aug. 2. The formation includes two rounded shoulders near $0.160 and a deeper head around $0.154.

Cardano price 4-hour chart shows an inverse head-and-shoulders breakout targeting $0.208.
Cardano price 4-hour chart — Aug. 3 | Source: crypto.news

ADA broke above the pattern’s $0.1808 neckline on Aug. 2 and subsequently reached $0.190. The measured distance between the head and neckline is approximately $0.0274.

Adding that distance to the breakout point produces an upside target near $0.2083, about 12% above the current price. A sustained 4-hour close above $0.190 would strengthen the case for that extension.

Money flow remains supportive. The 4-hour Chaikin Money Flow reading stood at 0.16, showing that buying pressure continued to outweigh selling pressure despite the pullback.

Advertisement

However, the Aroon indicator presents a more cautious near-term picture. Aroon Down stood at 57.14%, while Aroon Up had fallen to zero, suggesting that the breakout’s immediate upward momentum was cooling.

Analyst Gerla also identified an inverse head-and-shoulders formation on the daily chart after a bullish RSI divergence played out. That broader pattern places the immediate resistance zone around $0.190–$0.195.

ADA must convert that area into support before the market can target $0.208. Failure to hold the $0.1808 neckline would weaken the bullish pattern and expose the 20-day average at $0.1688.

Liquidation levels could determine ADA’s next move

The 3-day liquidation heatmap shows dense leveraged positions on both sides of the current price, creating conditions for continued volatility.

ADA 3-day liquidation heatmap shows major liquidity clusters near $0.182 and $0.194.
Cardano liquidation heatmap | Source: CoinGlass

The nearest downside liquidity sits around $0.181–$0.183, close to the inverse head-and-shoulders neckline. A decline into that zone could trigger long liquidations before buyers attempt another defense.

Larger pools of liquidity appear above the market between approximately $0.193 and $0.195. These levels could act as short-term price magnets if ADA retakes $0.190, but they may also generate resistance as short positions are closed and traders take profits.

Advertisement

Additional overhead liquidity extends toward $0.198, while lower clusters are visible near $0.176 and $0.170. This leaves ADA inside a broad leveraged range where a break on either side could accelerate the next move.

The bullish scenario requires ADA to remain above $0.1808 and close decisively above $0.195. That would open a path toward the pattern target at $0.2083.

A close below $0.1808 would indicate that the breakout is losing strength. In that case, $0.1688 becomes the main support, followed by the lower Bollinger Band near $0.153.

Disclosure: This article does not represent investment advice. The content and materials featured on this page are for educational purposes only.

Advertisement

Advertisement

Source link

Continue Reading

Crypto World

Why Stacks’ Bitcoin staking plan could reshape STX demand

Published

on

46% of Bitcoin supply now in loss, near 2022 bear levels

Disclosure: This article does not represent investment advice. The content and materials featured on this page are for educational purposes only.

Stacks explores Bitcoin staking and DeFi growth as investors assess STX’s 2026 potential amid efforts to bring more Bitcoin capital into productive use.

Advertisement

Summary

  • Stacks faces a key 2026 test as its Bitcoin staking plans aim to expand BTC utility and STX demand.
  • STX price predictions focus on whether Stacks can unlock Bitcoin liquidity through native staking and DeFi.
  • Stacks eyes Bitcoin yield expansion as its upcoming staking system could drive new demand for STX.

Any Stacks (STX) price prediction for 2026 increasingly turns on a question bigger than short-term market momentum: can Stacks convert a small share of Bitcoin’s largely underused capital base into recurring demand for STX?

The gap is large. DeFiLlama currently tracks about $4.35 billion in total value locked across the Bitcoin category against a Bitcoin market capitalization of roughly $1.33 trillion, equal to only about 0.3%. Stacks is positioning its planned self-custodial Bitcoin staking system as one route for bringing more BTC into productive use without requiring holders to bridge or wrap their coins.

STX already serves as the native asset used to pay transaction fees on Stacks and participate in the network’s existing Stacking system. Its expanding role also supports the case for STX as capacity to grow Bitcoin native finance, particularly as Stacks develops new ways for Bitcoin holders to put their capital to work. The proposed Bitcoin staking design would mean that participants would lock BTC on Bitcoin Layer 1 and pair it with STX worth approximately 5% of the BTC position to create a protocol bond. The current design targets about 3% annualized yield in BTC, funded by Bitcoin committed by Stacks miners through Proof of Transfer, or PoX.

Advertisement

The attraction is easy to understand. Stacks says PoX has distributed more than 4,200 BTC to stackers since 2021, giving the proposed product an existing source of Bitcoin-denominated rewards rather than a new emissions-funded incentive. The key caveat is timing: Bitcoin staking was operating on a private testnet as of July 16, 2026, with mainnet activation still ahead.

How Bitcoin staking could create direct STX demand

The strongest part of the STX token fundamentals case is the proposed protocol-bond requirement.

Under the current design, every BTC position entering Bitcoin staking needs a corresponding STX position worth roughly 5% of the Bitcoin being bonded. That creates a direct relationship between BTC participation and the amount of STX needed to access staking capacity.

At the roughly $66,200 BTC price recently tracked by DeFiLlama, 5,000 BTC entering the system would require about $16.6 million in paired STX value. A 50,000 BTC cohort would imply about $165.5 million, assuming the approximate 5% ratio remains in place. Those figures are illustrations rather than forecasts: the STX-to-BTC ratio is designed to become market-driven, and the protocol limits capacity based on its ability to support reward obligations.

Advertisement

That distinction matters for any STX crypto analysis. Protocol-bond demand would be tied to use of the system rather than a marketing campaign or discretionary token incentive. Yet it would not automatically translate into equivalent open-market buying. Participants could source STX through exchanges, over-the-counter transactions, existing holdings or future financing arrangements.

Even so, the mechanism gives STX a measurable demand channel. More BTC entering protocol bonds would require more STX capacity under the current model, while lower participation would produce less demand. That makes adoption of Bitcoin staking one of the clearest variables to watch when assessing the token.

Why lockups and network use matter for STX tokenomics

Demand is only one side of the equation. The proposed bonding structure could also reduce the amount of STX readily available for trading during each bonding period.

Protocol bonds are designed around an approximately six-month term. The paired STX remains locked for that period and cannot simultaneously be used elsewhere. Stacks’ design includes an early-exit path for BTC, but an exiting participant forfeits remaining yield and the paired STX stays committed for the original term.

Advertisement

That creates a possible supply-compression effect if Bitcoin staking attracts meaningful participation. New STX demand could arrive at the same time as bonded tokens become temporarily unavailable to the market.

STX also remains the gas asset for the network. Every transaction, including lending, swaps and other smart-contract activity, requires STX for fees. If Bitcoin staking brings more users and capital into Stacks-based applications, transaction demand could add another source of token utility alongside the protocol-bond requirement.

The Bitcoin DeFi flywheel, and where it can break

Stacks already has a live DeFi base, which gives new capital somewhere to move if Bitcoin staking reaches mainnet and gains users. DeFiLlama currently tracks about $86 million in Stacks DeFi TVL, with Zest Protocol accounting for roughly $69 million. Zest separately reports around 800 BTC deposited in its Stacks market and says deposits previously peaked above $100 million.

That existing activity matters because the broader STX thesis extends beyond the first protocol bond. The project’s stated model assumes that, if STX rises in value during a six-month bond, a participant may need fewer STX tokens to support the same BTC value in a later bonding period. The unused STX could then be redeployed into lending markets, decentralized exchanges or other applications.

Advertisement

That outcome is possible, but it is not automatic. Participants may sell surplus STX, hold it, hedge the exposure or choose not to renew a bond. The strength of the proposed flywheel therefore depends on user behavior as much as protocol design.

The same reflexivity can also work in reverse. Stacks’ own Bitcoin staking materials identify a circular relationship between STX value, miner economics, staking capacity and BTC yield. Stronger network activity can support miner incentives and deepen the ecosystem, while weaker STX economics or lower miner bids can pressure yields. The protocol proposes capacity limits, reserve buffers and a staged rollout to manage that risk, but those tools cannot remove market risk entirely.

What an STX price prediction for 2026 must account for

The structural case for STX is clearer than a simple narrative that Bitcoin DeFi growth will automatically lift the token. The proposed staking design creates a specific mechanism that could connect BTC inflows to STX demand, and the six-month bond could temporarily tighten liquid supply. Existing DeFi applications also give additional capital practical uses beyond staking.

The main challenge is that the most important catalyst is still being tested. Stacks announced on July 16 that partners were running the PoX-5 mechanism on a private testnet ahead of mainnet activation. The target BTC yield is also not guaranteed, while participants face STX price exposure and a long bond term. New smart-contract code adds another execution risk that the staged launch is intended to address.

Advertisement

For that reason, a credible STX price prediction 2026 thesis should treat Bitcoin staking as a potential demand engine rather than an established source of sustained buying. The strongest evidence will come after launch: how much BTC enters protocol bonds, how much STX becomes locked, whether users renew their positions, and whether the added capital increases real activity across Stacks.

FAQ

What makes STX different from other yield tokens?

STX is not simply a token issued as a staking reward. It is the native gas asset of Stacks, an asset used in the network’s existing Stacking system, and the proposed capacity asset for Bitcoin staking protocol bonds. The reflexive element comes from the possibility that BTC participation creates STX demand, bonded STX reduces liquid supply and greater ecosystem activity creates additional transaction demand. That loop remains dependent on adoption and network economics.

How does Bitcoin staking create demand for STX?

Advertisement

The proposed protocol requires participants to pair BTC with STX worth approximately 5% of the Bitcoin position. As more BTC enters the system, more STX value would be required under the current design. If a later bonding cycle needs fewer STX tokens because the token has appreciated, participants could redeploy the surplus elsewhere, though the protocol does not require them to do so.

What happens to STX when the Bitcoin DeFi ecosystem grows?

More activity can increase demand for STX as the network’s gas asset and can create more places to deploy STX across lending, trading and liquidity applications. Under the proposed Bitcoin staking model, stronger BTC participation could also increase demand for bonded STX. The effect on price remains dependent on adoption, liquidity, issuance, market conditions and the health of miner economics.

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

Boltz Temporarily Suspends Service Following AI-Driven Hack Attacks

Published

on

Crypto Breaking News

Boltz, a non-custodial Bitcoin swap provider, has paused its service “until further notice,” citing what it describes as a sharp rise in automated, AI-assisted probing attempts against its infrastructure. In a statement published on X, the team said multiple exploits over recent months were contained individually, but that the pace of attacker iteration has begun to outstrip the ability of a small security team to find and patch issues quickly.

The pause arrives amid broader concern across crypto that AI capabilities—when paired with automation—can compress the time between vulnerability discovery and real-world exploitation. Boltz also emphasized that the shutdown is an operational decision rather than a response to customer losses, stating that no user funds have been at risk due to the non-custodial nature of its swaps.

Key takeaways

  • Boltz is disabling swaps temporarily after reporting an accelerated pattern of “automated AI-assisted probing” in recent months.
  • The company says its team cannot patch vulnerabilities quickly enough relative to attacker iteration speed, despite containing prior exploits.
  • Boltz states that swaps are cryptographically secured and non-custodial, and that no user funds have been at risk.
  • Solana’s security leadership has argued for “autonomous defense” to match threats operating at machine speed.

Boltz pauses swaps as automated probing intensifies

In its X post, Boltz attributed the decision to a “steady increase” in automated AI-assisted attempts to probe its systems over the course of this year. The firm said it has dealt with several exploits during that period; while each incident was contained, the overall pattern—attackers iterating faster than the service’s ability to remediate—has become difficult to manage.

“Over the past months… we have dealt with several exploits. Each was contained, but the pattern is clear: attackers now iterate faster than a team our size can find and patch.”

After reviewing security scans, Boltz said it cannot responsibly re-enable swaps while it is still being actively targeted by multiple groups, and while fixes are in progress. The company also described a recent acceleration, stating that within just a few days it saw a “drastic acceleration” in attacks and does not believe the asymmetry will reverse soon.

For users, the practical implication is straightforward: swap execution is paused, and the company is effectively prioritizing security remediation over service continuity. For builders and investors, Boltz’s decision is another sign that as threats become more automated, smaller teams running open-source infrastructure may face rising operational risk—especially when patch cycles are measured against attacker speed rather than human-led testing schedules.

Advertisement

Non-custodial design remains, but swap operations are suspended

Boltz’s service enables non-custodial, trustless atomic swaps, including transfers between Bitcoin mainnet and Bitcoin-related layers such as Lightning Network and Liquid Network. Because the swaps are non-custodial, Boltz said users retain full control of assets throughout the process.

The company stressed that, despite the security incidents it has described, no user funds have ever been at risk. Boltz’s reasoning is tied to its cryptographic approach: the swap mechanism is built so that custody is not transferred to Boltz in a way that would expose users to direct theft of funds.

Boltz also said its API will remain available to process refunds, and that its support team will continue to be reachable. That matters for downstream users and integrators because it suggests the pause is focused on swap re-enablement rather than an abrupt cessation of all related functionality.

“What we are seeing is a major paradigm shift for Bitcoin services operating on an open source stack, and it needs careful analysis. Do not expect swap services to resume shortly.”

At the time of writing, DefiLlama data showed Boltz’s total value locked at $180,860, providing a snapshot of the service’s on-chain footprint while it remains paused.

Advertisement

Why AI-driven automation raises the patching bar

Boltz’s announcement reflects a recurring theme in crypto security: when attackers can automate discovery and testing, the window for defenders to respond shrinks. The firm’s complaint is not only that vulnerabilities exist, but that the attack pattern is now iterative and fast enough that a small team cannot keep up with the remediation workload—even when individual exploits are contained.

This tension between offense speed and defense capacity is also echoed by Solana Foundation’s security leadership. Earlier coverage of Solana Foundation’s chief information security officer, Michael Coates, pointed to a need to move beyond purely human-scaled security processes. In July, Coates told Cointelegraph that the industry has reached a “tipping point” where humans cannot scale to meet AI-enabled threats.

“The only path forward we have is to have autonomous defense that operates at the speed of machines.”

That framing helps explain why Boltz’s response may be longer-term than a routine patch cycle. If defenders can’t reliably close the loop faster than attackers probe and iterate, even “contained” incidents may signal an ongoing risk environment rather than an isolated problem.

Boltz’s operational decision also mirrors comments from other crypto-adjacent services dealing with frequent exploitation. PayPerQ, an AI prompt-payment platform that accepts payment in Bitcoin and other cryptocurrencies, said it has been fighting off exploits every other week for several months and believes many could be AI-powered. The company described the current situation as “very dangerous,” reinforcing the idea that AI assistance may be becoming a force multiplier for attackers.

Advertisement

What investors and users should watch next

Boltz has not offered a timeline for re-enabling swaps, and its statement explicitly cautions that swap services should not be expected to resume shortly. The key question for users is whether Boltz can reduce the probing-to-patching gap through changes to its security posture—such as tighter monitoring, faster remediation pipelines, and more automated defenses—before attacker iteration once again outpaces its team size.

For the broader Bitcoin ecosystem, Boltz’s pause is a timely reminder that non-custodial design can limit direct user fund exposure, but it does not eliminate operational and reliability risks. Readers should watch for how quickly Boltz can restore swap functionality, and whether the industry’s push toward machine-speed security becomes a practical requirement rather than a theoretical goal.

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

Advertisement

Source link

Continue Reading

Crypto World

Strategy sells $104.7 million in Bitcoin to support preferred stock

Published

on

Strategy sells $104.7 million in Bitcoin to support preferred stock

Strategy has sold 1,638 Bitcoin for $104.7 million after redirecting part of the proceeds toward preferred-stock dividends and share repurchases while increasing its U.S. dollar reserve.

Summary

  • Strategy sold 1,638 Bitcoin for $104.7 million to fund STRC dividends and share repurchases.
  • The company increased its U.S. dollar reserve to about $4 billion while raising another $290.6 million through MSTR stock sales.
  • Strategy’s Bitcoin holdings now stand at 842,138 BTC as it continues prioritizing STRC support over new Bitcoin purchases.

An SEC filing submitted on Monday showed the company sold the Bitcoin between July 27 and Sunday at an average price of $63,957 per coin. Strategy allocated $52.4 million from the sale to dividend payments on its STRC perpetual preferred stock, while another $52.3 million went toward repurchasing STRC shares.

Following the transaction, Strategy’s Bitcoin holdings declined to 842,138 BTC acquired at a combined cost of approximately $63.5 billion.

Advertisement

The filing also disclosed that Strategy raised another $290.6 million by selling MSTR common shares during the same reporting period. Of that amount, $250 million was added to the company’s U.S. dollar reserve, $28.9 million funded additional STRC repurchases, and $11.7 million increased its cash balance.

Executive Chairman Michael Saylor said in a post on X that Strategy repurchased $81.2 million worth of STRC stock during the period and extended the company’s U.S. dollar funding runway by 57 days to roughly 2.3 years.

Bitcoin sale follows Strategy’s revised capital plan

The latest disposal comes after Strategy introduced a new capital framework at the end of June that allows Bitcoin sales to support preferred-stock dividends, debt obligations, approved security repurchases and the company’s dollar reserve.

Advertisement

Earlier SEC filings showed the company also sold 3,588 Bitcoin for approximately $216 million on July 6 and disclosed another sale of 32 Bitcoin in early June, its first reported Bitcoin disposal since a tax-related transaction in 2022.

Recent company updates had already pointed to a change in capital allocation. During its second-quarter earnings call on July 31, Executive Chairman Michael Saylor said Strategy would no longer direct every available dollar toward immediate Bitcoin purchases, choosing instead to maintain both cash and Bitcoin on its balance sheet.

Chief Executive Phong Le also said during the earnings call that Strategy would hold off on additional Bitcoin purchases while STRC continued trading below its $100 stated value.

Advertisement

By July 26, the company had built a $3.75 billion U.S. dollar reserve, which has now increased to about $4 billion after the latest stock sales. Strategy previously said the reserve is intended to cover preferred dividends and debt-related obligations unless the board approves another use.

STRC remains the company’s immediate priority

Supporting STRC has become a central part of Strategy’s financing plan because the preferred security is one of the vehicles it uses to raise capital for Bitcoin purchases.

Yahoo Finance data showed STRC traded at $89.40 during Monday’s pre-market session, leaving it 10.6% below its $100 stated value. MSTR shares were also down 0.9% before the opening bell.

A lower STRC price can make future fundraising through preferred-share sales less effective. The company has previously acknowledged that it wants the security to trade close to its stated value before resuming more aggressive Bitcoin accumulation.

Advertisement

Earlier this month, Strategy confirmed it would keep STRC’s annual dividend rate at 12% for August despite the preferred stock remaining below par. Under a revised policy adopted on June 29, management now considers factors including market price, competing yields, Bitcoin volatility, credit spreads and cash-reserve coverage instead of automatically raising the dividend whenever STRC trades below $100.

The company has increasingly relied on discounted share buybacks rather than repeated dividend increases. Earlier disclosures showed it repurchased roughly $25 million worth of STRC between July 20 and July 26, while nearly $1 billion remained available under its preferred-securities repurchase authorization.

Cash reserve has continued expanding while Bitcoin purchases pause

The latest filing indicates Strategy is still directing fresh capital toward strengthening liquidity even as it trims part of its Bitcoin position.

Most of the $290.6 million raised from MSTR share sales was added to the company’s dollar reserve, bringing the balance to approximately $4 billion as of Sunday. According to Saylor’s update, the additional liquidity extended the reserve’s ability to support dividend and interest obligations by nearly two months.

Advertisement

The approach follows management’s earlier comments that preserving funding flexibility could ultimately support future Bitcoin purchases rather than deploying all available capital immediately.

CryptoQuant founder and CEO Ki Young Ju argued in a June 24 post on X that Strategy should temporarily pause Bitcoin acquisitions, rebuild its cash reserves and adopt a more systematic purchase framework after estimating that the company’s dividend coverage had fallen sharply.

The company’s actions since then have largely centered on rebuilding liquidity, repurchasing discounted STRC shares and maintaining the preferred dividend instead of expanding its Bitcoin holdings.

Analysts and investors remain focused on Strategy’s funding model

Strategy reported an $8.22 billion net loss during the second quarter after recording an $8.32 billion unrealized loss on its Bitcoin holdings under fair-value accounting rules. Even so, management maintained that the accounting loss did not change the company’s long-term Bitcoin strategy.

During the earnings call, executives said restoring STRC closer to its $100 stated value would take priority before new Bitcoin purchases resume.

Advertisement

Benchmark and H.C. Wainwright both maintained buy ratings following the quarterly results, although Benchmark lowered its price target. 

The firms said Strategy’s cash reserve, preferred-share repurchases and financing strategy could strengthen its ability to raise capital in the future, while continuing to note that the company’s outlook remains closely linked to Bitcoin prices and investor demand for its preferred securities.

Advertisement

Source link

Continue Reading

Trending

Copyright © 2025