From sell-off to surge: BONK breaks out as whales return in force

ambcrypto發佈於 2025-11-25更新於 2025-11-26

Key Takeaways

Why is BONK up today?

Because buyers — especially whales — stepped in aggressively after the recent dip, flipping market dominance back to the buy side.

What confirms the renewed demand?

A 111% surge in volume, 4.3T in buy orders over three days, and a positive Buy-Sell Delta of 300B signal strong accumulation.


After a period of prolonged downtrend, BONK reached a bottom.

The memecoin has closed at higher highs since hitting a local low of $0.00000844 four days ago.

 In fact, on the daily charts, Bonk [BONK] rallied 13.25%, hitting a high of $0.0000103 before slightly retracing to $0.00001007 at press time. 

Over the same period, its volume surged 111% to $194 million, indicating increased capital inflows. But why is BONK up today?

BONK buyers buy the dip

Significantly, as BONK declined, holders and investors turned to aggressive selling, fearing more losses. 

As such, sellers had dominated the market until days ago, when buyers stepped in to buy the dip. As a result, buyers have retaken the spot market, as evidenced by Spot Taker CVD. 

Bonk spot taker CVDBonk spot taker CVD

Source: CryptoQuant

According to CryptoQuant, this metric has shown buyer dominance over the past seven days, reflecting sustained demand. 

Historically, buyers’ dominance has preceded stellar price performance in an asset’s price charts. 

Significantly, these demands have been more prevalent in the past three days. Over this period, the memecoin recorded 4.3 trillion in Buy Volume. 

This buying pressure skyrocketed in the past 24 hours, with the memecoin recording 2.4 trillion in Buy volume compared to 2.2 trillion in Sell Volume. 

Bonk buy sell volumeBonk buy sell volume

Source: Coinalyze

As a result, the memecoin recorded a Buy Sell Delta of 300 billion, a clear sign of aggressive spot accumulation. 

Whales take charge

Interestingly, some of the most active buyers in the market have been mostly whales. Spot Average Order Size data from CryptoQuant showed large whale orders. 

Bonk spot average order sizeBonk spot average order size

Source: CryptoQuant

Typically, large whale orders reflect increased participation from large entities, in this case, as they accumulate the memecoin.

Historically, increased whale accumulation has accelerated upward pressure on an asset’s price, driving prices higher.

Furthermore, exchange activities further echoed this accumulation trend. According to Coinglass, BONK’s Spot Netflow turned negative for the first time in three days.

Bonk NetflowBonk Netflow

Source: CoinGlass

At press time, Netflow was -$385.6k, a significant drop from $2.11 million the previous day. Such a massive decline indicates increased outflows from the exchanges.

A start of a sustained uptrend?

According to AMBCrypto, BONK bounced back as buyers, including whales, stepped into the market to accumulate the memecoin.

For that reason, its Stochastic RSI surged to 68, signaling buyers’ dominance. At the same time, its Relative Vigor Index (RVGI) made a bullish crossover, validating the trend’s strength.

Bonk RVGI & RSIBonk RVGI & RSI

Source: TradingView

Typically, when momentum indicators are set this way, they signal potential trend continuation. Thus, if the recent demand holds, BONK will target $0.000011.

Hitting these levels will strengthen the memecoin and push it to $0.000013, completing the breakout. However, if demand dwindles quickly and profit takers emerge, BONK will drop to $0.000009.

Share

熱門幣種推薦

你可能也喜歡

八年投入急转弯,以太坊为何突然放弃Poseidon?

以太坊基金会研究员Justin Drake近日宣布,以太坊将在Layer 1层放弃已研发八年的SNARK友好型哈希算法Poseidon,转而采用SHA2或BLAKE2等传统哈希函数。这一重大转向源于后量子密码学研究的突破性进展。 Poseidon自2019年起因其在零知识证明电路中的高效性,被广泛用于zkRollup等应用。但其算法历史较短,密码学分析时间不足。而随着后量子安全成为硬性要求,其局限性显现。最新的SNARK设计,特别是基于“二进制域”的证明系统(如Binius和Flock),已能高效处理传统哈希函数的布尔运算,使得SHA2等成熟算法在证明性能上可媲美甚至超越Poseidon,消除了采用后者的主要优势。 另一关键因素是应对量子计算威胁的时间表正在加速。报告预测“量子破译日”可能在本世纪30年代初到来,将对区块链资产构成巨大风险。以太坊因此需要尽快采用经过长期密码分析验证的、抗量子攻击能力更强的哈希方案。其后续量子路线图计划于2027年推出核心构件leanVM,并在2028年完成共识层、执行层和数据层的部署。 与此同时,其他公链如Solana已选定后量子签名方案Falcon,而StarkNet也计划采用BLAKE2等算法。以太坊此次转向,标志着技术重点从“设计SNARK友好型哈希”转变为“设计哈希友好型SNARK”,是在后量子时代选择更成熟、更稳健的密码学基元的战略调整。

