Connect with us

Crypto World

What is a bonding curve? The math that launches every memecoin

Published

on

What is a bonding curve? The math that launches every memecoin

Every token launched on Pump.fun, every fair-launch memecoin, and a surprising share of DeFi’s core machinery runs on the same idea: a mathematical formula that sets a token’s price from its supply, with a smart contract as the only market maker. This guide explains how bonding curves actually work, the worked math of buying up a curve, the graduation model that industrialized token launches, the sniper and bundler attacks that exploit it, and where the elegant idea breaks.

Summary

  • Bonding curves use a mathematical formula to set token prices based on supply, allowing tokens to launch without order books or external market makers.
  • Platforms such as Pump.fun use bonding curves to bootstrap liquidity before moving successful tokens into automated market maker pools through a graduation process.
  • While bonding curves make token launches transparent and permissionless, they remain vulnerable to sniper bots, bundled buys and liquidity limitations during exits.

Somewhere in the time it takes to read this paragraph, a new token will be created on a bonding curve. It will have no order book, no market maker, no seeded liquidity, and no listing process, and it will nevertheless be instantly tradable, with a live price, from its first second of existence. The mechanism making that possible is a bonding curve: a mathematical function, enforced by a smart contract, that maps the token’s supply to its price, so that every purchase mints tokens and pushes the price up the curve, and every sale burns tokens and slides it back down.

Bonding curves are among the oldest ideas in decentralized finance, sketched by Simon de la Rouviere in 2017 and formalized in Bancor’s early work, and for years they lived in the ecosystem’s academic corners, pricing continuous tokens and DAO shares. Then the memecoin era found them. Pump.fun built its entire launch machine on a bonding curve, over a million tokens have entered the world through it, and the curve became the defining market structure of an entire trading culture, the trenches, where fortunes are made and lost inside a formula most participants have never read.

Advertisement

This guide reads the formula. It covers what a bonding curve is and how the mint-and-burn mechanism works, the worked arithmetic of buying up a curve, the main curve shapes and what each one incentivizes, the launchpad graduation model that turned curves into an industrial process, the attack playbook, snipers, bundlers, and the exit-liquidity geometry, that exploits them, how bonding curves relate to the automated market makers that power DeFi’s exchanges, and the honest assessment of what the mechanism fixes and what it merely relocates.

The core mechanism: price as a function of supply

A bonding curve is, at bottom, one equation: price equals some function of supply, P = f(S). The smart contract implementing it holds a reserve of a base asset, SOL on Pump.fun, ETH or a stablecoin elsewhere, and stands ready, permanently and automatically, to be the counterparty to anyone.

Buying works like this: a user sends the reserve asset to the contract; the contract consults the curve, calculates how many new tokens that payment purchases given the current supply, mints them, and delivers them; the supply is now higher, so the curve dictates a higher price for the next buyer. Selling reverses it: the user returns tokens, the contract burns them and pays out reserve assets at the curve’s current rate, and the price steps down. Nobody quotes prices, nobody provides liquidity, and nobody can refuse the trade; the contract is issuer, exchange, and market maker fused into one piece of code, a vending machine whose price tag adjusts after every sale.

Two properties follow immediately, and they explain the mechanism’s appeal. The first is guaranteed liquidity: because the contract always stands on the other side, a curve-launched token can never be unsellable in the way an order-book token with no bids can; there is always an exit price, however low. The second is deterministic pricing: the formula is public and fixed, so the price impact of any trade can be computed exactly in advance, slippage as a published schedule rather than a surprise. Together they solve the cold-start problem that killed a decade of token launches: how to make a brand-new asset tradable before any market exists for it. The curve is the market, from block one.

Advertisement

The worked math: buying up the curve

Numbers make the mechanism honest, so walk one simple example. Suppose a token launches on a linear curve where the price starts at $0.001 and rises by $0.001 for every 100,000 tokens minted. The first buyer spends $100: at prices between $0.001 and roughly $0.0011, they receive a bit over 95,000 tokens, an average price near $0.00105, already above the starting tick because their own purchase moved the curve. A second buyer now spends $1,000 into the higher range and receives proportionally fewer tokens per dollar, perhaps 600,000 tokens at an average near $0.0016. A third spends $10,000 and pushes the price past $0.006.

Notice what the arithmetic did. The first buyer’s 95,000 tokens, bought for $100, are now worth nearly $600 at the marginal price, an unrealized 6x for simply being early, and that is the entire psychological engine of curve trading: the formula converts earliness itself into profit, mechanically, visibly, in real time. Notice also what it did not do: create any external demand. The third buyer’s $10,000 is what values the first buyer’s position, and if the third buyer sells back into the curve, the price retraces down the same path it climbed. A bonding curve is a perfectly transparent game of musical chairs in which the music, the chair count, and everyone’s seat are published on-chain, and it is precisely this transparency that its defenders cite as the fairness: unlike a rigged order book or an insider allocation, the curve cheats no one, because everyone can read exactly what they are stepping into.

The curve’s shape sets the game’s temperature. Linear curves rise gently and reward early buyers modestly; exponential curves, where each purchase raises the price by a percentage rather than an increment, produce the vertical charts and 100x-in-an-hour outcomes that memecoin culture selects for; logarithmic and flattening curves front-load the appreciation then stabilize, a design used when a project wants early supporters rewarded but later prices calm. Bancor-style designs parameterize this with a reserve ratio, the fraction of the token’s market value held as reserve collateral, where lower ratios mean steeper, more explosive, more fragile curves. Every launchpad’s choice of shape is a statement about what behavior it wants, and the memecoin era’s revealed preference has been unambiguous: steep.

Advertisement

Graduation: the model that industrialized launches

The design that conquered the market, Pump.fun’s, added one crucial idea to the classic curve: an ending. Tokens on the platform begin life on a bonding curve, and when buying pushes the market value to a threshold, historically in the $60,000-70,000 range, the token graduates: the curve phase closes, and the accumulated reserve is deposited, together with tokens, into a conventional automated-market-maker pool on the platform’s own venue, where the token trades like any other from then on.

