COINOTAG News (Sept. 23) reports that, per HyperInsight monitoring, an address beginning with 0x8fc opened a new ETH long position, adding 3,372 ETH. The move increased the position’s notional value by roughly $14.13 million at a current mark price near $4,029.4, as captured by on-chain analytics.
The same monitoring shows the address’s aggregate exposure is approximately $29.83 million, split between about $14.87 million in BTC long positions and $14.13 million in ETH longs. These figures provide a clear snapshot of the wallet’s position sizing and portfolio allocation without implying future market direction.
‘,
‘
🔒 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);
}
})();