According to an official announcement, Binance will temporarily suspend token deposits and withdrawals on the Near Protocol (NEAR) network on 23 September 2025 at 08:00 (UTC+8) to support a planned network upgrade. The exchange cited this custodial maintenance window as necessary to mitigate operational risk and preserve user funds while the protocol undergoes the scheduled infrastructure change.
The project team is slated to perform the hard fork at 09:00 (UTC+8) the same day, and Binance said it will monitor chain finality and network stability before re-enabling services. Market participants should factor the temporary suspension into liquidity and settlement planning for NEAR-related positions.
‘,
‘
🔒 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);
}
})();