COINOTAG reported on September 17 that, according to OnchainLens monitoring, a dormant whale wallet inactive for nearly 12 years moved 1,000 BTC (approximately $1.1595 billion) from address 1NzHXRDizgEGaJZfBG46k66QXpRzDrtpZo; the funds were dispersed to four new on‑chain addresses, a transaction fully verifiable on public ledgers.
This movement constitutes a measurable on‑chain liquidity event and will be tracked by market participants and chain analysts for subsequent flows. No custodial identity or intent has been disclosed in the on‑chain data; the transfer itself is a documented change in Bitcoin supply distribution observable via block explorers and standard chain 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);
}
})();