Graduation solved the curve’s deepest historical problem, which is that a pure bonding curve is a closed economy: its price can only reflect flows into and out of itself, it cannot arbitrage against external markets, and its reserve is a honeypot whose smart-contract risk grows with size. By using the curve only as a launch chamber, a price-discovery and liquidity-bootstrapping phase, and then handing the survivors to a normal market, the graduation model captured the curve’s cold-start magic while shedding its long-term liabilities. It also created, deliberately, a tournament structure: the overwhelming majority of launched tokens never graduate, dying quietly on their curves, while the few that cross the threshold receive instant liquidity, visibility, and the implicit endorsement of survival. The platform collects fees at every stage, an economics this publication examined through its own token’s stress test, and the tournament runs continuously, thousands of times a day, the purest expression of permissionless market Darwinism crypto has produced.

It is worth being precise about what fair launch means in this structure, because the term does heavy marketing work. The curve guarantees procedural fairness: no presale, no allocation, identical rules for every participant, and a price schedule known in advance. It does not and cannot guarantee distributive fairness, because identical rules reward unequal speed, information, and capital, which is where the attack playbook begins.

Where curves came from, and where they went

The bonding curve’s biography explains its present better than any specification. The idea emerged from 2017-era token engineering, de la Rouviere’s continuous organizations, Bancor’s reserve-ratio formalism, as an answer to a governance-age question: how should communities issue and price membership continuously, without discrete sales? The early implementations were earnest and mostly ignored, curation markets, DAO shares, continuous funding for public goods, sophisticated designs waiting for a use case that never arrived at scale. The idea survived the 2018 winter in academic corners and resurfaced wherever cold-start liquidity was the binding problem: SocialFi’s creator keys priced follower access on steep exponential curves during the Friend.tech moment, NFT projects experimented with curve-priced mints, and stablecoin architectures quietly used flattened curves to hold pegs between correlated assets.

Advertisement

Then Solana’s memecoin culture supplied the use case the theorists never imagined: not funding organizations, but manufacturing lottery tickets at industrial scale. Pump.fun’s January 2024 launch stripped the concept to its essentials, one standard steep curve, one graduation rule, one-click creation, and the result processed more token launches in its first two years than the rest of crypto’s history combined. The pattern spread instantly: every major chain grew launchpad clones, incumbent platforms bolted on curve launches, and the bonding curve, born as a tool for patient community capital, became the engine of the fastest, most disposable market ever built. There is a genuine irony in the arc, and also a lesson about mechanisms: the curve did not choose its culture. It priced earliness deterministically, and the market that valued earliness most, the memecoin trenches, adopted it hardest. Mechanisms are amplifiers of the demand they meet, and the curve’s history is the cleanest proof in crypto’s archive.

The creator’s side of the modern launchpad economy deserves its own accounting, because the curve reshaped it too. Launching a token once required capital: liquidity to seed, market makers to hire, listings to buy. The curve reduced the cost to a transaction fee, which transformed token creation from an investment into a lottery ticket, and creators responded rationally by buying thousands of tickets: serial launches, A-B testing of tickers and memes, portfolios of hundreds of attempts awaiting one graduation. Platform fee-sharing programs, paying creators a slice of their token’s trading fees, industrialized the incentive further, producing a professional class of launchers whose economics resemble content creation more than entrepreneurship: volume, iteration, and the occasional viral hit subsidizing the long tail of duds. Whether that economy is a democratization of finance or a spam machine with a fee switch is the debate that follows the launchpads everywhere, and the honest answer is that the curve, as always, executes whichever game arrives.

The attack playbook: snipers, bundlers, and exit geometry

Every property that makes curves fair in principle is exploitable in practice, and the exploits are now industries.

The first is sniping. Because the earliest positions on a steep curve capture the largest mechanical gains, bots monitor token-creation transactions and buy within the same block a token launches, frequently faster than the creator’s own community can. The playing field is level in exactly the way a footrace against professional sprinters is level, and the same latency-and-priority infrastructure that powers all on-chain extraction dominates curve entry.

Advertisement

The second is bundling: a launcher, or an attacker, splits a large early buy across dozens of wallets in the launch block, manufacturing the appearance of broad organic demand while concentrating the curve’s cheapest supply in one pair of hands. Bundled launches are the modern rug’s preferred anatomy: the bundler rides the crowd up the curve and exits into it, and because the curve guarantees liquidity, the exit always executes; the guarantee that no holder can be trapped is equally the guarantee that no dumper can be refused. Detection tools now score launches for bundling patterns, and the arms race between bundlers and detectors is a permanent feature of the trenches.

The third is the exit geometry itself, subtler and universal. On any curve, the reserve held by the contract equals the area under the curve up to the current supply, which is always less than the current supply times the current price, the market cap. On steep curves the gap is enormous: a token can show a $60,000 market value while its curve holds a fraction of that in actual reserve, meaning that if every holder tried to exit, the average exit price would sit far below the last trade. The curve never lies about this, the math is public, but the market-cap number is what trades on screens and in heads, and the difference between marked value and extractable value is where most curve-trading losses actually live. It is the same lesson every thin market teaches,the gap between the last price and the liquidation reality, rendered in its mathematically purest form.

One number from the tournament’s own accounting calibrates the odds honestly. Across the launchpad era, graduation rates, the fraction of launched tokens that ever cross the threshold into a real market, have run in the low single digits, and the fraction that sustains any liquidity a month later is a fraction of that fraction. The curve’s defenders and critics both own this statistic: defenders because it proves the tournament filters ruthlessly at near-zero cost per attempt, an efficiency no venture process approaches, and critics because it quantifies the base rate every buyer of a fresh launch is fighting. Neither reading changes the practical arithmetic for a participant: the expected value of a random curve entry is set by that base rate times the payoff distribution, both of which are public, and the traders who survive the trenches are, almost by definition, the ones who stopped treating the odds as someone else’s problem. The curve publishes everything. The tournament’s mortality table is part of everything.

Curves and AMMs: the same family, different jobs

