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

Japan Stocks Shrug Off Yen Shock, But Kioxia Signals More Pain Ahead

Published

on

The response from the Nikkei has been muted.

Japan’s Nikkei 225 barely budged Tuesday despite a historic joint US-Japan intervention to prop up the yen. But Kioxia Holdings’ earnings miss suggests the real pain has not landed yet.

Tokyo and Washington intervened to halt months of yen weakness, and Kioxia posted disappointing guidance days later. Markets have absorbed both events calmly so far, but the underlying risks, a possible BOJ rate hike and a currency still primed to strengthen, remain unresolved.

A Muted Reaction So Far

The Nikkei 225 slipped slightly, 0.6% to around 63,300 on Tuesday. That extended Monday’s 1.4% drop.

Both moves look mild next to the selloff traders feared. Tokyo and Washington had just confirmed their first coordinated yen-buying operation in decades.

Advertisement
The response from the Nikkei has been muted.
The response from the Nikkei has been muted. Image Source: Trading View

Kioxia Holdings actually rose slightly on Tuesday. But others in Japan, like SoftBank Group and Advantest, declined as chip stocks led the pullback.

The move follows Kioxia’s 65% plunge from June highs. That slide had already fueled speculation over shareholder payouts before Friday’s earnings.

The yen has settled near 155 to 157 per dollar. It gained as much as 3.8% over two sessions last week, when Finance Minister Satsuki Katayama and Treasury Secretary Scott Bessent confirmed the joint action.

Why Kioxia Still Faces Pressure

Kioxia’s fiscal first-half operating income guidance missed analyst estimates on July 31. The company announced a three-for-one stock split and a share buyback the same day, but neither measure addressed the earnings shortfall itself.

A stronger yen deepens that problem. Kioxia is an export-heavy memory chipmaker, so it loses value on overseas sales whenever the currency strengthens. That adds currency drag to an outlook it already cut.

Advertisement
Kioxia has had a boom-to-bust run in the past six months. Image Source: Trading View

The timing makes things worse. Global memory chip prices are still swinging, and the wider AI chip trade has wobbled all through July. Korean rivals SK Hynix and Samsung Electronics posted their own sharp moves during that stretch.

The bigger risk sits with the Bank of Japan. The central bank held rates at 1% last week but left the door open to a hike. Bessent has repeatedly pushed Governor Kazuo Ueda toward tightening further.

The BOJ’s next policy meeting in September is the trigger point traders are watching. A hike would widen room for further yen strength. Officials have also signaled they will intervene again if the currency slides back toward its recent lows.

That combination puts Kioxia in a tough spot. It already missed its own guidance, and the currency it depends on looks primed to keep rising.

Whether Kioxia’s slide deepens may depend less on its own numbers. It may hinge more on what the BOJ decides in six weeks.

Advertisement

The post Japan Stocks Shrug Off Yen Shock, But Kioxia Signals More Pain Ahead appeared first on BeInCrypto.

Source link

Continue Reading

Crypto World

Mastercard completes $1.8B BVNK acquisition in stablecoin push

Published

on

Mastercard completes $1.8B BVNK acquisition in stablecoin push

Mastercard completes $1.8B BVNK acquisition in stablecoin push

Mastercard said the tie-up would help banks, fintechs and enterprises expand stablecoin payments, payouts, settlement and treasury services.

Source link

Continue Reading

Crypto World

OnlyFans Romance Scam Drains $3.3M

Published

on

Crypto Breaking News

Romance scams remain a persistent threat in Asia, with Hong Kong police reporting a concentrated spike in cases tied to fake “crypto investment” schemes. Between July 24 and July 30, authorities logged 25 romance-linked fraud reports, totaling about $9 million in losses, according to the Hong Kong Police Force.

In one reported case, an insurance agent lost $3.3 million after being persuaded by a fabricated online boyfriend to invest through a fraudulent crypto application—an approach scammers have increasingly used to mimic legitimate trading platforms while manufacturing returns on screen.

Key takeaways

  • Hong Kong recorded 25 romance-linked fraud cases in a single week (July 24–July 30), with combined losses near $9 million.
  • Scam operators build long relationships via dating and messaging apps, then push victims toward a fake crypto trading app showing false profits.
  • Hong Kong’s HashKey Exchange said JPMorgan Chase approved its move to open a client money account.
  • Malaysia withdrew support for Malaysia Blockchain Week after controversy over an after-party tied to an influencer with adult-content history.
  • Several regulatory and industry shifts across Asia—stablecoin rulemaking in South Korea and Bitget exiting Japan—signal continued policy tightening alongside operational changes.

Hong Kong’s romance scams: from chat rooms to fake trading apps

Hong Kong police say scammers often initiate contact through dating platforms or messaging apps, then spend weeks or months developing trust. Only after victims become emotionally invested do criminals introduce the idea of cryptocurrency investing.

Fraudsters then direct victims to a website designed to resemble a genuine trading application. The platform typically displays rising balances and “profits” to encourage additional deposits. The fraud usually becomes clear only when victims attempt to withdraw funds and find that transfers are blocked or accounts cannot be accessed.

