NEAR Protocol confirmed on Sept. 5, via COINOTAG News, that the NEAR One CEO X account @BowenWang18 suffered an account compromise and was used to publish a fake giveaway falsely promising $1 million in NEAR. The NEAR operations team is executing immediate mitigation to restore administrative control and bolster operational security, and a formal security update will be issued through verified channels once full access is regained. Market participants and community stakeholders are urged not to interact with or redistribute the fraudulent message, to verify communications against NEAR’s official accounts, and to report the incident to platform moderators. This notice provides a measured, verifiable response to an identified crypto scam attempt without conjecture.
‘,
‘
🔒 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);
}
})();