A final clarification earns its place because the terms blur constantly: bonding curves and automated market makers are siblings, not synonyms. An AMM like Uniswap uses a curve, the constant-product formula x*y = k, to price swaps between two tokens that already exist, with liquidity supplied by outside providers who bear the divergence costs of that role. A bonding curve in the issuance sense uses its formula to govern the minting and burning of a token against a reserve, with the contract itself as issuer and sole liquidity source. The mathematics rhyme; the jobs differ: AMM curves make secondary markets, issuance curves make primary ones, and the graduation model is precisely a pipeline from the second to the first. Knowing which kind of curve a token sits on is the first diligence question in this corner of the market, because it determines who holds the reserve, who can change the rules, and what the sell-side guarantee actually is.

Advertisement

One boundary condition also deserves a sentence: curves are single-market objects, and their guarantees end at the contract’s edge. The moment a token graduates, or trades simultaneously on external venues, its price becomes an arbitrage between markets, the curve’s determinism dissolves into ordinary microstructure, and the trader’s toolkit reverts to the standard one of depth, spreads, and flows. The curve is training wheels with perfect physics; the road afterward is the road.

The honest assessment

Bonding curves deserve both their reputation and their notoriety, and an honest summary holds both. What they genuinely fixed is real: the cold-start problem is solved, launch gatekeeping is gone, insider allocations are structurally impossible on a pure curve, and pricing is the most transparent in all of finance, a formula anyone can read. What they merely relocated is equally real: the advantage moved from insiders with allocations to insiders with infrastructure, the risk moved from being unable to sell to being mathematically last, and the fairness became procedural while the outcomes stayed as skewed as ever, because the curve prices earliness and earliness is not evenly distributed. The mechanism is a mirror: it executes exactly the game its participants bring to it, faster and more honestly than any structure before it. For a user, the practical wisdom compresses to three habits: read the curve’s shape before buying, because it is the payout table; check the launch block for bundling, because the table may be seated; and never confuse the marked price with the exit price, because the area under the curve, not the last tick, is what everyone is actually fighting over.

A closing thought on where the mechanism goes next, because the design space is not finished. Dynamic curves that adjust steepness to demand, anti-sniping randomization of launch blocks, creator-fee structures that reward holding over flipping, and curve designs that route a share of the ride into locked liquidity or holder distributions are all live experiments across the launchpad ecosystem, each an attempt to keep the cold-start magic while sanding down the extraction. The direction of travel is legible: first-generation curves optimized for launch velocity, and the survivors of the current era are optimizing, under competitive and community pressure, for what happens after the launch, retention, distribution, durability, the boring variables that decide whether a mechanism that can create a million tokens can ever create a lasting one. The formula will keep evolving. The lesson it has already taught is permanent: in permissionless markets, the launch mechanism is the market structure, and reading it is not optional homework but the trade itself.

And for readers who arrived here from a chart rather than a curiosity, the fifteen-second version: find the token’s curve page, note its shape and its distance from graduation, check the launch block for clustered wallets, compare the contract’s reserve to the displayed market value, and size the position as a ticket in a tournament whose mortality table you have now read. The formula will do exactly what it says. Everything else is the crowd.

Advertisement

The bonding curve, in the end, belongs to a small class of crypto inventions, alongside the flash loan and the automated market maker, that could not have existed in prior financial systems: it requires a machine that can hold reserves, enforce a formula, and stand as a tireless counterparty, all without an operator, and it converts the oldest problem in market design, who makes the first market, into a line of arithmetic. That the memecoin era found it first says something about crypto’s culture; that it works, flawlessly and continuously, across millions of launches says something about the technology, and both statements will outlive whatever the trenches are trading this month.

Disclaimer: This article is for educational purposes only and does not constitute investment advice. Memecoin and DeFi markets are extremely volatile and you can lose your entire investment. Details are current as of July 9, 2026. Always do your own research.

Frequently asked questions

What is a bonding curve in simple terms?

A bonding curve is a formula, enforced by a smart contract, that sets a token’s price based on how many tokens exist. Buying mints new tokens and pushes the price up the curve; selling burns tokens and moves it down. The contract holds a reserve of a base asset and acts as the permanent counterparty, so the token is tradable from the instant it is created, with no order book or market maker.

How does a bonding curve launch work on platforms like Pump.fun?

A creator launches a token onto the platform’s standard curve for a tiny fee. Buyers purchase directly from the curve, moving the price up as supply grows. If demand pushes the token’s value to the graduation threshold, the accumulated reserve and tokens are moved into a normal trading pool and the token trades conventionally from then on. Most tokens never graduate and simply fade on their curves.

Advertisement

Why does the price rise when people buy?

Because the formula ties price directly to supply. Each purchase mints tokens, raising supply, and the curve assigns a higher price to every subsequent token. The steeper the curve’s shape, the faster the price accelerates, which is why memecoin launches can multiply in minutes on relatively small inflows.

Can a bonding curve token become unsellable?

Not in the order-book sense: the contract always buys tokens back at the curve’s current rate, funded by its reserve, so an exit price always exists. The real risk is that the exit price after others sell is far below what you paid, and that the total reserve is always less than the token’s headline market value, so not everyone can exit near the last traded price.

What is a fair launch, and are bonding curves actually fair?

A fair launch means no presale, no team allocation, and identical rules for all buyers from block one, which pure bonding curves deliver procedurally. In practice, speed and infrastructure decide who gets the cheapest supply: sniper bots buy in the launch block and bundlers split large buys across many wallets to disguise concentration. The rules are equal; the race is not.

What is the difference between a bonding curve and an AMM like Uniswap?

Both use formulas to set prices, but an AMM curve governs swaps between two tokens that already exist, using liquidity deposited by outside providers, while an issuance bonding curve governs the minting and burning of a token against a reserve held by the contract itself. Launch curves create primary markets; AMMs run secondary ones.

Advertisement

What are the main risks of buying on a bonding curve?

Being late on a steep curve, where the mechanical advantage belongs entirely to earlier buyers; bundled launches, where one actor secretly holds the cheap supply and exits into the crowd; smart-contract flaws in the curve itself; and the reserve gap, since the contract’s reserve is always smaller than the token’s marked value. The formula is transparent, so most losses come from not reading it.