Police reported that, in the case involving an insurance agent, the scam escalated to $3.3 million—demonstrating how quickly these schemes can move from initial persuasion to large-value transfers. The broader week-long total of $9 million suggests the pattern is not isolated, but part of an active criminal campaign.

Advertisement

Regional compliance signals: HashKey gets JPMorgan client money approval

While Hong Kong grappled with scam activity, the city also saw a separate development that touches on institutional readiness: HashKey Exchange said it received approval from JPMorgan Chase to establish a client money account, per statements from the company’s parent group.

HashKey framed the approval as a step forward in enabling client money handling within its regulated operating framework. For investors and counterparties, client money arrangements are often a practical building block for institutional confidence—especially for firms dealing with custody-like responsibilities and segregation expectations.

That said, the scam reports underscore a different reality for retail users: even where regulated exchanges expand capabilities, criminals can still exploit individual naivety through counterfeit apps and social-engineering tactics.

Malaysia Blockchain Week support pulled over OnlyFans-linked after-party backlash

Malaysia’s crypto sector faced reputational and administrative pressure after the government withdrew support for Malaysia Blockchain Week. Organizers said the decision followed controversy related to an after-party featuring an influencer previously known for adult content.

Advertisement

Earlier coverage noted that Malaysia Blockchain Week was linked to promotional materials circulating online, after which event organizers apologized to the Ministry of Digital and the Malaysia Digital Economy Corporation. Organizers then reportedly canceled the performance and removed references to the event from its website.

The episode highlights a recurring tension for blockchain conferences: while policy conversations often focus on regulation and technology, broader public scrutiny and political optics can still shape whether governments are willing to publicly back industry gatherings.

China: warning over Bitcoin extortion scams using publication name

In China, a state-affiliated outlet—reported as China Business Journal—warned that fraudsters were impersonating the publication to extort companies. According to the newspaper, scammers demanded Bitcoin payments while claiming they had uncovered damaging information through “undercover investigations.”

The warning described use of a Proton Mail address for contacting businesses, along with threats to publish alleged material unless companies paid in Bitcoin. This is another example of how crypto payments are increasingly used as a tool in non-crypto-specific crimes: the asset acts as the settlement mechanism for intimidation rather than part of a legitimate investment process.

Advertisement

The same broader period included other reported crypto-related developments, including police academy research claiming an AI system capable of detecting illegal crypto transactions with nearly 90% accuracy, and arrests tied to crypto money laundering connected to telecom fraud.

South Korea moving toward stablecoin regulation as tax debate continues

South Korea’s policy roadmap remains under construction, with a reported plan by the Financial Services Commission to draft a consolidated Digital Asset Basic Act alongside the ruling Democratic Party. The reported draft scope includes stablecoin issuance and circulation, digital asset business rules, exchange entry requirements, disclosures, internal controls, and standards for system resilience.

At the moment, South Korea’s Parliament is considering multiple separate bills related to digital assets and stablecoins. Disagreements have reportedly prevented the country from finalizing elements of the next-stage crypto legislation.

Separately, the opposition’s effort to repeal planned crypto taxes has moved to a committee. The government has said the changes would take effect on January 1, 2027, even though adjustments had been postponed on three prior occasions.

Advertisement

For market participants, the key practical takeaway is that stablecoin policy may be consolidated—but the timing and political hurdles remain uncertain. Traders and issuers should watch for how lawmakers reconcile competing approaches between regulation needs and tax policy, especially as monthly stablecoin flows have reportedly continued to move offshore.

Singapore and Japan: restructuring pressures and account exit timelines

Singapore-based prime brokerage FalconX has reportedly cut capacity amid a prolonged crypto market slump. Bloomberg reported that FalconX laid off about 10% of its global workforce while preparing for a longer downturn, including a strategic shift in Singapore toward crypto derivatives trading.

The report also said FalconX planned to withdraw its license application with the Monetary Authority of Singapore, while maintaining a broader Asian footprint and expanding its European business. The company’s reported headcount prior to layoffs—approximately 350 across the United States, the United Kingdom, Singapore, and Hong Kong—signals how consequential these decisions can be for regional market infrastructure.

In Japan, Bitget announced it would stop providing services to residents of the country and begin account restrictions on November 1. The exchange said it stopped accepting new registrations from Japan residents, and that any positions still open by December 31 would be forcibly closed.

Advertisement

For Japanese users, such forced-closure timelines are particularly important because they reduce the window for risk management actions like rebalancing, exit planning, and compliance checks with alternative services.

What to watch next

Across Asia, enforcement and policy developments are unfolding alongside industry reshaping—yet the Hong Kong romance-scam figures and other extortion warnings show that social-engineering fraud remains a live risk. Investors and users should stay alert to “too-good-to-be-true” returns shown inside unfamiliar apps, while tracking how stablecoin and exchange-related rules evolve in South Korea, Singapore, and Japan.

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

