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

Strategy Sold Over $100 Million in Bitcoin, Buys Back More STRC

Published

on

Strategy has increased its US dollar reserve and expanded its preferred-stock repurchases. The otherwise Bitcoin-focused company is moving to strengthen its balance sheet.

The firm added $250 million to its cash reserve, bringing the total to $4 billion. It also repurchased approximately $81 million worth of its Variable Rate Series A Perpetual Stretch Preferred Stock (STRC).

The transaction builds on the firm’s recently introduced Digital Credit Capital Framework. The company intends to use its dollar reserve primarily to cover preferred-stock dividends and debt interest, reducing the need to sell Bitcoin during periods of market stress.

Advertisement

What Saylor failed to mention in the tweet was that the firm also sold some 1,638 BTC for approximately $105 million between July 27 and August 2 at an average price of $63,957 – according to the official filing.

Screenshot 2026-08-03 at 15.12.25
Source: SEC

The post Strategy Sold Over $100 Million in Bitcoin, Buys Back More STRC appeared first on CryptoPotato.

Source link

Continue Reading

Crypto World

Ethereum price risks $1,700 as support weakens

Published

on

Ethereum 4-hour chart shows a rounded-top pattern, negative MACD and weak money flow as ETH tests support near $1,825.

Ethereum price fell 2% to around $1,847 on Aug. 3 after another rejection near key moving averages left the $1,800 support zone exposed.

Summary

  • Ethereum price fell 2.04%, reaching an intraday low of $1,828.
  • ETH remains below its 50-day and 100-day moving averages at $1,889 and $1,927.
  • 4-hour MACD and Chaikin Money Flow readings show weak momentum and continued selling pressure.
  • A break below $1,800 could bring $1,785 and $1,700 into focus.

ETH slides after failing to reclaim $1,900

According to data from crypto.news, Ethereum (ETH) price traded at $1,847 at the time of writing, down 2.04% over the previous 24 hours. The token moved between an intraday high of $1,886 and a low of $1,829 on Binance.

The decline extended ETH’s retreat from its July 27 high near $1,975. Buyers have now failed several times to sustain a move above the resistance zone between $1,950 and $1,975.

Advertisement

ETH briefly rebounded after touching $1,828, but the recovery stalled around $1,850. That left the token near the lower end of its recent trading range and inside the closely watched $1,800–$1,850 support area.

The broader daily structure also remains defensive. Ethereum trades below its 50-day simple moving average at $1,889, its 100-day SMA at $1,927, and its 200-day SMA at $2,089.

Weak liquidity deepens Ethereum’s sell-off

The immediate pressure came from Ethereum’s failure to reclaim the moving-average resistance between $1,889 and $1,927. Sellers entered after the latest attempt faded, pushing ETH below $1,850 and toward its Aug. 3 low.

Advertisement

The 4-hour chart shows the price rolling over after forming a broad curved top below $1,975. Lower highs since late July suggest that buying demand has weakened, although ETH must still break below $1,800 to confirm a larger bearish continuation.

Ethereum 4-hour chart shows a rounded-top pattern, negative MACD and weak money flow as ETH tests support near $1,825.
Ethereum price 4-hour chart — Aug. 3 | Source: crypto.news

Momentum indicators support the cautious outlook. The 4-hour Moving Average Convergence Divergence remains below zero, with the MACD line near -10.46 and the signal line at about -9.92.

Chaikin Money Flow stands at -0.14. The negative reading indicates that selling volume has outweighed buying volume over the indicator’s measurement period.

Ethereum also faces broader liquidity pressure. A sharp weekly decline in Binance stablecoin netflows suggests less immediately available capital is entering the exchange, potentially reducing the buy-side liquidity available during market declines. However, exchange flows can change quickly and do not determine price direction alone.

Longer-term concerns include weaker institutional demand for Ethereum products relative to Bitcoin and lower mainnet fee revenue as activity shifts toward Layer-2 networks. These factors have weakened Ethereum’s investment narrative, but the current move remains primarily tied to the chart rejection and wider risk-off positioning.

