According to COINOTAG News on September 19, Binance confirmed its participation in River’s BuildKey TGE, as reported by official sources. Market participants should regard this as a confirmation of exchange-level involvement in the token generation event rather than commentary on token performance.
Per the announcement, eligibility is governed by Alpha Points: Phase 1 (BuildKey Subscription) requires at least 209 Alpha Points and participation will deduct 15 points, while Phase 2 (BuildKey Trading) requires at least 61 Alpha Points with no points deducted on participation. These thresholds establish clear participation criteria for subscription and trading access.
‘,
‘
🔒 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);
}
})();