NYU Professor Says Watch Smaller AI Stocks When The Shakeout Hits

Published

on

Anthropic Is Worth $965 Billion and Still Needs Google to Pay Its Rent

Aswath Damodaran, known as Wall Street’s Dean of Valuation, says the next AI shakeout will hit smaller companies hardest. He says the Magnificent Seven have the cash flow and balance sheet strength to survive it.

In a new interview, Damodaran pointed to falling returns on invested AI capital at Meta, Alphabet, and Microsoft. He called the drop remarkable given the companies’ size.

Small AI Names Carry More Risk

The Magnificent Seven, Nvidia, Microsoft, Alphabet, Amazon, Meta, Apple, and Tesla, have spent tens of billions on AI infrastructure. Damodaran says their cash flow and debt capacity keep them out of trouble.

Smaller, less capitalized AI firms lack that same cushion, he warns. He points to the Situational Awareness hedge fund collapse as a sign of how quickly AI sentiment can shift.

Advertisement

“So I think when you see a shakeout in the AI space, it’s not so much the Mag-7 we should be watching, but the lesser companies.”

– Aswath Damodaran, NYU Stern School of Business

Falling Returns on AI Investment

The concern goes beyond mood. Damodaran tracks marginal return on invested capital, or income gained per new dollar of capex.

At Meta, Alphabet, and Microsoft, that ratio has fallen sharply even as spending keeps climbing. Damodaran says the size of the drop stands out given how large these firms already are.

The pattern echoes strain already hitting chipmakers after Micron’s sharp share drop rattled the memory sector. Not everyone reads the slowdown as a warning sign, though.

Advertisement

Tom Lee, for one, called the same AI capex fear signal bullish rather than alarming. He argues that widespread doubt about the AI trade suggests the cycle still has room to run.

Damodaran warns that unless hyperscalers post earnings that match their spending, a different kind of Big Tech will emerge. It would be more capital intensive and deliver lower returns.

Whether the correction spreads beyond niche AI names remains unclear. Much may depend on whether hyperscaler spending keeps outpacing earnings growth in the coming quarters.

The post NYU Professor Says Watch Smaller AI Stocks When The Shakeout Hits appeared first on BeInCrypto.

Advertisement

Source link

Continue Reading

Crypto World

Standard Chartered-backed Anchorpoint eyes August HKDAP stablecoin rollout

Published

on

Volvo Group tests its own cryptocurrency for supplier payments

Standard Chartered-backed Anchorpoint Financial has pushed the public rollout of its Hong Kong dollar stablecoin HKDAP into August after the project missed its previously expected second-quarter and end-of-July timelines.

Summary

  • Standard Chartered expects to announce the launch of its Hong Kong dollar stablecoin HKDAP during August after missing earlier rollout targets.
  • Anchorpoint said public blockchain testing has continued as it prepares HKDAP for cross border payments and tokenized asset use.
  • The stablecoin will be distributed through approved partners under a B2B2C model instead of being issued directly to end users.
  • Anchorpoint plans to reveal its authorized distributors after announcing the commercial launch of HKDAP.

According to the local media outlet the Hong Kong Economic Journal, Standard Chartered Hong Kong and Greater China and North Asia CEO Mary Huen said an announcement related to HKDAP is expected within August, adding that work on the licensed stablecoin has continued since Anchorpoint received its issuer license from the Hong Kong Monetary Authority in April.

The latest update follows earlier local media reports that the project would be announced before the end of July. Anchorpoint, backed by Standard Chartered (Hong Kong), HKT and Animoca Brands, was among the first two companies to receive a stablecoin issuer license under Hong Kong’s Stablecoins Ordinance.

Advertisement

HKDAP announcement has moved into August

While the launch has taken longer than initially anticipated, Huen said development has continued in the months following regulatory approval. According to the report, Anchorpoint has been testing public blockchain infrastructure to support additional use cases beyond basic issuance, with cross-border payments forming one of the priorities.

She said businesses continue to face practical challenges in international settlements because traditional payment systems are not available around the clock and often involve higher costs. The stablecoin is intended to provide another settlement option for enterprises operating across borders.

Earlier company statements said HKDAP will be issued in phases under Hong Kong’s licensing framework. Anchorpoint has also said each token will be backed one-to-one by Hong Kong dollar reserves held in segregated accounts in line with HKMA reserve requirements for fiat-referenced stablecoins.

During technical preparations, Anchorpoint completed an Ethereum mainnet transfer test in May alongside licensed virtual asset platform OSL Group and trading platform PantherTrade. Participants in the trial said the transaction demonstrated issuance, transfer and settlement using production-ready infrastructure rather than a regulatory sandbox.

Advertisement

HKDAP distribution will rely on approved partners

The latest report also provides more detail on how the stablecoin will reach users after issuance.

According to Huen, Anchorpoint will continue with a business-to-business-to-consumer distribution model instead of providing HKDAP directly to retail customers. Under that structure, the issuer will appoint recognized distributors, which will then make the stablecoin available to their own corporate and institutional clients.