Are bonding curves used for anything besides memecoins?

Yes. They price continuous tokens and DAO shares, bootstrap liquidity for new projects, structure token sales that replace ICOs, and underpin stablecoin and pegged-asset designs using flattened curves. The memecoin launchpad is the most visible application, but the mechanism is general-purpose market infrastructure.

Source link

Advertisement
Continue Reading
Click to comment

You must be logged in to post a comment Login

Leave a Reply

Crypto World

XRP News: xrpld 3.2.1 Hotfix Patches Manifest Flood Draining XRPL Node Resources

Published

on

🚨

In XRP news today, the XRP Ledger released xrpld 3.2.1 on July 31 after a validator manifest flood was detected hitting nodes that same day, with Ripple Director of Engineering Vijay Khanna issuing an urgent call on August 1–2 for all node operators to upgrade immediately.

The ledger continued closing normally throughout the incident, with no confirmed fund losses and no consensus failure, but unpatched nodes remain exposed to resource-exhaustion risk until operators complete the two-step upgrade process.

This news dropped as XRP USD fell 1.5% from $1.10 to $1.06 over the past 24 hours, with daily trading volume of $791M. This follows a worrying trend in which Ripple has crashed -4% over the past seven days.

XRP News: What the Manifest Flood Actually Did

The attack exploited a structural gap in how XRPL nodes handled validator manifests: before the patch, nodes would accept, cache, and rebroadcast an unlimited number of manifests tied to unknown validator keys with no ceiling on volume or storage.

An attacker could generate junk manifests at scale, forcing nodes to burn memory, disk space, and bandwidth processing data they would never act on.

The mechanism is closer to a denial-of-service resource drain than a consensus attack; the network’s transaction processing was never disrupted, but the exposure was real for any operator running unprotected infrastructure.

Advertisement

The development team confirmed the problem was specifically tied to how XRPLF nodes handled validator manifests, though as of publication the root cause and full exploitation details have not been publicly disclosed.

A technical post-mortem is forthcoming from XRPL Operations, which should clarify attacker behavior, traffic volumes, and any additional hardening steps.

For those tracking broader blockchain security vulnerabilities and attack vectors, the manifest flood fits a pattern where unbounded auxiliary data channels become leverage points even when consensus logic holds.

Discover: The Best Crypto to Diversify Your Portfolio

Advertisement

Four Safeguards Introduced in the Hotfix

The hotfix introduces four discrete protections targeting different points in the manifest handling pipeline. Oversized manifests are now rejected outright before full decoding. Incoming manifest batches per network message are capped.

The volume of manifest data shared with new peers is limited. And the unknown-key manifest cache is hard-capped at 100 entries, preventing unbounded growth from unrecognized validator identities.

Beyond those four caps, unknown validator manifests are no longer written to disk. That change means any pre-patch flood data is cleared on restart rather than persisting in storage, which is precisely why the upgrade requires a specific two-step sequence.

Advertisement

Firstly, install 3.2.1, let the server run for one to two minutes, then perform a second restart to purge any manifests retained from before the patch. Skipping the second restart leaves stale flood data in place. Operators should also verify their systems trust Ripple’s current GPG signing key, rotated February 18, 2026, or automatic upgrades may fail silently.

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

Who Needs to Act and Why It Matters Now

In other XRP news, exchanges, custodians, wallet back ends, data providers, and any business running its own XRPL server must complete the node upgrade. Ordinary XRP holders do not need to move funds or change keys.

Advertisement

The urgency is compounded by upgrade adoption lag: xrpld v3.2.0, the larger June 15 release that renamed the reference server and required infrastructure config change, spread faster among validators than across the broader node network, meaning a cohort of operators may still be running older versions that are now doubly exposed.

The network security response here was operationally sound: a targeted hotfix, clear operator instructions, and a pending post-mortem that signals the team is treating this as a formal security incident rather than routine maintenance.

In the broader XRP ecosystem, the incident comes as the ledger scales; the network added nearly 490,000 new accounts in the first half of 2026, per supplementary data from Coinpaper, pushing total accounts past 8.4 million.

That growth trajectory makes robust infrastructure hardening a structural necessity, not an edge-case concern. Institutional developments, including Aviva’s tokenized liquidity fund on XRPL and growing enterprise adoption, raise the stakes for any operator still delaying the patch.

Advertisement

Discover: The Best Token Presales

The post XRP News: xrpld 3.2.1 Hotfix Patches Manifest Flood Draining XRPL Node Resources appeared first on Cryptonews.

Source link

Advertisement
Continue Reading

Crypto World

Trumps’ American Bitcoin reports record BTC output, narrower Q2 loss

Published

on

Trumps’ American Bitcoin reports record BTC output, narrower Q2 loss

Trumps’ American Bitcoin reports record BTC output, narrower Q2 loss

Trump-linked Bitcoin miner produced a record 932 BTC in the second quarter, lifting mining revenue 8% as its net loss narrowed from the previous quarter.

Source link

Continue Reading

Crypto World

South Africa proposes reporting rules for cross border crypto transfers

Published

on

South Africa proposes reporting rules for cross border crypto transfers

South Africa has proposed new rules requiring cross-border crypto transfers to pass through authorized providers and be reported to the central bank, expanding the country’s effort to bring digital assets under its financial control framework.

Summary

  • South Africa has proposed rules requiring cross border crypto transfers to go through authorized service providers and be reported to the central bank.
  • The draft says only transfers to offshore providers or private wallets would qualify as regulated cross border crypto transactions.
  • Individuals would be allowed to move crypto offshore only within South Africa’s existing foreign currency allowances.
  • The proposal builds on earlier plans to bring crypto under the country’s foreign exchange control framework.
  • Public comments on the draft Crypto Asset Manual will remain open until Sept. 30.

According to local media, South Africa’s National Treasury and the South African Reserve Bank (SARB) on Monday released a draft Crypto Asset Manual setting out when crypto transactions become regulated cross-border events and how they must be handled. The proposal forms part of the country’s ongoing overhaul of its capital flow rules first introduced in April.

South Africa has defined when crypto transfers become reportable

