Onchain Lens monitoring reports that a single whale address has executed continuous withdrawals of PUMP from Binance over the past 11 hours, totaling 1.3 billion PUMP, equivalent to approximately $10.61 million. These on-chain transfers were publicly observed on blockchain explorers and aggregated by Onchain Lens’ analytics feed.
Market participants and analysts are advised to monitor exchange reserve metrics and on-chain wallet flows for further clarity; large outbound transfers can affect liquidity and order-book depth but do not inherently indicate intent. All figures are based on real-time on-chain reporting from Onchain Lens and exchange withdrawal records, with no unverified attributions made regarding destination or purpose.
‘,
‘
🔒 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);
}
})();