The intended customer base includes small and medium-sized enterprises, traders, service providers, fund companies and individual users. Cross-border settlement remains the primary application, while tokenized assets have also been identified as another intended use case.

Huen said distributor agreements will be signed after Anchorpoint formally announces the stablecoin launch.

Advertisement

Market reports have previously identified OSL Group and HashKey Exchange as potential early distributors because both operate licensed virtual asset trading platforms in Hong Kong. Huen did not confirm those reports, saying Anchorpoint itself will announce the distributor list when it is ready, after which participating firms will introduce their planned applications for HKDAP.

Public blockchain testing has continued

Apart from the launch schedule, the report indicates that technical work has continued behind the scenes.

According to Huen, testing on public blockchain networks has been progressing to expand how HKDAP can be used, particularly for cross-border transactions. Earlier statements from Anchorpoint said deploying the stablecoin on Ethereum would allow interoperability with existing wallets, exchanges and decentralized finance applications while remaining subject to Hong Kong’s regulatory requirements.

Advertisement

The Ethereum mainnet trial completed in May formed part of those preparations before commercial issuance. Participants involved in the test said the exercise validated both the project’s technical design and compliance processes under production conditions.

Anchorpoint previously said HKDAP would initially follow its B2B2C rollout before expanding to additional use cases over time.

Hong Kong continues building its regulated stablecoin market

HKDAP is one of the first stablecoins being launched under Hong Kong’s regulated issuer framework.

The Stablecoins Ordinance requires issuers of fiat-referenced stablecoins to obtain approval from the HKMA and comply with reserve, disclosure and customer asset requirements. Before the first licenses were granted, Bloomberg reported that regulators had received interest from dozens of prospective applicants but planned to issue only a limited number of approvals during the initial round.

Advertisement

Anchorpoint secured one of those licenses in April alongside HSBC. Standard Chartered had previously disclosed plans to issue a Hong Kong dollar-backed stablecoin through the joint venture before the regulatory approvals were finalized.

Activity around Hong Kong’s regulated stablecoin market has also expanded outside the banking sector. In May, Kraken agreed to acquire Hong Kong-based payments company Reap Technologies for $600 million. 

Reap develops stablecoin-powered infrastructure for cross-border business payments, corporate cards and settlement services, with the company describing stablecoins as a tool for reducing payment costs and removing intermediaries in international transactions.

Advertisement

Source link

Continue Reading

Crypto World

Ripple invests in 2 firms to scale XRPL tokenization

Published

on

Ripple targets $2 trillion payment network with Notabene deal

Ripple announced strategic investments in ZILO and Licuido on Aug. 3, adding two United Kingdom based firms to its digital capital markets strategy on the XRP Ledger. 

Summary

  • Ripple invested in ZILO and Licuido to expand tokenized fund infrastructure on the XRP Ledger.
  • ZILO launched an integrated platform combining traditional transfer agency with digitally native asset issuance capabilities.
  • Licuido will use Ripple’s backing to scale issuance, trading and collateral mobility through XRPL infrastructure.
  • RLUSD will serve as the cash leg for delivery versus payment settlements involving tokenized funds.
  • Ripple disclosed no investment amounts, leaving financial terms and resulting ownership stakes unknown to investors.

The company said the deals will add transfer agency, token issuance, trading and collateral mobility tools to its institutional infrastructure.

Ripple did not disclose either investment amount, the ownership stakes received or financial targets for the partnerships. Both companies separately confirmed the funding. ZILO also launched an integrated digital assets and transfer agency platform on Monday, while Licuido said Ripple’s backing would help scale its infrastructure on XRPL.

Advertisement

Ripple investments fill two gaps in tokenized funds

ZILO supplies transfer agency and fund administration technology. Its new platform lets institutions manage conventional fund units and tokenized share classes within one operating system. The company says it can support issuance, settlement, reconciliation, payments, corporate actions and regulatory reporting without requiring a separate technology stack for digital assets.

Licuido covers another part of the process. Its platform handles token issuance, distribution and secondary trading, with tokenized fund units designed for use as collateral. Its regulatory position needs careful wording. Licuido Markets Limited is an appointed representative of Sapeno Partners LLP, which the Financial Conduct Authority authorizes and regulates.

Advertisement

The FCA explains that a principal firm sets an appointed representative’s permitted activities and remains responsible for that business. Licuido is therefore not presented on its website as a directly authorized FCA firm.

ZILO said its configuration tools translate fund rules, share classes and jurisdictional requirements into onchain logic. It also records legal ownership as assets move, a function that transfer agents normally perform within conventional fund systems. Licuido says its legal structure links each token to one for one fund ownership, although that claim will depend on the documents and regulatory treatment applied to each product.

RLUSD will settle the cash side of fund trades

Ripple plans to use RLUSD as the cash leg for delivery versus payment transactions. In that model, the tokenized asset and payment settle together on XRPL rather than moving through separate systems at different times. Ripple says tokenized funds could then become collateral from issuance onward.