Under the draft, moving crypto offshore will only qualify as a cross-border transaction in specific situations. A report to the SARB’s Financial Surveillance Department (FinSurv) would be required when crypto assets move from a locally authorized Crypto Asset Service Provider (CASP) to an offshore CASP or into a privately controlled non-custodial wallet.

Advertisement

The proposal says people who wish to transfer crypto abroad would have to use an authorized provider instead of sending assets directly through unregulated channels. FinSurv would receive reports of those transactions as part of the country’s foreign exchange monitoring process.

Domestic crypto activity would remain outside those reporting requirements. Buying or selling crypto in South African rand through a local authorized provider would not be treated as a cross-border event under the proposed framework.

For now, the draft allows only individuals to move crypto assets offshore, and only within South Africa’s existing foreign currency allowances. The SARB also said the framework does not recognize crypto assets as legal tender and currently does not distinguish between different categories of digital assets because additional research is still underway.

Interested parties can submit comments on the draft until Sept. 30.

Advertisement

Crypto rules build on South Africa’s earlier capital flow proposal

The new manual follows South Africa’s Draft Capital Flow Management Regulations released in April, which proposed bringing crypto assets into the country’s foreign exchange control system for the first time.

The National Treasury and SARB said in April that crypto assets would be treated as a form of capital moving across borders, placing them alongside other regulated assets under the country’s capital flow regime. The proposal was also designed to replace South Africa’s Exchange Control Regulations dating back to 1961 while aligning the country’s framework with recommendations from the Financial Action Task Force and the Organisation for Economic Co-operation and Development.

The April proposal introduced the concept of authorized crypto service providers, transaction reporting, declaration requirements and administrative penalties for non-compliance. Treasury officials said at the time the policy would focus on reporting, traceability and risk-based oversight instead of relying only on transaction-by-transaction approvals.

Advertisement

The draft Crypto Asset Manual now explains how those principles would work in practice by defining the point at which crypto movements become cross-border transactions that fall under financial surveillance rules.

Authorities have linked the framework to financial crime controls

According to Reuters, the reporting framework is intended to stop crypto assets from being used to bypass South Africa’s existing financial controls while helping authorities identify illicit financial flows.

By limiting offshore transfers to authorized service providers, regulators would receive transaction data through FinSurv instead of relying on transfers conducted outside the regulated financial system.

The proposal arrives as crypto adoption continues to grow in South Africa. Reuters, citing blockchain analytics firm Chainalysis, said the country already has hundreds of licensed virtual asset service providers, while several major banks are developing crypto products for institutional clients.

Advertisement

South Africa has become one of Africa’s largest digital asset markets in recent years. Earlier industry estimates placed annual crypto transaction value in the country among the highest on the continent, while blockchain investment has continued to attract institutional interest.

Crypto oversight has expanded beyond capital controls

The latest consultation follows another crypto policy proposal published in July by the South African Revenue Service (SARS), which released draft guidance explaining how existing tax laws apply to digital assets.

Unlike the latest capital flow proposal, the SARS draft focused on taxation rather than foreign exchange regulation. It confirmed that crypto assets are treated as intangible assets instead of legal tender or foreign currency under existing tax law and explained how income tax and capital gains tax could apply depending on each taxpayer’s circumstances.

The tax authority also outlined how activities including crypto trading, token swaps, staking, mining, decentralized finance participation and crypto payments may trigger taxable events under current legislation.

Advertisement

At the same time, South Africa has begun implementing the Crypto-Asset Reporting Framework (CARF), under which crypto service providers will collect and report selected customer and transaction information to SARS. The first reporting period runs from March 1, 2026, through Feb. 28, 2027.

Source link

Advertisement
Continue Reading

Crypto World

Robinhood Cleared for UK Crypto, But There Are Major Limits

Published

on

The four dates that decide Robinhood's UK crypto future. Chart: BeInCrypto, data from the FCA

Robinhood Markets won UK crypto approval on July 31. The surprise is everything the approval does not allow.

The Financial Conduct Authority (FCA) added Robinhood U.K. Ltd to its crypto register. The company may pass customer orders to other firms. It cannot hold anyone’s coins.

What the FCA actually approved

Robinhood has been an FCA-approved stockbroker in Britain since August 2019. Crypto is new ground. The regulator added it to the crypto register on July 31, 2026.

Two limits took effect the same day, with the first one mattering most:

Advertisement
  • Robinhood UK may only arrange crypto trades.

In plain terms, it takes your order and hands it to someone else to finish.

UK crypto rules cover two other jobs. One is running an exchange. The other is holding coins for customers. Robinhood got neither.

  • The second limit bans crypto cash machines unless the FCA agrees in writing.

The register also says the firm cannot hold client money. Even this much is hard to win. FCA figures show 291 firms applied between January 2020 and October 2022. Only 38 made the register. Another 155 gave up before a decision.

One point matters for customers. Being on the register is not a safety net. The FCA warns that crypto services are unlikely to be protected if something goes wrong.

Britain’s compensation scheme rarely covers crypto losses. The financial ombudsman usually cannot help either.

Rivals Got There First, With More Freedom

Robinhood is late. The register opened in 2020.

Advertisement

Kraken’s UK arm, Coinbase, and Revolut are all on it. Several also hold e-money licences, which let them handle customer cash. Robinhood UK does not.

It already owns one company on the list. Bitstamp UK Ltd joined years earlier, and Robinhood bought its parent for $224 million in June 2025.

That makes Bitstamp the obvious place for UK orders to land.

Robinhood has also tried and failed here before. It agreed to buy British crypto app Ziglu in April 2022. Ten months later it walked away. The $12 million it had already sent Ziglu was written off.

Advertisement

So the new approval looks like housekeeping rather than a launch. Robinhood told investors in July it plans to start UK crypto soon.

Its own small print still says UK customers get no crypto trading or custody. Elsewhere the company keeps building, including its Robinhood Chain public testnet.

Why October 2027 Decides What Survives

This approval is temporary. Tougher UK crypto rules start on October 25, 2027.

Every firm on today’s register must apply again. Nothing carries over.

