On-chain analyst Wu Ji reported that a whale purchased 23,997 ETH yesterday and subsequently withdrew 2,560 ETH from Binance, an exchange outflow valued at nearly $10 million. The monitored address accumulated a total of 26,557 ETH within a 24-hour window, with an aggregated valuation of approximately $1.079 billion and an average purchase price of $4,065 per ETH, as shown in public on-chain records.
Such on-chain accumulation and the Binance withdrawal are transaction-level data points that market participants use to assess liquidity dynamics and concentration risk. These figures are derived from blockchain monitoring and reflect prevailing spot pricing at the time of the transactions, providing a credible, verifiable snapshot for risk management and order-book analysis.
‘,
‘
🔒 Secure and Fast Transactions
Diversify your investments with a wide range of coins. Join now!
‘,
‘
💎 The Easiest Way to Invest in Crypto
Dont wait to get started. Click now and discover the advantages!
‘
];
var adplace = document.getElementById(“ads-binance”);
if (adplace) {
var sessperindex = parseInt(sessionStorage.getItem(“adsindexBinance”));
var adsindex = isNaN(sessperindex) ? Math.floor(Math.random() * adscodesBinance.length) : sessperindex;
adplace.innerHTML = adscodesBinance[adsindex];
sessperindex = adsindex === adscodesBinance.length – 1 ? 0 : adsindex + 1;
sessionStorage.setItem(“adsindexBinance”, sessperindex);
}
})();