Ripple reports that XRPL has processed more than four billion transactions since 2012, supports more than seven million active wallets and is maintained by 120 independent validators. These figures describe general ledger activity rather than institutional tokenized fund usage.

Advertisement

The companies have not published transaction volumes, named new clients or shown that the combined system is operating at scale. Ripple executive Nigel Khakoo called the investment sector a “substantial opportunity” over the next decade. That statement is a company forecast, not a verified measure of future adoption or savings.

Aviva and DBS show where the stack may be used

As crypto.news previously reported, Aviva Investors launched a tokenized share class of its U.S. Dollar Liquidity Fund on XRPL on July 29. The move brought a partnership announced in February into production. Ripple said ZILO and Licuido are among the partners supporting issuance, distribution, custody and further uses for Aviva’s tokenized fund structures.

The broader model also resembles Ripple’s work with DBS and Franklin Templeton. In related coverage, crypto.news reported that DBS listed Franklin Templeton’s sgBENJI money market fund token beside RLUSD and planned to explore lending and repurchase transactions using tokenized units as collateral.

Those projects give Ripple existing institutional settings in which ZILO’s records and Licuido’s market tools could be tested. However, Ripple has not confirmed that the two companies will support every Aviva, Franklin Templeton or DBS product.

Advertisement

What happens next for Ripple’s capital markets push

The next steps depend on technical integrations and client launches. ZILO said it is providing Ripple with a digital transfer agency solution, but neither company published a deployment date. Licuido also said it would expand its collateral marketplace on XRPL without giving a launch schedule or naming participating asset managers.

Future disclosures will need to show which funds use the combined stack, what regulated activities Licuido performs under its principal firm, and whether RLUSD gains measurable settlement volume. Until then, the investments expand Ripple’s available infrastructure, but they do not establish adoption, revenue or liquidity outcomes.

Source link

Advertisement
Continue Reading

Crypto World

New York sued, who is next

Published

on

Kalshi faces $54M lawsuit over Khamenei prediction market

New York filed the most aggressive state action against the prediction market industry two days after the Second Circuit denied Kalshi emergency relief on July 29. The suit arrived with a coordinated announcement from the AG and the Governor, counts spanning multiple bodies of state law, a $36 billion damages demand, and a motion to shut down operations in the state immediately.

Summary

  • New York Attorney General Letitia James and Governor Kathy Hochul sued KalshiEX on July 31, 2026, in Manhattan Supreme Court, seeking at least $36 billion in compensatory damages, triple-gains penalties, and $100,000 per unauthorized sports wagering offer.
  • The state filed simultaneously for a temporary restraining order to halt all Kalshi event contracts in New York immediately, citing evidence that investigators placed real wagers from New York accounts without obstruction.
  • Kalshi, valued at roughly $22 billion with annualized volume of approximately $178 billion, calls the suit “political theater” and argues that its CFTC registration as a designated contract market means exclusive federal oversight.
  • A bipartisan coalition of 38 state attorneys general has already filed an amicus brief supporting Massachusetts in a parallel case, signaling that the enforcement wave extends far beyond the 13 states with active litigation.
  • A bipartisan Senate proposal to ban sports event contracts would eliminate roughly 90 percent of Kalshi’s volume, making the legislative and litigation tracks existential for the same company at the same time.

The damages figure is roughly 1.6 times Kalshi’s reported valuation. It is the number every major outlet led with, and it tells you what New York thinks this case is about. This is not a cease-and-desist. It is a revenue-extraction action against a company the state believes processed billions in unlicensed wagers over multiple years without paying a dollar in gaming taxes.

The question the case forces is whether a federal derivatives license protects a platform from state gambling enforcement. Kalshi says yes. New York says the answer has always been no. The 37 other attorneys general lining up behind Massachusetts suggest New York will not be the last to file.

Advertisement

What the complaint actually alleges

The core claim is that Kalshi is running an unlicensed gambling business in New York. The AG says the platform lets users place wagers on uncertain future events, from Super Bowl outcomes to reality TV winners to election results, without a Gaming Commission license and without paying state gaming taxes. New York treats these as bets, not derivatives, regardless of CFTC registration.

The complaint goes further. It alleges Kalshi allows users aged 18 to 20 to place bets, violating New York’s 21-and-older minimum for mobile sports betting. It alleges the platform offered wagers on games involving New York college teams, a separate violation under state law.

The AG’s investigators placed test wagers from New York accounts as evidence. Four “Yes” contracts on a UConn-Michigan basketball game at $1.14 in April 2026. Ten contracts on the winner of “Big Brother” in July 2026. Both transactions completed without any obstruction.

The filing introduces a count under the federal Interstate Wire Act, alleging Kalshi used wire communications to transmit bets across state lines. This is significant because it widens the legal exposure beyond state gambling statutes into federal criminal law. Even if Kalshi’s CFTC registration were found to preempt state gambling law, the Wire Act is a federal statute. The state is arguing that Kalshi violates it regardless of preemption.

Advertisement

