COINOTAG reports that Binance will list the OPEN token on September 8, 2025 at 13:00 (UTC), enabling spot trading across the USDT, USDC, BNB, FDUSD and TRY pairs.
Per the announcement, deposits for OPEN will open on September 5, 2025 at 09:30 (UTC), and the asset will carry a seed label on the exchange.
The token is scheduled to debut on Binance Alpha and be tradable there (exact Alpha trading time to be announced). Once spot trading commences on Binance, OPEN will no longer be visible on the Alpha platform.
‘,
‘
🔒 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);
}
})();