Advertisement
The four dates that decide Robinhood's UK crypto future. Chart: BeInCrypto, data from the FCA
The four dates that decide Robinhood’s UK crypto future. Chart: BeInCrypto, data from the FCA

The window is five months long. Firms that miss it must stop most crypto work. The FCA has warned that today’s registration counts for nothing at that stage.

That deadline has driven Britain’s crypto policy debate all year, alongside UK stablecoin payment plans.

For investors, any reward is years away. Crypto revenue fell 38% to $100 million in Robinhood’s second quarter. Total revenue still hit a record $1.31 billion.

The market shrugged on Monday. HOOD closed Friday at $86.56, then traded at $87.22 before the bell, up 0.76%. Its 52-week high is $153.86.

Robinhood (HOOD) Stock Performance Pre-Market. Source: Yahoo Finance
Robinhood (HOOD) Stock Performance Pre-Market. Source: Yahoo Finance

The real test comes with that 2027 application. Robinhood sells trading, custody, and staking across Europe. An arranging license supports none of it.

What the company asks for will show how serious it is about Britain.

Advertisement

The post Robinhood Cleared for UK Crypto, But There Are Major Limits appeared first on BeInCrypto.

Source link

Continue Reading

Crypto World

Solo Bitcoin (BTC) miner nets $200,000 as Coldcard wallet hack rocks sentiment: Crypto Daily

Published

on

Solo Bitcoin (BTC) miner nets $200,000 as Coldcard wallet hack rocks sentiment: Crypto Daily

A solo miner scored a major win even as the broader market frets over a multimillion-dollar Coldcard hardware wallet exploit.

According to mempool data, an independent miner successfully packaged block 960,804 early Monday. The block reward of 3.157 BTC is valued at approximately $199,300. Details on the specific hardware used remain unknown.

The success came just three weeks after another solo miner, running a single hobbyist-grade Bitaxe device, struck block 957,382, pocketing 3.1382 BTC, worth roughly $200,000 at the time.

These back-to-back wins highlight a broader trend. Solo miners have already claimed 13 blocks this year. While individual operators continue to defy the odds with relatively modest setups, the wider Bitcoin mining sector has come under stress due to tight margins. That has prompted several large mining companies to pivot toward artificial intelligence data centers and related infrastructure in search of sustainability.

Advertisement

Meanwhile, small BTC holders continue to express frustration over the Coldcard incident, which has led to the loss of long-held Bitcoin savings. Over the weekend, onchain data showed signs of some BTC holders moving millions of dollars worth of coins to exchanges.

Source link

Continue Reading

Crypto World

Bitcoin Could Confirm Bear-Market Bottom in August: 10x Research

Published

on

Bitcoin Could Confirm Bear-Market Bottom in August: 10x Research

Bitcoin could confirm a bear-market bottom in August with a monthly close above $63,000, according to 10x Research.

Markus Thielen, founder of 10x Research, said in a Monday report shared with Cointelegraph that Bitcoin closed July below the threshold needed to confirm a technical bottom.

A monthly close near $63,000 would turn several of 10x Research’s cycle indicators bullish. Bitcoin was trading at $63,140 when the analysis was prepared, meaning a relatively small gain from July’s closing level could trigger the reversal signal. The company said it continued to favor long positions but would shift to a neutral stance if Bitcoin broke key support levels and moving averages.

The base case is that the Federal Reserve holds interest rates steady. However, further increases in the 10-year Treasury yield could force a September rate hike, while the Iran conflict remained an unpredictable risk.

Advertisement

The report said miners could generate roughly 100,000 BTC of selling pressure as some miners shift their businesses toward artificial intelligence. The company said it expected additional supply from Bitcoin treasury companies unwinding positions, though it described macroeconomic conditions as the larger risk to the market.

Bitcoin monthly relative strength index (RSI) chart. Source: 10x Research 

Separately, Grayscale head of research Zach Pandl said in a July 22 report that Bitcoin may have bottomed earlier than the traditional four-year cycle would suggest. That pattern would place the cycle low in September or October.

Pandl said macroeconomic conditions, including Fed policy, would remain the primary drivers of Bitcoin’s price and could determine when it bottoms.

Advertisement

Related: Strategy-led group pledges $15M to quantum-proof Bitcoin network

More indicators point to an approaching Bitcoin bottom

Earlier in July, crypto brokerage K33 said more than half of Bitcoin’s supply was held at a loss, which it described as another indication that a market bottom was approaching.

Bitcoin during periods when 50% of supply was held at a loss, with subsequent annual returns. Source: K33

Bitcoin bottomed within 13 to 31 days of the same threshold being reached in 2017, 2018 and 2022, according to K33.

Advertisement

In a June interview, Swan Bitcoin CEO Cory Klippsten told Cointelegraph that long-term holders’ record balance of 14.7 million BTC was another indication that Bitcoin was nearing a bottom.

Magazine: ‘Bitcoin Standard’ author explores reality where decentralized gold stopped WWI

Source link

Advertisement
Continue Reading

Crypto World

Brent Analysis: Oil Retreats from $100 as Saudi Arabia Proposes Maritime Coalition Initiative

Published

on

Brent Analysis: Oil Retreats from $100 as Saudi Arabia Proposes Maritime Coalition Initiative

On 23 July 2026, Brent crude rose above $100 amid reports of attacks on tankers and infrastructure in the Red Sea area, as well as strong statements from Donald Trump towards Iran over threats to shipping security through the Strait of Hormuz. The move proved short-lived: on 30 July, Saudi Arabia proposed creating a maritime coalition to protect key shipping routes amid the ongoing confrontation between the US and Iran. According to CNBC data from 31 July, tanker traffic through the Strait of Hormuz partially resumed, although the Islamic Revolutionary Guard Corps claimed attacks on vessels under US escort — claims that have not been confirmed by Western maritime authorities.

Technical Analysis of Brent Crude Oil

On the four-hour XBRUSD chart, the asset formed a short-term trend from the beginning of July, moving from around $71 towards the $102 area. The trendline was then broken, after which the current market profile was formed, within which the price is currently trading. The asset is now positioned between the POC (Point of Control) zone at $92.20 and the upper boundary of the profile at $94.60. A breakout above this boundary could open the way towards the red resistance level at $98.50.