Advertisement

Losing $1,800 could expose ETH to $1,700

The first support range sits between $1,828 and $1,800. ETH has already attracted buyers near the upper part of that zone, but repeated tests could weaken the remaining demand.

Ethereum daily chart shows ETH near $1,847, below its 50-day and 100-day moving averages, as RSI falls under 50.
Ethereum price daily chart — Aug. 3 | Source: crypto.news

Ethereum’s lower daily moving-average ribbon stands near $1,785. A daily close below that level would strengthen the bearish setup and expose $1,700, followed by the June accumulation region around $1,550–$1,600.

CoinGlass’ 24-hour liquidation heatmap shows nearby leveraged-position clusters around $1,840, $1,820 and $1,810. A move through those levels could liquidate leveraged long positions and accelerate short-term volatility.

Ethereum 24-hour liquidation heatmap shows major liquidity clusters around $1,820 and between $1,860 and $1,875.
Ethereum liquidation heatmap | Source: CoinGlass

The map also shows overhead liquidity around $1,860–$1,875. If ETH rebounds above that range, short liquidations could help drive the price toward $1,890 and $1,920.

On the upside, Ethereum must first reclaim its 50-day SMA at $1,889. A daily close above the 100-day SMA at $1,927 would improve the setup, while a breakout above $1,975 would invalidate the current sequence of lower highs and place $2,000 back in focus.

The daily Relative Strength Index stands at 48.81, below its signal average of 56.44. The reading points to weakening momentum but remains well above oversold territory, leaving room for further selling if $1,800 fails.

Advertisement

Analyst sees Ethereum at a critical support zone

Crypto analyst Ted Pillows described the current support range as decisive for Ethereum’s next move.

“ETH is currently in the $1,800–$1,850 support level,” Pillows said. “This is very crucial for Ethereum to hold, or else it could drop towards $1,700.”

His chart presents two potential paths. Holding the current zone could allow ETH to recover toward $1,950 and then $2,050, while a confirmed breakdown could send the price toward $1,700.

The forecast aligns with the support levels visible on the daily chart, but the $1,700 target would require ETH to lose both the psychological $1,800 level and support near $1,785.

Advertisement

Fed outlook adds pressure on US crypto investors

Changing expectations for US monetary policy remain an additional risk for Ethereum and other speculative assets. Higher Treasury yields and a stronger dollar can reduce investor demand for crypto by increasing the relative appeal of dollar-denominated assets.

Slower-than-expected Federal Reserve rate cuts would keep financial conditions tighter and could limit institutional risk-taking. Ethereum may therefore remain sensitive to upcoming US inflation, employment and Fed policy signals.

For US investors, the near-term setup depends on whether ETH can defend $1,800 as macro liquidity remains constrained. A recovery above $1,927 would improve the technical outlook, but a daily close below $1,785 would shift attention toward $1,700.

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

Advertisement

Source link

Advertisement
Continue Reading

Crypto World

Solana price risks $70 drop as buyers retreat

Published

on

Solana daily chart shows SOL near $72.55 with bearish momentum and support around $71.49.

Solana price slipped below $73 on Aug. 3 as weak spot demand and sustained capital outflows raised the risk of a drop toward $70.

Summary

  • Solana price fell 1.47% to $72.55, placing the token near its daily lower Bollinger Band.
  • The 4-hour chart shows SOL below all four tracked moving averages, with the 200-period SMA at $76.79.
  • Chaikin Money Flow dropped to -0.17, indicating that selling pressure continued to outweigh buying demand.
  • Liquidation liquidity is concentrated near $73.50–$74.50, making that zone the first major upside test.

Solana price extends its decline below $73

According to data from crypto.news, Solana (SOL) price traded at $72.55 on Aug. 3, down 1.47% on the daily chart after moving between an intraday high of $73.67 and a low of $71.98.

