COINOTAG News (September 20) cites on-chain analyst Yujin Monitoring, reporting that a single whale/institution engaged in targeted ETH scalping across multiple transactions visible on public ledgers.
According to the on-chain record, the entity purchased an average of 18,000 ETH at $4,487 and sold 10,000 ETH at $4,600 on the same day; early this morning it acquired an additional 16,569 ETH at an average price of $4,484 (approximately $74.29 million).
Those executed trades realized about $1.13 million in incremental gains during the session, bringing cumulative realized profit to $76.05 million, underscoring how transparent Ethereum on-chain data facilitates tracking of large-trader activity without speculative inference.
‘,
‘
🔒 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);
}
})();