Crypto World
Bitcoin ETFs See $1.7B Weekly Outflows
Spot Bitcoin exchange-traded funds (ETFs) recorded about $1.72 billion in net outflows in the week ending June 5, according to SoSoValue data.
The outflows extended the streak to four straight weeks of billion-dollar redemptions, dating back to the week ending May 15.
Data compiled by Farside Investors shows that the pressure was concentrated across the first three trading days of June, when the funds shed $483.8 million, $519.1 million and $396.6 million, respectively. The ETFs briefly reversed into a $3.2 million inflow on Thursday before Friday’s $325.7 million in outflows.
BlackRock’s iShares Bitcoin Trust ETF (IBIT) accounted for the bulk of the week’s redemptions, with about $1.34 billion in net outflows. The Fidelity Wise Origin Bitcoin Fund (FBTC) lost $201.9 million, while the Grayscale Bitcoin Trust ETF (GBTC) recorded $144.3 million in net outflows over the same period.
The four-week redemption streak marks a sharp reversal from the strong inflows that supported spot Bitcoin ETFs earlier this year.

Daily net inflows for spot Bitcoin ETFs. Source: SoSoValue
Outflows reflect “macro-driven” risk repricing
Matthew Pinnock, chief operating officer of Altura DeFi, said the ETF outflows reflect a “macro-driven repricing of risk” rather than a Bitcoin-specific concern.
Pinnock said IBIT accounted for most of the redemptions because of its scale, liquidity and role as a preferred institutional access vehicle. He said large investors typically use the deepest and most liquid products when adjusting portfolio risk.
Related: Bitcoin risks new purge with bear-market losses still $35B below 2022 total
“The timing of these redemptions aligns closely with stronger-than-expected US employment data, rising Treasury yields, and a sharp reduction in rate cut expectations this year amid the ongoing Gulf conflict,” Pinnock told Cointelegraph.
“Bitcoin’s recent weakness has been driven more by changing rate expectations and institutional risk appetite than by crypto-specific developments,” he said.
Ether ETFs shed $173 million as smaller altcoin funds keep drawing inflows
The outflows were not limited to Bitcoin products. Spot Ether ETFs also recorded four straight weeks of redemptions, shedding $173.05 million in the week ending June 5, according to SoSoValue data.
The losses followed outflows of $241.45 million the previous week, after investors withdrew $215.99 million and $255.11 million in the two weeks before that.
Across the four weeks, Ether ETFs shed about $885.6 million.
Other altcoin ETF products showed a different pattern. HYPE ETFs recorded $16.65 million in net inflows in the week ending June 5. XRP ETFs showed a modest $2.62 mllion in inflows, while Solana ETFs posted $6.52 million in outflows during the same time period.
Magazine: Bitcoin miners are pivoting to AI, so why is the hashrate near ATHs?
Crypto World
XRPL is building what it refused. Xahau built it first
In 2023 a group of developers forked the XRP Ledger because its validators would not adopt smart contracts. Three years later the parent chain is shipping its own programmability layer, and the drafted specification names the fork’s technology as an inspiration. Here is what actually happened, what it means for XAH, and why three competing architectures now answer the same question.
Summary
- Xahau launched in 2023 as a fork of the XRP Ledger’s rippled codebase, carrying the Hooks amendment that XRPL validators never adopted, with its own token, its own validator set, and a governance system run through a genesis account hook.
- The XRP Ledger is now building programmability natively: XLS-100d Smart Escrows, using WebAssembly, sits among known amendments with a devnet live, and XLS-101 Smart Contracts is a drafted specification that cites both Hooks and the Ethereum Virtual Machine as influences.
- Xahau rejects the sidechain framing entirely, positioning itself as an independent Layer 1 that diverged in its own direction, with features the parent lacks and vice versa, and describing the borrowing as mutual.
- Three architectures now answer the same question for one ecosystem: Hooks on Xahau, Solidity through the EVM sidechain whose first year this publication audited at $25,741 in total value locked, and WebAssembly natively on the main ledger.
- The open question is what a fork is worth once the chain it left ships the capability it forked for, and XAH is the asset where that question gets priced.
Forks in crypto usually happen over money or ideology. This one happened over a feature. In 2023, after years in which the XRP Ledger’s validators declined to adopt Hooks, a lightweight smart-contract system that would let small pieces of code live on accounts and govern the transactions those accounts send and receive, the developers behind it stopped waiting. They took the ledger’s open-source rippled codebase, added Hooks, launched a network called Xahau with its own token and its own validators, and shipped the capability the parent chain would not. Ripple’s chief technology officer publicly supported the move at the time, saying he could not think of a better path forward for the technology. Three years later the parent chain is building programmability after all. XLS-100d, a WebAssembly-based Smart Escrows amendment, is among the known amendments with a devnet running, and XLS-101d, a drafted specification for general smart contracts, explicitly names both Hooks and the Ethereum Virtual Machine among its influences. This piece examines what that convergence actually means: for the ledger that spent years refusing, for the fork that stopped waiting, and for an ecosystem that now has three separate answers to the question of how a payments chain becomes programmable.
What Xahau took, and what it built
Understanding the fork requires understanding what it kept, because Xahau is not a departure from the XRP Ledger’s design so much as an addition to it.
The network preserved the core: the consensus protocol, the native decentralized exchange, and the fee-and-reserve logic that protects the ledger against spam by charging and burning fees in the native token. What it added was Hooks, small pieces of code installed on an account that impose rules on transactions before those transactions execute, enabling functions such as time locks on transfers, social-recovery arrangements for accounts, and self-custodial direct debits. The design philosophy is deliberately narrow. Hooks were never intended to replicate a general-purpose virtual machine; they are lightweight logic reacting to ledger events, executing fast enough to preserve settlement speed and cheap enough to suit a payments chain.
Two further design choices distinguish it. Xahau substituted a simpler token standard for the parent’s NFT implementation, and it built a governance system in which the genesis account itself is controlled by a hook that regulates matters including the emission of new XAH, administered through a two-tiered arrangement with up to twenty independently owned validators as participants. Governance by smart contract, on a chain whose reason for existing is smart contracts, is at least internally consistent. XAH functions as the network’s fee and reserve asset, with a balance-rewards mechanism that has no equivalent on the parent chain.
The launch was contentious in the way ecosystem splits usually are, with parts of the XRP community expressing unease at the lack of official involvement, and with the fork’s supporters arguing that validators refusing an amendment for years had left no alternative. The relevant point for today is that Xahau shipped and kept shipping, accumulating a validator set, an exchange listing history, and a working developer story around a capability the main ledger did not have.
What the parent is shipping now
The XRP Ledger’s current roadmap describes a different route to the same destination, and the specifications are public.
XLS-100d, Smart Escrows, brings WebAssembly-based conditional logic to escrow objects, allowing programmable conditions to govern the release of funds, and it appears among the ledger’s known amendments with a dedicated devnet for developers to test against.
That is a narrow, payments-native form of programmability: not a general computing environment, but escrows that can enforce arbitrary conditions written in a widely supported bytecode format. XLS-101d, Smart Contracts, is the broader specification, drafted in 2025, proposing general smart contract capability on the ledger and citing both Hooks and the EVM among the designs it draws from.
The choice of WebAssembly instead of a bespoke virtual machine is the interesting technical decision, because it imports an existing toolchain and developer base rather than asking builders to learn something proprietary. It is also, in its way, an admission: the ledger that resisted programmability for years is now adopting a mainstream execution standard, and doing so with public acknowledgment of the technology that forked away over exactly this question.
The timing places three approaches in the same ecosystem simultaneously. Hooks run on Xahau. Solidity runs on the XRPL EVM sidechain, whose first year this publication audited and found holding $25,741 in total value locked, a figure that remains the sharpest available evidence that architectural compatibility does not produce developer gravity by itself. And WebAssembly is arriving natively on the main ledger. Three answers, one ecosystem, and no consolidation in sight.
The fork refuses the frame
The narrative that writes itself, that a parent chain has absorbed the innovation its fork proved out, is one Xahau explicitly rejects, and its objection deserves fair treatment because it complicates the story usefully.
The current positioning from the Xahau side is that it is not a sidechain and never was one in any meaningful operational sense: it is an independent Layer 1, built from a fork of the XRPL codebase, that has evolved in a completely different direction with its own validators, its own governance, and its own economics. On this account the two networks occasionally adopt ideas from one another and otherwise develop separately, with features existing on each that do not exist on the other. The sidechain confusion, the argument goes, comes from early marketing history and not from present reality.
That framing is defensible on the technical facts and self-interested at the same time, which is normal for any project describing itself. Independence is real: separate consensus, separate validator set, separate token with its own monetary policy. Mutual borrowing is also real, since specifications flow in both directions among developers who largely know each other. But the asymmetry is equally real and no framing dissolves it. When the parent ledger ships general programmability, a developer choosing where to build weighs Xahau’s head start and Hooks’ elegance against the main ledger’s liquidity, its institutional relationships, its exchange support, and the ecosystem’s marketing gravity. Forks that exist to supply a missing capability face their hardest test at exactly the moment the capability stops being missing, and no amount of correct positioning about independence changes the competitive arithmetic a builder actually runs.
The threshold that decides everything
Everything in this piece depends on a governance mechanic that outsiders consistently underestimate, and the ledger’s own recent history supplies the cautionary case.
XRP Ledger amendments activate only when validators on the default list signal support at or above eighty percent, and that support must hold continuously for two weeks before the change takes effect. Fall below the line at any point in the window and the clock resets. There is no foundation that can force adoption, no core team veto, and no timetable: an amendment can sit in the known-amendments list indefinitely, gathering partial support, activating never. Hooks itself is the proof. The specification existed, the implementation worked, the technology was sound enough that the ledger’s own chief technology officer publicly endorsed the fork that shipped it, and the amendment still never reached the threshold on the main chain. Years of availability produced no activation, which is precisely why Xahau exists at all.
That history should discipline every forecast about XLS-100d and XLS-101d. A specification in the known-amendments list is a proposal that validators may or may not adopt, and a drafted specification like the general smart contracts proposal is a step earlier still. Both could activate this year; both could sit for three years; either outcome would be consistent with the ledger’s record. The ecosystem’s more recent experience cuts the same way in the opposite direction, since a maintenance amendment this summer sat near forty-eight percent support for a month before validators moved and carried it past the threshold at eighty-six percent, showing that stalled votes can turn quickly once the coalition assembles. Prediction is unwise in both directions.
The threshold also shapes the competitive dynamic between the two chains in a way neither side usually discusses. Xahau’s governance runs through a hook on its genesis account under a two-tier arrangement with up to twenty validators, which is a materially different mechanism from the parent’s eighty percent supermajority, and the fork’s ability to ship features it decides to ship is not a small advantage for a network whose entire premise is programmability. A chain that can adopt is structurally different from a chain that must persuade. Whether that speed advantage matters more than the parent’s liquidity is the actual competition, and it is a question about governance architecture more than about virtual machines.
For a reader tracking this, the practical instruction is simple: ignore roadmap announcements and watch the validator vote count, published continuously, on the specific amendments. Announcements are intentions. The count is the only thing that has ever decided what the XRP Ledger does.
What it means for XAH
The honest assessment splits into a bear case and a bull case that are both stronger than the ecosystem’s usual discourse allows.
The bear case is straightforward. XAH’s investment thesis has substantially been that Xahau is where XRPL-ecosystem smart contracts live. If XLS-100d and XLS-101d ship and function, that thesis erodes toward a narrower claim: Xahau is where a particular style of lightweight account-attached logic lives, competing against native WebAssembly contracts on a chain with vastly more liquidity, more integrations, and more attention. Fee-burn value accrual on a chain whose activity moves elsewhere is the same problem this publication has documented across the value-accrual arc, arriving in a smaller ecosystem with less cushion.
The bull case rests on three points that deserve their weight. First, shipping schedules: XLS-101d is a draft, amendments require validator adoption at an eighty percent threshold sustained over two weeks, and the ledger’s own history, including the years Hooks spent unadopted, is the strongest available evidence that XRPL amendments can stall indefinitely. Xahau’s capability exists today; the parent’s is a specification and a devnet. Second, design divergence: Hooks and WebAssembly contracts are not substitutes for every purpose, and lightweight event-triggered logic on accounts has properties a general contract environment does not. Third, and most underrated, the governance experiment: a chain whose emission and genesis account are administered by a hook under a two-tier validator arrangement is running a live test of on-chain governance that the parent has not attempted, and if that works at scale it is an independent reason for the network to exist.
The verdict this piece can honestly offer is narrower than either case: the fork’s premise has changed, and the market has not repriced it because the parent’s capability is not live yet. When XLS-100d activates, the question stops being theoretical, and XAH becomes the cleanest available measure of what a fork is worth after the reason for forking has been addressed at home.
What to watch
XLS-100d’s amendment vote. Smart Escrows crossing the eighty percent validator threshold and completing its two-week activation window is the event that converts this from a roadmap story into a live competitive fact. Watch the vote count, not the announcements.
XLS-101d’s progression. A drafted specification is a long way from an activated amendment. Whether the general smart-contract proposal moves toward candidate status within the year, or joins the long list of XRPL specifications that never reached a vote, determines the scale of the challenge to Xahau.
Developer migration signals. New deployments, tooling investment, and grant activity across the three environments are the leading indicators. The EVM sidechain’s first-year experience is the cautionary baseline: compatibility alone moved nothing.
Xahau’s differentiation response. The fork’s strongest move is to lean into what the parent will not copy, meaning its governance model, its balance rewards, and Hooks’ specific ergonomics. Whether the project pivots toward those or defends the general smart-contract ground is the strategic tell worth watching.
A closing observation about what this episode says about the ecosystem’s decision-making, since the technical story has a governance moral. The XRP Ledger’s amendment threshold is a genuine decentralization feature, the same property this publication has praised when validators declined to follow Ripple’s own signaling on other proposals, and it is also the reason a capability the ecosystem clearly wanted took six years and a fork to arrive. Both statements are true, and the tension between them is the permanent condition of any network that makes protocol change hard on purpose. Chains that can ship quickly capture opportunities and make mistakes quickly; chains that require supermajorities avoid mistakes and miss windows. Neither is a flaw to be fixed.
What the Xahau episode adds is the observation that in an open-source ecosystem, the slow chain does not actually prevent the feature from existing. It only determines where the feature lives, who benefits from it, and which token captures whatever value it generates. The developers who wanted Hooks did not wait; they left, built, and launched, and the parent chain’s caution cost it three years of programmability and handed a competitor its founding purpose. Now the parent is building the capability anyway, on its own timeline, with the fork’s work as a reference. That is either the system working exactly as designed, with experimentation happening safely outside the main ledger before the ideas mature into it, or an expensive way to arrive at a destination the ecosystem could have reached directly. Both readings have adherents, and the amendment vote will not settle which is right.
Disclaimer: This article is for information and educational purposes only and does not constitute financial or investment advice. Protocol specifications, amendment statuses, and roadmaps change, and drafted proposals may never activate. Nothing here is a recommendation to buy, sell, or hold any asset. Always do your own research. Information is accurate as of July 27, 2026.
Frequently Asked Questions
What is Xahau?
An independent Layer 1 blockchain launched in 2023 as a fork of the XRP Ledger’s open-source rippled codebase, created to implement Hooks, a lightweight smart contract system that XRPL validators had not adopted. It retains the parent’s consensus protocol, decentralized exchange, and fee-burning design while adding programmability, its own token XAH, its own validator set, and a governance system administered through a hook on the genesis account.
What are Hooks?
Small pieces of code installed on an account that impose rules on transactions the account sends or receives, executing before those transactions complete. They enable functions such as transaction time locks, social-recovery arrangements, and self-custodial direct debits. Hooks were designed for speed and low cost rather than to replicate a general-purpose virtual machine, which is the core design difference from EVM-style smart contracts.
What is the XRP Ledger building now?
Two things. XLS-100d, Smart Escrows, uses WebAssembly to allow programmable conditions on escrow releases and appears among known amendments with a devnet available. XLS-101d, Smart Contracts, is a drafted specification for general smart contract capability that cites both Hooks and the Ethereum Virtual Machine among its influences. Neither is yet activated on the main ledger.
Is XRPL copying Xahau?
Borrowing openly, in one direction, while the fork maintains that exchange runs both ways. The drafted XRPL specification names Hooks as an influence, which is a public acknowledgment. Xahau’s position is that it is an independent chain that has evolved in its own direction, with features on each network absent from the other, and that both occasionally adopt ideas from the other.
How many ways can you write smart contracts in the XRP ecosystem?
Three, currently. Hooks on Xahau, Solidity via the XRPL EVM sidechain, and WebAssembly natively on the main ledger once the relevant amendments activate. The EVM sidechain’s first year, which this publication audited at $25,741 in total value locked, is the ecosystem’s own evidence that offering an execution environment does not by itself attract developers.
What does this mean for the XAH token?
It puts pressure on the fork’s core premise. If the parent ledger ships working programmability, Xahau’s claim narrows from being the ecosystem’s smart contract chain to offering a particular style of lightweight logic against a far more liquid competitor. The counterweights are timing, since XRPL amendments require sustained eighty percent validator support and can stall for years, and genuine design differences between the two approaches.
Why did XRPL validators never adopt Hooks?
The amendment never reached the sustained supermajority the ledger’s governance requires, and no single public explanation covers it. Ripple’s chief technology officer stated at the time of the fork that he did not believe validators were voting on political grounds and that Xahau had made good decisions, describing the fork as a reasonable path forward for the technology.
What would settle the competition?
Activation and adoption, in that order. The amendment vote on Smart Escrows converts the parent’s programmability from a roadmap to a fact, and developer behavior afterward, new deployments and where tooling investment goes, decides which environment accumulates gravity. Ecosystem history suggests capability alone does not determine the outcome. This is educational analysis, not investment advice.
Crypto World
Core Scientific lands AMD AI deal as bitcoin mining operation winds down
Data center operator Core Scientific (CORZ) announced an infrastructure partnership with Advanced Micro Devices (AMD) anchored by 15-year leases for 529 megawatts of U.S. AI capacity, which the company said could generate more than $14 billion in base contracted revenue.
The capacity is expected to support AMD customer deployments beginning in 2027. The agreements give AMD, under certain conditions, the right to reserve another 1,925 MW through Dec. 28, 2028, potentially expanding the partnership to roughly 2.5 gigawatts.
AMD directly leased 377 MW across Core Scientific sites in Pecos and Hunt County, Texas, and Muskogee, Oklahoma, according to the company’s quarterly filing.
An unnamed cloud provider leased another 152 MW in Auburn, Alabama, and Dalton, Georgia, under agreements supported by AMD.
Core Scientific and AMD will collaborate on data-center design and the deployment of AMD Instinct graphics processing units, EPYC processors and ROCm software, the companies said.
AMD also received warrants to purchase up to 30 million Core Scientific shares at $23.47 per share. About 6.5 million vested when the initial leases were signed, with further warrants vesting as additional capacity is contracted.
Crypto World
XRP price drops 5% as $1.05 support breaks, more downside ahead?
XRP price fell about 5% to $1.05 on July 28 as a broader risk-off move and forced long liquidations pushed the token below a closely watched technical floor.
Summary
- XRP dropped from roughly $1.11 to $1.05, breaking support near $1.054.
- The 4-hour RSI fell to 25.93, placing XRP in oversold territory.
- Daily Chaikin Money Flow reached -0.12, showing continued net capital outflows.
- Liquidation clusters near $1.075 and $1.097 could limit an early recovery.
XRP price breaks below a double-top neckline
According to data from crypto.news, XRP (XRP) price traded at $1.049 at the time of writing after reaching an intraday low of $1.0486 on Binance. The decline extended a broader downtrend that has kept the token under pressure since May.
The 4-hour chart shows XRP forming two rounded peaks near $1.17, creating a double-top structure. Both advances lost momentum before buyers could establish support above $1.15.

