According to official sources cited by COINOTAG News on September 15, Binance will suspend Rootstock (RIF) token deposit and withdrawal services on October 2, 2025, 00:00 (UTC+8) to support a scheduled network upgrade and hard fork. The exchange has communicated the operational pause as a risk mitigation measure to ensure transaction finality during the protocol transition.
The Rootstock project team has scheduled the protocol change at block height 8,052,200, targeted for October 2, 2025, 01:00 (UTC+8). Market participants are advised to adjust liquidity management and monitor official confirmations; deposit and withdrawal services will resume only after validators and custodians confirm network stability.
‘,
‘
🔒 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);
}
})();