If the price moves below the POC zone, the next area of interest would be the cluster of two important levels: the lower profile boundary at $86.80 and the green support level at $85.30. The RSI + MAs indicator shows readings of 58, 51 and 51, with all oscillator values returning to the neutral zone after a period of elevated volatility. Trading volume remains relatively high, confirming continued market interest from participants.

Summary

Saudi Arabia’s initiative to create a maritime coalition could gradually reduce the geopolitical risk premium priced into oil if diplomatic efforts continue to make progress. However, unconfirmed reports of incidents in the Strait of Hormuz continue to leave room for increased volatility. The neutral positioning of the RSI + MAs indicators currently suggests that there is no clear directional momentum.

Start trading commodity CFDs with tight spreads (additional fees may apply). Open your trading account now or learn more about trading commodity CFDs with FXOpen.

Advertisement

This article represents the opinion of the Companies operating under the FXOpen brand only. It is not to be construed as an offer, solicitation, or recommendation with respect to products and services provided by the Companies operating under the FXOpen brand, nor is it to be considered financial advice.

Source link

Advertisement
Continue Reading

Crypto World

Bitget to end crypto services for Japan residents after regulatory warnings

Published

on

Japan’s FSA orders moomoo Securities to halt new account openings until September

Bitget has begun withdrawing services for residents of Japan, stopping new account registrations immediately and setting a timeline that will lead to mandatory account restrictions later this year.

Summary

  • Bitget has stopped new registrations from Japan and will begin restricting resident accounts from Nov. 1.
  • Users who believe they were wrongly classified as Japan residents must complete address verification before the deadline.
  • Japan’s regulators had repeatedly warned Bitget over providing services without local registration before the exchange announced its exit.
  • The move follows Bitget’s recent practice of limiting access in markets where it does not hold the required local authorization.

Bitget announced on Monday that it has stopped accepting new registrations from residents of Japan and will begin applying account restrictions from Nov. 1 as it exits the market. The exchange also said any positions that remain open on Dec. 31 will be closed automatically as part of the withdrawal process.

Under the plan, users who believe they have been mistakenly identified as residents of Japan must complete Level 2 identity verification, including address verification, before Nov. 1. Bitget said accounts that fail to complete the process by the deadline will continue to be classified as belonging to residents of Japan and will become subject to the restrictions.

Advertisement

Users affected by the changes will receive further instructions by email explaining the required procedures and available options for managing or withdrawing their assets, according to the announcement.

Japan action follows repeated regulatory warnings

The latest decision comes after several warnings issued by Japanese regulators over the past few years.

Japan’s Financial Services Agency first warned Bitget in March 2023 for allegedly offering cryptocurrency services to Japanese residents without registration. The regulator repeated that warning in November 2024, again stating that the exchange had continued operating without obtaining the required authorization.

Regulatory scrutiny continued in June 2025 when the Kanto Local Finance Bureau, a regional bureau of Japan’s Ministry of Finance, issued a separate warning to BTG Technology Holdings Limited. The bureau said the company, which it identified as operating under the Bitget name, had solicited online over-the-counter derivatives transactions without registration.

Advertisement

Rather than announcing plans to seek local authorization in Japan, Bitget has now outlined a timetable for ending services to residents, with new registrations already closed and existing accounts moving toward phased restrictions.

Bitget continues separating markets under local rules

The Japan withdrawal follows a pattern that Bitget has adopted across several jurisdictions, where product availability depends on local regulatory status instead of a single global operating model.

In July, the exchange formally stated that it is not licensed, approved, registered or supervised by the Monetary Authority of Singapore. Bitget also confirmed Singapore remains a prohibited jurisdiction under its terms of use, saying it neither offers nor targets its services to residents there while restricting platform access from the country.

Advertisement

At the same time, Bitget has continued seeking registrations and approvals in markets where it intends to operate. Last month, the company completed registration on New Zealand’s Financial Service Providers Register across several financial service categories and joined the country’s Insurance and Financial Services Ombudsman dispute resolution scheme.

However, New Zealand’s Companies Office states that registration on the FSPR does not by itself represent government approval or active regulatory supervision. Certain financial activities may still require separate authorization from the Financial Markets Authority or the Reserve Bank of New Zealand.

Commenting on the company’s regulatory strategy in previous statements, Bitget CEO Gracy Chen said the exchange would continue pursuing local regulatory requirements as it expands internationally.

Expansion plans continue outside restricted jurisdictions

While reducing access in markets where it lacks local authorization, Bitget has continued preparing for expansion elsewhere.

Advertisement

As previously reported by crypto.news, the company plans to establish a separate U.S. entity before launching services in the country. According to her comments, Bitget intends to secure money-transmitter, broker-dealer and derivatives approvals before entering the U.S. market, regardless of whether Congress ultimately passes the CLARITY Act.

The exchange has also been expanding its tokenized investment products. Chen previously said tokenized traditional assets accounted for between 20% and 30% of Bitget’s spot trading volume during the previous quarter, while more than half of its users held both cryptocurrencies and stocks.

Source link

Advertisement
Continue Reading

Crypto World

Ripple Invests in Zilo, Licuido in Tokenized Capital Markets Push

Published

on

Ripple Invests in Zilo, Licuido in Tokenized Capital Markets Push

Ripple announced two new strategic investments as the blockchain-focused fintech seeks to expand access to tokenized financial assets on its blockchain ledger.

The company said it made strategic investments in Zilo, which provides global transfer agency asset solutions for wealth managers, and in Licuido, a tokenization solutions provider regulated by the UK Financial Conduct Authority, according to a Monday announcement.

Financial details for the investments were not provided. UK-based Zilo has raised $58.7 million in total equity funding, according to data compiled by Traxcn. Licuido is also based in the UK.

Ripple expects these deals to bring regulated transfer agency, issuance, and collateral mobility to its XRP Ledger (XRPL) infrastructure.

Advertisement