A horizontal neckline near $1.054 separated the pattern from its bearish confirmation. XRP moved below that level on July 28, exposing the psychological $1 mark and the late-June lows between $1.01 and $1.03.
The breakdown followed repeated failures around $1.11 during the previous sessions. Sellers took control once XRP lost $1.08, with the decline accelerating as the price approached the double-top neckline.
Momentum indicators reflect the speed of the move. XRP’s 4-hour relative strength index fell to 25.93, below the 30 level commonly associated with oversold conditions. Its RSI moving average remained much higher at 41.94, showing how rapidly short-term momentum weakened.
Oversold readings can support a temporary rebound, but they do not confirm that a bottom has formed. XRP would first need to recover the broken $1.054 level and then establish a higher low.
Liquidations accelerate XRP’s decline
CoinGlass’ 24-hour liquidation heatmap shows XRP falling from around $1.105 to $1.05 as the market moved through several leveraged trading zones.

The initial decline cleared liquidity around $1.095 and $1.08. Once those levels failed, the price moved quickly toward $1.06 as leveraged long positions faced liquidation and stop-loss orders were triggered.
XRP now trades near another visible liquidity concentration between $1.043 and $1.05. That cluster could temporarily slow the decline, although a clean move through it would leave less visible support before $1.02.
Most of the larger outstanding liquidity pools are above the current price. The heatmap shows concentrations near $1.062, $1.075 and $1.097, with the largest nearby band sitting just below $1.10.
These levels could act as price magnets during a rebound because traders may target areas where short positions are vulnerable. However, they could also become resistance if holders use a recovery to reduce exposure.
The supplied market brief attributed part of the selling pressure to more than 150 million XRP moving from private wallets to centralized exchanges over 48 hours. Without named transaction records or wallet labels, those transfers should be treated as a reported catalyst rather than confirmed evidence that all the tokens were sold.
XRP indicators point to sustained selling pressure
XRP’s daily chart shows the price closing below the lower Bollinger Band, which stood near $1.0538. A close outside the band reflects unusually strong downside momentum, although it also increases the possibility of a short-term mean-reversion move.

