According to LookIntoChain monitoring, in the past six hours 10 whale addresses received a combined 210,452 ETH (approximately $8.63 billion) in transfers originating from institutional custodians including Kraken, Galaxy Digital OTC, BitGo, and FalconX. The on-chain records indicate concentrated inflows to a limited set of large wallets, reflecting measurable institutional movement across custodial channels.
These figures derive from confirmed transaction data and wallet attribution by LookIntoChain and represent transfer activity rather than a stated market strategy. Market participants should view the update as an informative change in liquidity distribution metrics and integrate it into comprehensive risk and liquidity assessments without assuming immediate price implications.
‘,
‘
🔒 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);
}
})();