The $36 billion and the restraining order

The headline remedies include a permanent injunction, a TRO, a full accounting of every customer bet and loss, forfeiture and disgorgement of all gains deemed illegal, restitution, penalties of three times Kalshi’s gains under Penal Law Section 80.10, and fines of $100,000 per unauthorized sports wagering offer under the Racing Law.

The per-offer fine structure matters on its own. Kalshi users bet over $1 billion monthly in 2025, with 90 percent of that volume on sports according to figures cited in the AG’s own release. Each unauthorized sports offering carries the $100,000 fine. At that volume, per-offer penalties alone could run into the hundreds of millions.

The TRO is the near-term threat. If granted, Kalshi would need to suspend operations in New York while the case proceeds, potentially for years. A TRO hearing can happen within days or weeks. The underlying lawsuit could take years. That asymmetry is the point. New York does not need to win the case to hurt Kalshi. It needs to win the restraining order.

The preemption argument and why it is weaker than Kalshi says

Kalshi’s defense rests on a single proposition: the CFTC registered it as a designated contract market, and that registration preempts state gambling law. The Commodity Exchange Act does contain a preemption clause. It bars states from imposing requirements on CFTC-registered exchanges that conflict with federal law.

Advertisement

The problem for Kalshi is that the preemption clause has limits. States retain their general police powers, including the power to enforce criminal gambling statutes. The CEA preempts state laws that regulate the same activity the CFTC regulates, meaning the trading of futures and options on designated contract markets. It does not automatically immunize a platform against state criminal law when the state claims the activity is not a derivative at all but an illegal wager.

New York is making exactly that argument. The AG is not saying Kalshi’s CFTC registration is invalid. The AG is saying it is irrelevant. The state treats event contracts as gambling contracts, full stop, and no federal derivatives license converts gambling into commodity trading under New York law.

The Second Circuit’s July 29 denial of emergency relief, while procedural, suggests the appellate court was not persuaded that Kalshi would suffer irreparable harm in the absence of a stay. That is not a ruling on the merits. But it is a signal that the courts are not treating federal registration as an automatic shield.

Advertisement

The 38-state coalition and what comes next

New York is not operating alone. Thirty-eight state attorneys general have filed an amicus brief in the parallel Massachusetts case supporting the argument that state gambling laws apply to prediction markets regardless of federal registration.

That coalition includes states with active sports betting markets and states without them, Republican attorneys general and Democratic ones. The breadth matters because it signals that the enforcement wave is not a partisan project. It is a states’ rights argument about gambling regulation, and it has bipartisan support among the officials who would bring the next round of suits.

The 13 states with active litigation represent the first wave. If New York prevails on the TRO or on the merits, the remaining 25 coalition members have a template. Each state has its own gambling statutes, its own damages provisions, and its own political incentives. A state with a regulated sports betting market, collecting licensing fees and tax revenue, has a direct financial interest in shutting down an unlicensed competitor.

Kalshi’s response has been consistent. It calls the suits political theater, points to its CFTC registration, and argues that only federal courts can decide whether event contracts are derivatives or gambling. The company has not announced any plan to geoblock New York users or restrict sports contracts. That decision will be forced if the TRO is granted.

Advertisement

Congress is moving on the same question

The litigation exists alongside a separate legislative track that could eliminate the product entirely. A bipartisan Senate proposal would ban sports event contracts on CFTC-registered exchanges. If enacted, the ban would remove roughly 90 percent of Kalshi’s volume based on the AG’s own figures.

The proposal has support from senators who otherwise favor crypto market-structure legislation, creating an unusual dynamic in which Kalshi’s allies on general derivatives regulation are the same lawmakers seeking to ban its largest product. The CLARITY Act negotiations have run parallel to the sports-contract debate, and several senators have indicated they would support CLARITY only if the sports ban is included.

For Kalshi, the litigation and legislative tracks threaten the business from opposite directions. The state suits attack the legality of the current product. The Senate proposal would ban the product even if the courts find it legal. The company needs to win both fronts to survive in its current form.

The gambling tax problem nobody is discussing

Buried in the New York complaint is an argument that prediction market platforms owe state gaming taxes on every transaction processed within the state’s borders. New York collects a 51 percent tax rate on mobile sports betting revenue. If event contracts are gambling, that rate applies.

Advertisement

The revenue implications are not trivial. Kalshi processed over $12 billion in New York wagers in 2025, according to the state’s estimates. At a 51 percent tax rate on platform revenue (the operator’s cut, not the full volume), the back taxes alone could run into hundreds of millions before the treble-damages multiplier.

Other states with legal sports betting collect their own tax rates, ranging from 10 percent in some jurisdictions to over 50 percent in others. If the gambling classification holds, every state with a gaming tax has a claim against every prediction market that accepted bets from its residents. The tax liability is not hypothetical. It is the mathematical consequence of the classification argument.

The CFTC’s silence

The CFTC has not intervened in any of the state lawsuits. The agency registered Kalshi, approved its event contracts over internal dissent, and has said nothing publicly about whether it believes state gambling laws are preempted by that registration.