The Bollinger Band midpoint is near $1.0981, closely matching the strongest nearby liquidity cluster on the heatmap. A recovery above that level would return XRP to its recent trading range and weaken the immediate bearish setup.
The upper band sits much higher at $1.1423. XRP would need to reclaim that area before the daily structure begins to shift away from the pattern of lower highs that has developed since May.
Chaikin Money Flow stood at -0.12 on the daily chart. A negative reading indicates that selling pressure has outweighed accumulation during the indicator’s 20-day window.
The 4-hour moving average convergence divergence indicator also remains bearish. The MACD line has dropped to -0.0125, below its -0.0072 signal line, while the histogram stands at -0.0052.
Immediate support sits between $1.043 and $1.05. Below that range, traders may watch $1.02 and $1.00. Resistance is located near $1.054, $1.075, and $1.098, followed by the previous rejection zone around $1.11.
Global selloff adds pressure ahead of the Fed
XRP’s decline coincided with a sharp retreat across Asian technology stocks. South Korea’s Kospi closed 10.84% lower after losses in Samsung Electronics and SK Hynix drove its steepest fall in five months.
That selloff spread through other Asian markets and increased demand for lower-risk positions ahead of the Federal Reserve’s July 28–29 meeting. Higher market volatility can weigh on altcoins because traders often reduce their most speculative holdings first.
Crypto sentiment also faced a US policy setback. Senate leaders temporarily pushed aside the Digital Asset Market Clarity Act while prioritizing federal nominations and a Russia sanctions bill, reducing the time available before the August recess, according to CoinDesk.
Meanwhile, wallets associated with BlackRock’s exchange-traded funds transferred about $271 million in Bitcoin and Ethereum to Coinbase Prime. Such movements can accompany ETF creation and redemption activity, meaning they do not by themselves prove that BlackRock conducted a discretionary market sale.
For US XRP holders, the Federal Reserve meeting and the Senate’s remaining legislative schedule are the main near-term external catalysts. Technically, holding the $1.043–$1.05 zone could produce an oversold bounce, while a daily close below it would increase the risk of a move toward $1.
Disclosure: This article does not represent investment advice. The content and materials featured on this page are for educational purposes only.
Crypto World
Hoskinson Admits the Strategy Needs to Change as ADA Token Clings to Life
In the latest Cardano News, ADA is trading at $0.1566, down 1.57% in the last 24 hours, and sits roughly 95% below its September 2021 all-time high of $3.09. The founder is still publicly talking about the best days ahead. That gap between narrative and price action is exactly the kind of tension worth unpacking. What the chart says and what Hoskinson is promising are two entirely different conversations.
During a surprise X AMA on July 27, Charles Hoskinson addressed ADA’s prolonged underperformance head-on, saying: “I still do believe our best days are ahead of us… We just have to change the approach, and we just have to change the strategy.”
The admission that something needs to change, framed around governance demons and strategic recalibration, is notable for its candor, even if it stops short of specifics.
ADA has shed -53% this year alone, compounded by the cancellation of the 2026 Cardano Summit and ongoing governance disputes that have visibly rattled builder confidence. Hoskinson’s own social media step-back and return only underscored the community friction.
The macro backdrop isn’t helping. Altcoins broadly remain in risk-off territory, and ADA’s technical structure offers little near-term comfort, which makes the current setup worth examining closely before any catalyst thesis gets priced in.
Discover: The Best Crypto to Diversify Your Portfolio
Cardano News: Can Cardano Price Reclaim $0.25 Before the Van Rossem Hard Fork?
ADA is trading at $0.1566, below its 50- and 200-day simple moving averages, which are both sloping downward. This is not consolidation. It is a sustained downtrend by the textbook definition.
Support sits in the $0.14 to $0.15 band. A breakdown there could open the door to a move toward $0.10 to $0.13, levels not seen in years. Near-term resistance sits at $0.20 to $0.25, and a decisive close above $0.25 would be the first credible signal of a structural trend shift.