The decline extended a broader pullback from the July high near $82.50. SOL has formed a sequence of lower highs since that peak, with sellers defending rebounds around $78 and then $76.

Advertisement
Solana daily chart shows SOL near $72.55 with bearish momentum and support around $71.49.
Solana price daily chart — Aug. 3 | Source: crypto.news

Price has now fallen below the daily Bollinger Band midpoint at $75.09. This level previously acted as support but has turned into the first major resistance area.

SOL briefly moved below the lower Bollinger Band at $71.49 before recovering above $72. That reaction shows buyers remain active around $71.50–$72, but the limited rebound suggests they have not regained control.

The Awesome Oscillator stood at -3.56, with its red bars expanding below zero. That reading points to strengthening bearish momentum on the daily timeframe rather than an immediate trend reversal.

Flat spot demand weakens SOL’s recovery

Solana attempted to rebound after falling toward $71 on Aug. 2, but spot demand failed to recover alongside price.

Advertisement

Analyst Ted Pillows described the divergence as a sign of weakness.

“$SOL is bouncing back. But spot demand is flat. Sign of weakness.”

The 4-hour Chaikin Money Flow reading supports that view. CMF fell to -0.17, meaning more capital was leaving SOL than entering it during the measured period.

Solana 4-hour chart shows SOL below key moving averages as capital outflows persist.
Solana price 4-hour chart — Aug. 3 | Source: crypto.news

Declining spot participation can leave a rebound dependent on leveraged derivatives positions. Such moves are more vulnerable to reversals because they lack the direct buying pressure needed to absorb new selling.

The weakness also comes as activity tied to speculative Solana tokens cools from previous peaks. Lower decentralized exchange activity and weaker fee generation would reduce one source of demand for SOL, which traders need to pay network fees and interact with on-chain applications.

Four-hour indicators keep sellers in control

Solana remains below every major moving average displayed on the 4-hour chart. The 20-period SMA stands at $72.96, followed by the 50-period SMA at $73.88 and the 100-period SMA at $75.06.

Advertisement

The 200-period SMA, currently near $76.79, represents the strongest overhead technical barrier. SOL would need to reclaim that level to weaken the current sequence of lower highs.

The moving averages are also bearishly ordered, with each shorter-term average sitting below the longer-term measures. That structure suggests the decline is established across several trading horizons.

A move above $72.96 could open a retest of $73.88. The $73.88–$75.06 range is particularly important because it combines two moving averages with liquidity visible on the three-day liquidation heatmap.

Failure to reclaim that area would leave SOL exposed to another test of $71.50. A daily close below the lower Bollinger Band could bring $70 into focus, followed by the June support region near $67.50.

Advertisement

Liquidation clusters could increase volatility

CoinGlass’ three-day liquidation heatmap shows the largest nearby concentration of leveraged positions above the current price, particularly around $73.50–$74.

SOL liquidation heatmap shows liquidity clusters near $74 above and $71.50 below.
Solana liquidation heatmap | Source: CoinGlass

Additional liquidity appears near $74.50 and $76, creating potential targets if SOL begins a short-covering rebound. A move into these clusters could force bearish traders to close positions, accelerating the recovery.

However, liquidity also appears below the market around $71.50 and $70. These clusters could attract price if support near $72 fails.

This leaves SOL between competing liquidity zones. The closer upside concentration could produce a short-term bounce, but the weak CMF reading and bearish moving-average structure suggest any recovery must be confirmed by stronger spot buying.

Fee-burn vote offers Solana a potential catalyst

SolanaFloor reported that proposals addressing Solana’s fee burn and token disinflation were set to enter an initial vote on Aug. 3.

Advertisement

According to the report, the measures would double annual disinflation to 30%, remove about $1.36 billion in projected token issuance over six years and increase daily burns from roughly 650 SOL to 9,000 SOL.

Those figures remain projected outcomes rather than confirmed changes. The proposals must progress through governance before they can alter SOL’s supply dynamics.