marsbit44 分鐘前

八年投入急转弯,以太坊为何突然放弃Poseidon?

marsbit44 分鐘前

全球程序员都在给Anthropic白送钱!官方终于看不下去了

Anthropic官方发布博客,针对开发者使用Claude Code时可能产生的不必要高额费用,总结了六条核心省钱建议: 1. 任务完成后及时使用 `/clear` 清理对话,避免无关历史占用上下文。 2. 对话开始时固定好模型和推理强度,中途切换会导致提示缓存失效,需全价重新计算历史。 3. 使用 `@` 引用文件,而非手动输入路径,可避免Claude进行工具调用和试探性读取,减少上下文累积。 4. 为输出冗长的命令(如运行测试)添加静默参数,减少输出内容对上下文的占用。 5. 在会话缓存仍有效时(如休息前)进行 `/compact` 压缩对话,成本仅为十分之一。 6. 将产生大量输出的任务交由子Agent处理,其独立上下文不会污染主对话。 文章解释了费用产生的机制:输入token(预填充)成本较低,输出token(解码)成本约为其5倍。模型(Opus/Sonnet/Haiku)和推理强度直接影响单价和token数量。 **提示缓存是关键的省钱杠杆**:若请求前缀与之前完全相同,服务器可加载缓存结果,读取成本仅为正常输入价的10%。但切换模型、改变推理强度、执行压缩、缓存过期等操作都会导致缓存失效。 此外,对话历史会因不断追加文件内容和命令输出而“变胖”,导致后续每轮对话成本呈接近平方级(O(n²))增长。除了上述建议,还可使用 `/rewind` 回退无效轮次以保住前面缓存。 文章指出,管理token开销正成为AI时代开发者的新技能,关系到使用效率和成本控制。Anthropic自身大量使用AI编写代码,精细的成本管理至关重要。

marsbit2 小時前

全球程序员都在给Anthropic白送钱!官方终于看不下去了

marsbit2 小時前

交易

現貨

熱門文章

如何購買BONK

歡迎來到HTX.com!在這裡,購買Bonk (BONK)變得簡單而便捷。跟隨我們的逐步指南,放心開始您的加密貨幣之旅。第一步:創建您的HTX帳戶使用您的 Email、手機號碼在HTX註冊一個免費帳戶。體驗無憂的註冊過程並解鎖所有平台功能。立即註冊第二步:前往買幣頁面,選擇您的支付方式信用卡/金融卡購買:使用您的Visa或Mastercard即時購買Bonk (BONK)。餘額購買:使用您HTX帳戶餘額中的資金進行無縫交易。第三方購買:探索諸如Google Pay或Apple Pay等流行支付方式以增加便利性。C2C購買:在HTX平台上直接與其他用戶交易。HTX 場外交易 (OTC) 購買:為大量交易者提供個性化服務和競爭性匯率。第三步:存儲您的Bonk (BONK)購買Bonk (BONK)後,將其存儲在您的HTX帳戶中。您也可以透過區塊鏈轉帳將其發送到其他地址或者用於交易其他加密貨幣。第四步:交易Bonk (BONK)在HTX的現貨市場輕鬆交易Bonk (BONK)。前往您的帳戶,選擇交易對,執行交易,並即時監控。HTX為初學者和經驗豐富的交易者提供了友好的用戶體驗。

838 人學過發佈於 2024.12.11更新於 2026.06.02

如何購買BONK

相關討論

歡迎來到 HTX 社群。在這裡,您可以了解最新的平台發展動態並獲得專業的市場意見。 以下是用戶對 BONK (BONK)幣價的意見。

活动图片