The van Rossem hard fork landing cleanly alongside constructive ETF sentiment and ADA clearing $0.25 targets a $0.18 to $0.30 range.
A sideways grind in the $0.15 to $0.20 band through Q3, with Leios’ progress and governance resolution providing modest support, is the base case, with CoinCodex projecting a near-term range of $0.168 to $0.194. A weekly close below $0.14 removes the support floor and puts $0.10 in play, at which point any upgrade catalyst would need to work against a deeply negative sentiment backdrop.
Hoskinson’s governance overhaul targeting 600 million ADA in backlogged treasury requests is a real structural move, not optics. The market wants a reason to buy ADA. It just has not been given one yet. Whether it prices in the governance catalyst ahead of execution is the question that defines the next leg.
Trade Ripple XRP on Bybit and Get a Chance to Win Our $1,000 USDT Airdrop
LiquidChain Targets Early Mover Upside as Cardano Tests Key Levels
ADA holding above $0.15 keeps the bull case alive on paper, but a 95%-below-ATH large-cap with declining moving averages is not where asymmetric upside lives.
The math on recovering those levels, even a return to $1.00, demands a multiple from here that gets harder to justify as competing L1s compound their developer ecosystems. Broader altcoin market dynamics suggest capital is rotating toward infrastructure plays that address cross-chain fragmentation, rather than rehashing single-chain governance debates.