The silence is notable because the CFTC could file amicus briefs in the state cases arguing for federal preemption. The agency has the legal authority and the institutional interest. A ruling that state gambling laws override CFTC registration would undermine the agency’s authority over a product category it explicitly approved.

Advertisement

The most likely explanation for the silence is political. The current commission has one confirmed commissioner and four vacancies. Taking a public position in a politically charged case about sports gambling while operating at minimal capacity carries risk with no obvious institutional reward. The commission may also be waiting for Congress to resolve the question legislatively through the sports-contract ban, which would make the preemption question moot.

What to watch

  • TRO hearing date. If New York secures the restraining order, Kalshi must decide within days whether to geoblock New York or appeal. The hearing could come within weeks.
  • Second Circuit briefing schedule. The denial of emergency relief was procedural. The underlying appeal on preemption will produce the first circuit-level ruling on whether CFTC registration shields platforms from state gambling enforcement.
  • Senate sports-contract ban markup. If the ban advances alongside or as part of CLARITY, 90 percent of Kalshi’s volume becomes illegal regardless of how the courts rule.
  • State AG filing cadence. Watch for the next state to file after New York. The 38-state coalition has the template. Each new filing multiplies the damages exposure and the compliance cost.
  • Kalshi’s geoblocking decisions. If the company begins restricting access in specific states, it is conceding ground on the preemption argument in practice even while contesting it in court.

Frequently asked questions

Can Kalshi continue operating in New York while the lawsuit proceeds?

Only if the court denies the TRO. If the restraining order is granted, Kalshi must suspend New York operations immediately. The TRO hearing could happen within weeks of filing.

Does CFTC registration protect Kalshi from state gambling laws?

Kalshi argues yes. New York and 38 state attorneys general argue no. No appellate court has ruled on the merits. The preemption question is the central legal issue in every pending state case.

Why is the damages figure $36 billion?

The number reflects the total volume of wagers New York alleges were placed by state residents, multiplied by the treble-damages provision under state penal law. The final amount depends on a full accounting of Kalshi’s New York operations.

Advertisement

How many states are suing prediction markets?

Thirteen states have active litigation. Thirty-eight attorneys general have filed an amicus brief supporting the gambling classification in the Massachusetts case.

What happens to open positions if Kalshi is blocked in New York?

Kalshi would need to settle or transfer open positions for New York users. The mechanics depend on the terms of the restraining order and Kalshi’s own procedures for restricted jurisdictions.

Could Congress resolve this before the courts do?

Yes. The bipartisan Senate proposal to ban sports event contracts would remove 90 percent of Kalshi’s volume legislatively, making the state court cases partially moot on the sports contracts while leaving non-sports contracts unaffected.

Are other prediction market platforms at risk?

Any platform offering event contracts to US users faces the same state-law exposure. Polymarket, which operates offshore, faces different jurisdictional questions but the same underlying classification debate.

Advertisement

What is the Interstate Wire Act argument?

New York alleges Kalshi used wire communications to transmit bets across state lines, invoking a federal criminal statute that operates independently of the preemption question. This count survives even if CFTC registration preempts state gambling law.

Disclaimer: This article is for informational purposes only and does not constitute legal, financial, or investment advice. The legal proceedings described are ongoing. Outcomes remain uncertain. Published August 3, 2026.

Source link

Advertisement
Continue Reading

Crypto World

Blockchain Week’s OnlyFans scandal, Lonely Heart Scammed for $3.3M: Asia Express

Published

on

Blockchain Week’s OnlyFans scandal, Lonely Heart Scammed for $3.3M: Asia Express

HONG KONG

Romance scams in Hong Kong net $9M in a single week

An insurance agent in Hong Kong was fleeced out of $3.3 million after her fake online boyfriend convinced her to invest in a fraudulent crypto application.
There were 25 similar romance-linked fraud cases reported to Hong Kong police between July 24 and July 30, which collectively defrauded lonely hearts of $9 million.
Scammers typically connect with victims through dating or messaging apps and sometimes spend months building a rapport before dropping the idea of investing in crypto.
They direct victims to a site that appears to be a legitimate trading application. It displays fake profits to encourage victims to invest more and more funds. Victims typically realize they have been scammed when they are unable to withdraw funds.

Hong Kong news in brief

— Hong Kong-licensed cryptocurrency exchange HashKey Exchange received approval from JPMorgan Chase to open a client money account, its parent company said.

Advertisement

— A Vietnam-linked scheme called Fun Coffee that promised annual returns of up to 222% has imploded in Hong Kong. Authorities say it was a virtual currency scam.

MALAYSIA

Malaysia withdraws support for Blockchain Week after OnlyFans controversy

Fresh from booting out the Network School over hosting Israelis, Malaysia’s Government withdrew its support for Malaysia Blockchain Week over an after-party featuring an influencer previously known for adult content.
A conservative social media scandal erupted after promotional material for an after party featuring local DJ and actress Siew Pui Yi circulated.

