On September 8, COINOTAG reported that monitoring by LookIntoChain identified a Metalpha-affiliated wallet executing an on-chain transfer of 11,500 ETH (approximately $49.34 million). The transaction comprised a withdrawal from the lending protocol Aave and a subsequent deposit to the custodial exchange Binance, reflecting a measurable liquidity shift from protocol-held collateral to exchange custody. On-chain records confirm the ledger entries without indicating protocol compromise; this activity should be interpreted as an asset reallocation with potential implications for short-term exchange balance dynamics rather than as a definitive market-moving event.
‘,
‘
🔒 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);
}
})();