That’s the specific problem LiquidChain (LIQUID) is built to address. The project functions as a Layer 3 infrastructure layer that fuses Bitcoin, Ethereum, and Solana liquidity into a single execution environment, with no bridging and no fragmented state.
Developers deploy once and access all three ecosystems through a Unified Liquidity Layer with Verifiable Settlement and Single-Step Execution.
The presale has raised $920,002.48 at a current price of $0.01484 per $LIQUID. The project’s traction in the current macro environment reflects genuine builder demand for cross-chain execution infrastructure rather than speculative narrative alone. Presale tokens carry standard early-stage risks — liquidity, execution, and timeline — and should be sized accordingly.
Research LiquidChain before the current round closes.
The post Hoskinson Admits the Strategy Needs to Change as ADA Token Clings to Life appeared first on Cryptonews.
Crypto World
CZ Supports ASEAN Crypto License Passporting to Expand Access
Binance co-founder Changpeng “CZ” Zhao has endorsed a proposal for “license passporting” across ASEAN, arguing that crypto firms already authorized in one country should not have to restart the licensing process from scratch when expanding to neighboring markets.
Zhao made the remarks during a fireside chat at the ASEAN Tech Summit Manila 2026 on Tuesday, backing an idea raised by Lito Villanueva, founding chair of FinTech Alliance PH. The core concept is a simplified approval pathway—while still allowing regulators to assess applicants—so that cross-border operations can be reviewed without duplicating every step of initial authorization.
Key takeaways
- Zhao argues ASEAN could enable crypto license portability, reducing the need for firms to reapply from scratch in each member state.
- The proposal is framed as “simplified authorization” rather than full deregulation: regulators would still retain review power.
- ASEAN already uses cross-border frameworks in other financial areas, offering precedents for streamlined regional processes.
- Analogies to the EU’s crypto passporting approach suggest a path forward, but ASEAN’s policy fragmentation could slow standardization.
Why passporting matters for ASEAN crypto and stablecoins
ASEAN member states regulate digital assets through separate national regimes, which can create multiple parallel compliance pathways for companies attempting regional expansion. Zhao’s argument centers on how that fragmentation affects both operational costs and competitive dynamics.
A regional licensing framework, proponents say, could lower compliance expenses and make it easier for crypto and stablecoin services to operate across borders. Zhao also linked passporting to consumer outcomes, suggesting that expanding the set of platforms able to compete through lighter processes could reduce costs and improve service quality.
He characterized the biggest obstacle as political rather than technical, adding that the underlying “technology” of coordinating authorization should not be the deciding factor. For investors and market participants, the practical implication is that clearer and less duplicative regulatory pathways could support more consistent regional market access—potentially affecting liquidity, product availability, and the speed at which regulated offerings scale.
ASEAN’s existing playbook: streamlined approvals in other sectors
While ASEAN does not currently operate a bloc-wide “passport” specifically for crypto firms, regional regulators have created mechanisms that resemble elements of mutual recognition and simplified cross-border authorization in capital markets.
According to the ASEAN Capital Markets Forum (ACMF), the ASEAN Capital Markets Forum’s Collective Investment Schemes Framework allows a fund authorized in its home jurisdiction to be offered in participating host jurisdictions through a streamlined authorization process. The framework was first operationalized in Malaysia, Singapore and Thailand in 2014, and the Philippines joined in 2021, based on an ACMF news release stating that ASEAN capital markets connectivity would be enhanced with the Philippines’ entry into the scheme.
The ACMF has also introduced the ACMF Pass under its Professional Mobility Framework. The program enables eligible investment advisers licensed in one participating jurisdiction to receive fast-track registration to provide advisory services in another, without obtaining a new license.
These frameworks are narrower than the “passporting” approach Villanueva and Zhao discussed for crypto firms. They do not eliminate host-market requirements, and the review still ultimately depends on what host jurisdictions require. Still, they show that ASEAN regulators have already experimented with regional integration tools that reduce redundancy and speed up cross-border market entry—an important reference point for any push toward license portability in digital assets.
Notably, these regional arrangements also help explain how a passporting model might be structured to satisfy regulators: authorization can be streamlined through predefined criteria and processes, while host markets maintain the ability to enforce local rules.
What the EU’s crypto-asset passporting shows—and what ASEAN may differ on
Zhao’s comments also echo a familiar global comparator: the European Union’s approach under the Markets in Crypto-Assets Regulation (MiCA). In the EU, an authorized crypto-asset service provider can use passporting rights to provide services across member states after notifying its home regulator of the countries and the specific services involved, according to prior reporting that discussed early tests as national regulators pushed back against passporting.
However, Zhao highlighted a key constraint: differences in national policy priorities and regulatory approaches can make alignment harder in ASEAN than in the EU. That said, his stance remains that a firm already licensed in one ASEAN market should face a lighter process when entering another—suggesting that “full harmonization” may not be required for progress, even if perfect uniformity is still unlikely.
For readers evaluating the potential impact, the most important takeaway is the distinction between two extremes. On one end is a fully unified bloc-wide regime; on the other is complete duplication of licensing in every jurisdiction. Passporting, as described here, aims to live in the middle—preserving regulatory oversight while cutting down repetitive administrative work.
Next steps: what investors and builders should watch
Whether ASEAN moves toward license portability for crypto will depend on how regulators balance political coordination with market needs for clarity and scale. The immediate signal to monitor is whether proposals like this shift from concept to an actionable framework—particularly around what would be required for streamlined cross-border authorization, how host jurisdictions would apply conditions, and where regulators draw the line between portability and re-licensing.
Crypto World
Apple left fake bitcoin wallet on App Store after $875,000 theft report, lawsuit says
In the current suit, James Ramirez, claims he downloaded the app on July 25, 2025 and had 7.4 BTC “transferred to a scammer.” He reported the app and theft to Apple that day, according to the filing. Christopher Ellis allegedly lost about $840,000 after installing the app on Aug. 3.
Jalen Delgado, who had downloaded the app around May 1, 2025, lost 1.05 BTC, then worth roughly $120,000 after relying on “Apple’s representations that its App Store was safe and the apps hosted in the Apple App Store had been vetted by experts,” according to the filing.
Ramirez and Ellis said Apple never responded to their reports.
The official Sparrow Wallet is a desktop-only application available for Windows, macOS and Linux. It does not offer an iOS version.
The lawsuit alleges Apple ranked the fraudulent application and included it in curated cryptocurrency app collections alongside legitimate products. It also points to Sparrow developer Craig Raw warning in January 2024 that an impersonator remained available despite being reported to Apple weeks earlier.
The case seeks reimbursement of the alleged stolen assets, compensatory and punitive damages and potentially multiplied damages. The plaintiffs also want Apple to disclose the limitations of its review process, strengthen its controls and warn users that an App Store listing does not establish that a cryptocurrency application is authentic.
Crypto World
Apple Sued Over Alleged Bitcoin Wallet Scam Scheme
Apple is being sued by three iPhone and App Store users who allege they suffered combined losses of about $1.8 million after installing a fake Bitcoin wallet application that prompted them to enter their seed phrases. The complaint was filed on Friday in the US District Court for the Northern District of California, according to a copy of the filing reviewed by MacRumors.
The suit argues Apple did not do enough to screen and supervise apps distributed through the App Store, even as the company promotes it as a trusted marketplace. The plaintiffs say the fraudulent app enabled scammers to transfer their Bitcoin after they shared sensitive recovery information.
Key takeaways
- Three plaintiffs allege they lost a combined about $1.8 million after installing a counterfeit Bitcoin wallet app from Apple’s App Store.
- The complaint says users entered seed phrases into the malicious app, allowing scammers to move their Bitcoin.
- Losses reported in the filing include roughly $875,000, $840,000, and $120,000 during 2025.
- Apple says it has removed impersonating apps and terminated related developer accounts, and points users and developers to report guideline-violating software.
- The original wallet developer has previously criticized Apple over fake app versions appearing in the App Store, and the legitimate wallet does not offer an official iOS app.
Allegations in the Northern District of California lawsuit
The lawsuit names three customers: James Ramirez, Christopher Ellis, and Jalen Delgado. Their complaint, filed Friday, claims Apple failed to adequately review and monitor applications available through the App Store despite presenting the platform as a controlled, trustworthy distribution channel, as described in the filing copy obtained by MacRumors.
The plaintiffs allege that they downloaded what they believed was a Bitcoin wallet app but was actually a fraudulent copy. After installing the app, they entered their seed phrases—the recovery words that can be used to access cryptocurrency wallets. The complaint says those phrases were then used by scammers to transfer the victims’ Bitcoin holdings.
According to the complaint, the losses occurred during 2025. Ramirez reported losses of about $875,000, Ellis reported about $840,000, and Delgado reported approximately $120,000.
The impersonated wallet and the “no official iOS app” issue
The counterfeit app impersonates Sparrow Wallet. MacRumors reports that Sparrow Wallet is available on Windows, macOS, and Linux, and that developer Craig Raw has said the wallet has no official iOS app.
That detail may be significant for investors, users, and app platform observers because it underscores an apparent mismatch: if there is no legitimate iOS release, a purported iOS wallet carrying the same branding would be inherently suspicious. MacRumors further notes that Raw has previously criticized Apple after fake versions of the app appeared on the App Store.
For users, this kind of incident highlights the risk of wallet-related apps that ask for seed phrases. In practice, seed phrases are effectively full-access credentials. Any wallet prompt requesting them should raise serious red flags, especially when the app’s legitimacy is unclear.
Apple’s response: app removals and account terminations
Apple told MacRumors that it has taken action against the fraudulent listings. The company said it removed apps impersonating Sparrow Wallet and terminated developer accounts tied to those apps.
Apple also pointed to its reporting mechanisms, saying developers and users can report applications that violate App Store guidelines. Apple further said it takes action against apps that do not comply with its rules.
The lawsuit, however, centers on whether those controls were sufficient—particularly given the alleged scale of the losses and the claim that users were able to access a counterfeit app that appears designed to capture seed phrases.
Why the case matters for crypto users and the broader app ecosystem
This dispute touches a fault line that has repeatedly surfaced in crypto-enabled fraud: many losses involve not only a malicious actor, but also the ecosystem that allowed the harmful app to reach victims in the first place. For crypto users, the case serves as a reminder that downloading wallet software from mainstream app stores is not, by itself, a guarantee of safety—especially when the app’s behavior suggests it may be collecting recovery credentials.
From an enforcement and platform-governance perspective, the lawsuit may also shape how regulators, courts, and consumers evaluate “reasonable” screening and monitoring for high-risk financial and credential-handling applications. The plaintiffs are alleging a failure of oversight despite Apple’s positioning of the App Store as a trusted marketplace, which is likely to be a focal point in legal arguments about responsibility and foreseeability.
Even if Apple removes impersonating apps quickly after being informed, victims may already have been compromised. That timing gap—between a fraudulent app becoming available and enforcement actions landing—can be critical in the types of scams described in the filing.
There is also an information asymmetry for users: people may assume that brand names like “wallet” and familiar project titles imply legitimacy. The “no official iOS app” detail reported by MacRumors, combined with Raw’s past criticism about fake listings, suggests that legitimacy signals (such as official release availability and publisher identity) can be decisive for avoiding impersonation.
What happens next will likely depend on how the court assesses the adequacy of Apple’s app review and monitoring processes, and how it evaluates whether the harm was caused by app distribution decisions versus individual user behavior (such as entering seed phrases into a fraudulent interface).
In the meantime, readers should watch for any further procedural developments in the case and for Apple’s continued actions on impersonating crypto apps—especially wallet applications that request seed phrases or recovery credentials. The unanswered question is not only whether enforcement occurred, but whether it came fast enough to prevent the kinds of losses alleged in this filing.
Crypto World
Canton’s Decentralized App Layer Launches, Backed by $1M+ Foundation Grant
[PRESS RELEASE – New York, United States, July 28th, 2026]
BitSafe has released infrastructure for builders launching decentralized financial applications on Canton Network.
Backed by a Canton Foundation Development Fund grant of over $1 million (8,500,000 $CC), BitSafe today opened the public beta of Decentralization Manager, an open-source framework allowing apps and institutions to build resilient products that distribute control across multiple independent operators.
Canton Network has become critical infrastructure for institutions bringing real capital and operations on-chain. Meeting institutional application standards requires audit trails and distributed trust, but until now every team building on Canton has had to build threshold custody, governance, and audit infrastructure from scratch. Decentralization Manager makes those reusable, so teams build the application, not the infrastructure.
Independently audited by Quantstamp, Decentralization Manager marks an exciting expansion of on-chain use cases and allows institutions to continue leveraging the network’s privacy-native architecture while mitigating risk by distributing their operations.
Decentralization Manager ships with pre-built frameworks for token issuance and custody and enables additional products such as:
- Token issuance: Issuers can launch and govern Canton-native tokens, ranging from wrapped cryptoassets to stablecoins and RWAs.
- Custody and multi-signature wallets: Teams can hold and transfer assets under shared, multi-party control, removing reliance on any single custodian.
- Tokenized real-world assets and securities: Builders can bring real-world assets on-chain and govern them under distributed control.
- DEXs, lending, and structured products: Institutions can launch institutional-grade financial applications with Decentralization Manager.
Contact us to start launching decentralized applications and assets.
CBTC, the first non-native asset on Canton, is the first live use case of Decentralization Manager. With over 10 million transactions to date, node operators powering CBTC already earn a share of Canton fees from on-chain transactions. Decentralization Manager now extends that opportunity across the network. Application builders get an easier path to high-quality node operators who can support their products, and those operators earn the same share of Canton fees in return.
“The future of institutional blockchain depends on making sophisticated infrastructure easier to build and adopt,” said Viv Diwakar, Head of the Canton Foundation. “By open-sourcing Decentralization Manager, BitSafe is giving developers the tools to create resilient, privacy-preserving applications that distribute trust across independent operators without compromising the governance and control institutions require. Contributions like this strengthen the Canton ecosystem and help accelerate the growth of institutional digital assets and tokenized financial markets. We’re pleased to see BitSafe making this capability available to the wider community and look forward to seeing the next generation of institutional applications built on Canton.”
As of today, Palladium Labs is the first builder announced using Decentralization Manager to enable multi-party authorization for protocol operations. “Distributed trust and full auditability are table stakes for institutional-grade credit infrastructure like Alpend,” said Akshay Sinha, Cofounder & CTO of Palladium Labs. “Decentralization Manager makes that a framework the entire Canton ecosystem can build on. Adopting it was one of the easier decisions we’ve made.”
In addition to Palladium, CBTC Attestors Nethermind, DSRV, and Finoa Consensus Services have already implemented Decentralization Manager. Their institutional participation affirms a collective effort across Canton to embrace decentralized technology that prioritizes data privacy, operational control, and resilience.
The public beta is open now on the Canton Foundation’s GitHub, with an additional grant application underway. Builders who need operators to complete their Decentralized Party can reach out to BitSafe to be matched with vetted, institutional-grade node operators. Institutions looking to issue and govern Canton-native tokens can engage BitSafe’s Decentralization Services for custom tokenization engagements.
Additional quotes from ecosystem partners:
“The CBTC Decentralized Party has shown how far Canton has come, and the public beta opening of Decentralization Manager is a big step for the whole ecosystem. Onboarding was remarkably smooth for our team – contract deployment was essentially one click. For any app still running on a single validator, this is the easiest path we’ve seen to move beyond a single point of failure.” – Joonkyo Kim, CTO, DSRV
”As one of the attestors securing CBTC, we’ve operated inside BitSafe’s decentralized signing architecture from an early stage, so we’ve seen firsthand what it takes to distribute trust across independent operators in production. Onboarding into Decentralization Manager was refreshingly straightforward, the admin tooling is intuitive and whenever we hit an issue the BitSafe team resolved it quickly and communicated the whole way through.
Institutions bringing real assets onto Canton increasingly expect exactly this: no single point of control with the audit trails and operational resilience their risk teams demand. Making that kind of infrastructure open and repeatable is a meaningful step for the ecosystem.” – Mateusz Jędrzejewski, CIO, Nethermind
“BitSafe’s Decentralization Manager turns the infrastructure we already run into a setup with no single point of failure, the kind institutions expect from Canton. We’re glad to extend our partnership with BitSafe and look forward to building more together as new applications join the network.” – Daniel Schrader, Managing Director, Finoa Consensus Services
About BitSafe
BitSafe builds decentralized, privacy-enabled digital asset infrastructure on the Canton Network. As the team that brought Bitcoin to Canton ($CBTC), BitSafe’s threshold-governed multi-sig infrastructure distributes custody and governance, eliminates single points of failure, and enables institutions and developers to launch trading venues and build compliant financial products and assets across the ecosystem.
The post Canton’s Decentralized App Layer Launches, Backed by $1M+ Foundation Grant appeared first on CryptoPotato.
Crypto World
Robinhood Leads Tokenized Stocks by Holders but Not by Money
Robinhood now leads every tokenized stock platform by holder count, four weeks after launching its own blockchain.
Nonetheless, meme coins, not equities, still dominate the Robinhood Chain. Pons (PONS) has overtaken Cash Cat (CASHCAT) as the network’s largest token by market cap.
Robinhood Wins the Holders and Trails on Value
Tokenized equity holders crossed 752,000 in late July, up 92% over 30 days, according to DWF Labs. Robinhood drove most of that growth.
Follow us on X to get the latest news as it happens
The platform reached 328,000 holders after launching on July 1, giving it a 44% share. However, the ranking does not hold when it comes to value. Its tokenized stock value sits at $44 million.
By comparison, Ondo holds $857 million and xStocks $487 million. The gap widens per holder. Robinhood averages $134, while Securitize averages $4.9 million across just 50 holders. That spread reflects who each platform actually serves.
“There’s a clear split in holder base across issuers. Securitize and Figure lean institutional. Robinhood towards retail. xStocks and Ondo have a mix of both through strategic integrations and partnerships,” DWF Labs stated.
Meme Coins Still Dominate Robinhood Chain Activity
Tokenized stocks are winning holders, while meme coins are winning value. PONS leads the network with a $44.68 million market cap and $11.4 million in 24-hour volume, according to Dune data.
CASHCAT follows at $39.90 million. The token topped $200 million on July 11, when it ranked as the largest asset on the chain.
TENDIES sits third at $11.17 million. The 10 largest tokens hold roughly $123 million in combined value, nearly triple the total value of tokenized stocks.
Subscribe to our YouTube channel to watch leaders and journalists provide expert insights
The post Robinhood Leads Tokenized Stocks by Holders but Not by Money appeared first on BeInCrypto.
Crypto World
Bitcoin’s recent stability hasn’t been enough to spark a broader altcoin rally
While bitcoin and ether (ETH) are under pressure, their prices remain above their respective 50-day averages, a bullish sign. The broader market isn’t so lucky.
The 50-day simple moving average (SMA) is widely tracked as a near-term trend gauge. Price breaks above that level are taken as a sign that bullish momentum is building. Right now, only 29 of the top 100 coins, including the two largest, are trading above their respective 50-day averages. So the breadth remains decisively bearish.
It looks even worse when compared with the Nasdaq 100 breadth. As of Monday, 47 stocks from the index traded above their 50-day SMAs.
This shows that the stability seen since the BTC selloff stalled below $58,000 on June 1 has yet to spill over into the wider crypto market. But there is hope. Ether, the bellwether of altcoins, has recently outperformed bitcoin, raising hopes that soon other coins could catch a strong bid.
A lot depends on the Fed’s interest-rate decision due Wednesday and the cues (if any, given Chair Kevin Warsh’s reticence to provide forward guidance) about the interest-rate trajectory.
-
Fashion4 days agoWeekend Open Thread: Brooks Brothers
-
NewsBeat7 days agoHow a former Blue Peter presenter stunned America’s Got Talent judges
-
Tech2 days agoIntel is reversing course and bringing hyper-threading back to its server chips
-
Business6 days agoNew Jersey voter registration controversy explained: How 6,600 noncitizens got on the rolls, and what happens next
-
Entertainment7 days agoJohnny Depp’s R-Rated Gothic Cult Classic Gets New Release Ahead of Sydney Sweeney Remake
-
Crypto World6 days agoEthics, other provisions in crypto Clarity Act to be further discussed
-
Politics1 day agoLuke Littler dismantles Gerwyn Price to retain title in Blackpool
-
Sports2 days agoCommonwealth Games boxing: Jadumani Singh seals dominant 5-0 win over Pakistan’s Sumama Rehman to enter quarter-finals | Commonwealth Games News
-
Sports4 days ago2026 3M Open leaderboard: Scottie Scheffler finds putter in Round 1, sits three back
-
Fashion4 days ago16 Dresses for the High Summer Event
-
News Videos5 days agoThe Peugeot Family: How 200 Years of an “Old Money” Dynasty Died in A Boardroom
-
Politics4 hours agoThe Part of the Electric Transition Nobody Wants to Discuss
-
Politics2 days agoSpain sweeps the board at 2026 World Cup with individual awards
-
News Videos2 days agoBITCOIN JUST ENTERED THIS CRITICAL ZONE…
-
Entertainment4 days agoA New Post-Apocalyptic Gundam Anime Series Blasts Into SDCC
-
Crypto World2 days agoXRP Ledger adds $2.6B as RWA inflows rank second
-
Crypto World3 days agoRipple bought a bank in pieces. The $4 billion audit
-
Tech3 days agoAnthropic launches Claude Opus 5, a cheaper AI model for coding, agents and enterprise workflows
-
Crypto World5 days agoUniswap (UNI) pushes deeper into tokenized RWAs with permissioned trading pools
-
Entertainment2 days agoSara Gilson Killed By Husband After Viral “Pedophile” TikTok Video

You must be logged in to post a comment Login