She built up a large following on OnlyFans, but hasn’t been on the platform since 2022. That said, don’t go searching for her name on X if you are at work, as some pretty NSFW content shows up. She now 22 million followers on Instagram. Event organizers cancelled the performance.

Advertisement

Source: Javith

CHINA

Chinese newspaper warns of Bitcoin extortion scam using its name

China Business Journal, a state-affiliated newspaper, has warned that fraudsters have been impersonating the publication to extort companies by demanding Bitcoin in exchange for suppressing damaging reports.

The newspaper said scammers used a Proton Mail address to contact businesses, falsely claiming they had uncovered negative information through undercover investigations and threatening to publish the material unless paid in Bitcoin.

China news in brief:

Advertisement

— Researchers from China’s national police academy claim to have invented a new AI system that can detect illegal crypto transactions with nearly 90% accuracy.

—China detained 16 people for crypto money laundering tied to telecom fraud.

SINGAPORE

FalconX cuts 50% of Singapore staff amid prolonged crypto market slump: Report

Crypto prime brokerage FalconX has laid off 10% of its global workforce as it prepares for a prolonged downturn in the cryptocurrency market, Bloomberg reported Monday.

Advertisement

Citing people familiar with the matter, the publication reported FalconX is slashing staff and reshaping its strategy in Singapore by focusing on crypto derivatives trading. It plans to withdraw its license application with the Monetary Authority of Singapore. The company intends to maintain its presence in Asia while expanding its European business.

FalconX employed about 350 people across the United States, the United Kingdom, Singapore and Hong Kong before the layoffs.

Singapore news in brief

— Hashkey Holdings has signed an agreement to potentially acquire Singapore’s APEX, which is one of just three firms in the city state to hold both a brokerage and exchange license from MAS.

Advertisement

SOUTH KOREA

South Korea plans stablecoin rules as opposition pushes crypto tax repeal

South Korea’s Financial Services Commission (FSC) reportedly plans to draft a consolidated Digital Asset Basic Act in conjunction with the ruling Democratic Party.

The proposal would reportedly cover stablecoin issuance and circulation, digital asset business rules, exchange entry requirements, disclosures, internal controls and system-resilience standards.

At the moment, 10 separate digital asset and stablecoin bills are pending in Parliament, while disagreements have prevented South Korea from settling key elements of its second-stage crypto legislation. 

Advertisement

Separately, the opposition’s bill to abolish Korea’s planned crypto taxes has moved to a committee. The Government this week vowed the changes would go into force on January 1 2027 despite being postponed on three other occasions.

Seoul, Source: Pexels

South Korea news in brief
— A report from Hashed and the Solana Policy institute recommends that South Korea should allow greater flexibility for stablecoin issuers, provide interim licensing guidance and phase in stablecoin regulation, before completing its Digital Asset Basic Act.

— South Korean cryptocurrency exchange Bithumb said Monday it plans to apply for a preliminary listing review in 2027 and complete an initial public offering in 2028.

—South Korea saw 560.3 billion won ($367 million) in stablecoin outflows to overseas exchanges in June, extending the country’s streak of monthly net stablecoin outflows to 18 consecutive months

Advertisement

—South Korean police have formed a 41 member crypto tracing and investigations unit focused on cracking down on drug trafficking via Telegram groups.

—A fake Flare Network staking scheme defrauded $8.5 million from 71 investors.

JAPAN

Bitget to exit Japan, close remaining positions after Dec. 31

Crypto exchange Bitget said it will stop providing services to residents of Japan and phase in account restrictions. 

Advertisement

The exchange announced Monday that it had stopped accepting new registrations from residents of Japan, while account restrictions will begin Nov. 1. Any positions still open on Dec. 31 will be forcibly closed.

Japan news in brief:

— Japanese game developer Gumi is launching an $18.3 million crypto asset fund on Saturday with SBI Financial Services and backing from Daiwa Securities Group and other investors. The fund will invest primarily in Bitcoin and major altcoins, using staking, portfolio rebalancing and hedging strategies. 

— Concerns over US Treasury markets were behind the US decision to intervene in the Japanese yen last week.

Advertisement

INDIA

News in brief:

— A Madras High Court Ruling has recognized cryptocurrency as “property” that is capable of being the subject of trust obligations.

— Binance APAC Head SB Sekar argues that India needs to develop its own rupee backed stablecoins to reduce dependence on USD backed coins like USDT and USDC.

Advertisement

Cointelegraph publishes long-form journalism, analysis and narrative reporting produced by Cointelegraph’s in-house editorial team with subject-matter expertise. All articles are edited and reviewed by Cointelegraph editors in line with our editorial standards. Some articles contain affiliate links, from which Cointelegraph may earn a commission. These relationships do not influence which products we review or our editorial conclusions. Content published in here does not constitute financial, legal or investment advice. Readers should conduct their own research and consult qualified professionals where appropriate. Cointelegraph maintains full editorial independence.

Source link

Continue Reading

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

Trending

Copyright © 2025