Combining the investments aim to help Ripple address the issues tied to idle collateral by enabling tokenized funds to be used as collateral from the point of issuance. The announcement came a week after London-based asset manager Aviva Investors launched a tokenized share class of its US Dollar Liquidity Fund on XRPL, after receiving approval from the Central Bank of Ireland.

Last month, Ripple launched Ripple Mint, a platform that gives institutions new ways to access, mint, redeem and manage its US dollar-pegged stablecoin, Ripple USD (RLUSD). 

XRPL is the 11th-largest blockchain network with $368 million in tokenized real-world assets (RWAs). Ethereum ranked first with $17.1 billion in tokenized RWAs, according to data provider RWA.xyz

Total RWA holders increased by 50% to 1.57 million during the past 30 days, while the total value of tokenized assets rose by 1.5% to $37.3 billion.

Advertisement

Magazine: What NYSE’s exploration of onchain systems means for financial markets

Cointelegraph is committed to independent, transparent journalism. This news article is produced in accordance with Cointelegraph’s Editorial Policy and aims to provide accurate and timely information. Readers are encouraged to verify information independently.

Source link

Continue Reading

Crypto World

Tourism price wars threaten China’s consumer spending

Published

on

Tourism price wars threaten China's consumer spending

SHANGHAI, CHINA – JUNE 29, 2026 – Chinese and foreign tourists visit historical buildings at night near the Bund in Shanghai, China on June 29, 2026. (Photo credit should read CFOTO/Future Publishing via Getty Images)

Cfoto | Future Publishing | Getty Images

China’s domestic tourism market is weakening faster than expected, clouding one of the few bright spots in the country’s sluggish consumer economy.

Advertisement

Hilton China said last week it now expects revenue per available room (RevPAR) to fall by low single digits this year, worse than expectations earlier this year for a flat performance. The hotel group’s RevPAR swung from 1.3% growth in the first quarter, to a 2.2% fall in the second quarter.

“The China economy is sputtering, and I mean it’s growing, but not consistent with what prior growth rates have been,” Christopher Nassetta, President and CEO of Hilton, said in the group’s earnings call on Tuesday, according to a FactSet transcript.

A weekend night in August at a Hilton resort in Dali, Yunnan province, popular with domestic Chinese tourists, runs at $173. But other options recommended on travel booking site Trip.com are less than half the price, with one around $50.

Across China, hotel RevPAR has tumbled 6% year-on-year through late July, following a 1% drop in June, according to Smith Travel Research data cited by Goldman Sachs on Tuesday. That’s after RevPAR rose mildly this spring, the data showed.

Advertisement

A three percentage point drop in occupancy along with a 1% decline in average daily rates versus a year ago dragged down revenue, the Goldman report indicated.

The downturn reflects how China’s post-Covid tourism boom is fading after three years, amid a broader slowdown in the economy and retail sales.

Gary Ng, senior economist at Natixis, noted that there has been a “sharp decline of per-capita spending” on tourism since the third quarter of 2025.

“While tourism is still a bright spot, [it] cannot escape this broad macro trend,” he said, adding that consumers in China increasingly seek more unique or premium experiences, amid slower wage growth.

Advertisement

BAOSHAN, CHINA – JUNE 04: Tourists take photos at a viewing platform overlooking coffee plantations on June 4, 2026 in Baoshan, Yunnan Province of China. Xinzhai Village in Baoshan, known as “China’s First Coffee Village,” has over 70 years of coffee planting history and offers visitors experiences including picking, processing, roasting and brewing. (Photo by Li Jiaxian/China News Service/VCG via Getty Images)

China News Service | China News Service | Getty Images

Trip.com data showed price competition was clear in the three most-popular Chinese regions for travel this summer — Shanghai, Xinjiang and Yunnan.

An August weekend stay in China can cost anywhere from 40 yuan (US$6) to 18,000 yuan (US$2,633) per night, according to a CNBC analysis of Trip.com listings.

Advertisement

One-night stays saw a median price of just 192 yuan (US$28) in Kashgar, Xijiang, 373 yuan (US$55) in Dali, Yunnan, and 595 yuan (US$88) in Shanghai. Although premium rooms costing thousands of yuan lifted the averages, typical prices were far lower, with inexpensive options widely available in all three destinations.

KASHGAR, CHINA – OCTOBER 10: Tourists enjoy the picturesque scenery of the Bandir Blue Lake on October 10, 2025 in Kashgar Prefecture, Xinjiang Uygur Autonomous Region of China. (Photo by Bao Gansheng/VCG via Getty Images)

Vcg | Visual China Group | Getty Images

China’s retail sales have remained sluggish since the pandemic, with spending dipping in May from a year ago. Consumer prices have likewise been subdued, with a slower-than-expected 1% rise in June from a year ago.

Advertisement

Reflecting a sequential decline, the travel sub-index – part of the broader consumer price index – dropped by 0.6% in June from the prior month, according to China’s National Bureau of Statistics. In accompanying commentary, chief statistician Dong Liquan also pointed to sharp price drops in hotel rates and airfares.

The foreign luxury boost

While sentiment towards the domestic tourism market remains dim, inbound travel is emerging as a source of hope for the industry.

Thanks to China’s policy of allowing in travelers visa free from a growing number of countries, including in Europe, visitors from economies with far higher per capita income than China‘s are coming.

Upscale U.S. hotel operator Hyatt on Thursday reported an 18% increase in U.S. visitors into China, and 24% from Europe in the past quarter.

Advertisement

This premium end of the market offers a far brighter picture than the rest of the industry.

“China luxury properties were up 11% this past quarter in China. Lot of it’s leisure. So China is on fire,” Mark Hoplamazian, Hyatt president and CEO, said on the earnings call, according to a FactSet transcript.

Hyatt’s Greater China RevPAR rose 7.2% year-on-year in the second quarter, as Hoplamazian cited “leisure luxury” as a key driver.

Inbound travelers offer modest support for China’s tourism market. Overseas visitors account for 12% to 13% of total tourism spending, according to Natixis estimates.

Advertisement
Choose CNBC as your preferred source on Google and never miss a moment from the most trusted name in business news.

Source link

Continue Reading

Trending

Copyright © 2025