Advertisement

For US investors, the immediate backdrop also remains tied to broader risk appetite. High-beta tokens such as SOL can face added pressure when elevated Treasury yields make lower-risk dollar assets more attractive. A shift in Federal Reserve expectations or US yields could therefore affect whether buyers return at the current support zone.

The short-term outlook remains bearish below $75.06. Reclaiming that level would improve the setup and expose $76.79, while a confirmed break below $71.49 would increase the risk of a move toward $70.

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

Advertisement

Source link

Advertisement
Continue Reading

Crypto World

Ethereum ETFs Post Best Month Since October 2025 but Fed Hold Chills Demand

Published

on

Ethereum ETF Monthly Flows

Ethereum (ETH) spot ETFs recorded their strongest month since October 2025. Yet the ending week of July raises concerns about whether institutional appetite is already fading.

Inflows dropped 74% in the final week as the Federal Reserve held rates steady. The pullback raises a key question over whether the demand will carry into August.

Ethereum ETF Inflows Hit 9-Month High Before Buyers Retreat

Ethereum funds attracted $365.17 million in July, their best showing in 9 months, per SoSoValue. The total came after back-to-back redemptions of $540.88 million in May and $528.99 million in June.

Follow us on X to get the latest news as it happens

Advertisement
Ethereum ETF Monthly Flows
Ethereum ETF Monthly Flows. Source: SoSoValue

The recovery lost steam fast, though. Weekly inflows collapsed from $103.9 million to $27.42 million in the week ending July 31.

Price action offered little help. ETH touched $1,967 on July 27, its highest level in nearly two months, before sliding to about $1,863 by Friday, CoinGecko data shows.

Demand also slowed across other ETF products. Bitcoin (BTC) funds shed $61.53 million during the week, snapping three straight weeks of net buying. 

Hyperliquid (HYPE) products bled for a third consecutive week, losing $14.75 million. XRP (XRP) ETFs added $14.86 million, pushing cumulative inflows past $1.5 billion.

Fed Hold and Hike Odds Put August Demand in Question

Macro caution appears central to the retreat. The Federal Reserve voted 9-3 on July 29 to keep the interest rate at 3.50%-3.75%. 

Advertisement

Three regional presidents, Beth Hammack, Neel Kashkari, and Lorie Logan, dissented in favor of a hike with inflation still above target. Markets now price in a 64% chance of a quarter-point hike in September, keeping tightening risk alive for risk assets.

“I want to stress, of course, that decisions by this committee matter a great deal, and where necessary and appropriate, we will not hesitate to act,” Fed Chair Kevin Warsh said.

If investors stay risk-off into August, the late-July slowdown may extend and erase the month’s progress. However, a revival in demand would confirm July’s rebound as the start of a broader recovery rather than a one-month bounce. The Fed’s Jackson Hole symposium in late August may offer the next signal.

Subscribe to our YouTube channel to watch leaders and journalists provide expert insights

The post Ethereum ETFs Post Best Month Since October 2025 but Fed Hold Chills Demand appeared first on BeInCrypto.

Advertisement

Source link

Continue Reading

Crypto World

Saylor sells more bitcoin, buys back more STRC

Published

on

Strategy’s STRC maintains dividend at 11.5% after steady increases

Strategy (MSTR) raised $104.73 million last week with the sale of 1,638 bitcoin, and raised an additional $290.6 million via the sale of common stock.

Alongside, the company repurchased 912,143 shares of its high-yielding preferred stock STRC for $81.2 million, according to an SEC filing Monday morning.

The bitcoin sales reduced Strategy’s holdings to 842,138 BTC, acquired for $63.51 billion at an average price of $75,419. The company lifted its USD reserve by $250 million.

The company announced over the weekend that it would maintain STRC’s annual dividend rate at 12%, saying it does not intend to recommend a reduction until the shares trade consistently near their stated $100 value.

Advertisement

Source link

Continue Reading

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

Trending

Copyright © 2025