ホーム » 暗号資産ニュース
Seekerユーザーは、4月の期限後に未請求トークンがSolana MobileのAirdrop+プールに戻される前に、SKRを請求するための90日間の猶予があります。
}
function loadTrinityPlayer(targetWrapper, theme,extras="") {
cleanupPlayer(targetWrapper); // Always clean first ✅
targetWrapper.classList.add('played');
// Create script
const scriptEl = document.createElement("script");
scriptEl.setAttribute("fetchpriority", "high");
scriptEl.setAttribute("charset", "UTF-8");
const scriptURL = new URL(`https://trinitymedia.ai/player/trinity/2900019254/?themeAppearance=${theme}${extras}`);
scriptURL.searchParams.set("pageURL", window.location.href);
scriptEl.src = scriptURL.toString();
// Insert player
const placeholder = targetWrapper.querySelector(".add-before-this");
placeholder.parentNode.insertBefore(scriptEl, placeholder.nextSibling);
}
function getTheme() {
return document.body.classList.contains("dark") ? "dark" : "light";
}
// Initial Load for Desktop
if (window.innerWidth > 768) {
const desktopBtn = document.getElementById("desktopPlayBtn");
if (desktopBtn) {
desktopBtn.addEventListener("click", function () {
const desktopWrapper = document.querySelector(".desktop-player-wrapper.trinity-player-iframe-wrapper");
if (desktopWrapper) loadTrinityPlayer(desktopWrapper, getTheme(),'&autoplay=1′);
});
}
}
// Mobile Button Click
const mobileBtn = document.getElementById("mobilePlayBtn");
if (mobileBtn) {
mobileBtn.addEventListener("click", function () {
const mobileWrapper = document.querySelector(".mobile-player-wrapper.trinity-player-iframe-wrapper");
if (mobileWrapper) loadTrinityPlayer(mobileWrapper, getTheme(),'&autoplay=1′);
});
}
function reInitButton(container,html){
container.innerHTML = " + html;
}
// Theme switcher
const destroyButton = document.getElementById("checkbox");
if (destroyButton) {
destroyButton.addEventListener("click", () => {
setTimeout(() => {
const theme = getTheme();
if (window.innerWidth > 768) {
const desktopWrapper = document.querySelector(".desktop-player-wrapper.trinity-player-iframe-wrapper");
if(desktopWrapper.classList.contains('played')){
loadTrinityPlayer(desktopWrapper, theme,'&autoplay=1′);
}else{
reInitButton(desktopWrapper,'Listen')
const desktopBtn = document.getElementById("desktopPlayBtn");
if (desktopBtn) {
desktopBtn.addEventListener("click", function () {
const desktopWrapper = document.querySelector(".desktop-player-wrapper.trinity-player-iframe-wrapper");
if (desktopWrapper) loadTrinityPlayer(desktopWrapper,theme,'&autoplay=1');
});
}
}
} else {
const mobileWrapper = document.querySelector(".mobile-player-wrapper.trinity-player-iframe-wrapper");
if(mobileWrapper.classList.contains('played')){
loadTrinityPlayer(mobileWrapper, theme,'&autoplay=1′);
}else{
const mobileBtn = document.getElementById("mobilePlayBtn");
if (mobileBtn) {
mobileBtn.addEventListener("click", function () {
const mobileWrapper = document.querySelector(".mobile-player-wrapper.trinity-player-iframe-wrapper");
if (mobileWrapper) loadTrinityPlayer(mobileWrapper,theme,'&autoplay=1′);
});
}
}
}
}, 100);
});
}
})();
AIで要約
AIで要約
Solana Mobileは火曜日21:00 ETに、待望のSKR、Seekerスマートフォンエコシステムのネイティブトークンをついにローンチしました。配布が開始されました。
対象となるSeekerユーザーは、Seed Vault WalletのActivity Trackingタブから割り当てを請求し、オプションで暗号資産のステーキングすることができます。取引を完了するには少量のSOL残高が必要です。
SKRがSolanaに登場
ユーザーには請求のための90日間の猶予期間があり、その後、4月20日以降、未請求トークンはAirdrop+プールに返却されます。Seeker Season 1中にSolana dApp Storeに対象アプリケーションを提供した開発会社も、Publishing Portal経由で割り当てを請求する資格があります。
発表では以下のように述べられています。
SKRはSolana上のSPLトークンとして発行され、Solana Mobileの第2世代Web3デバイスプラットフォームであるSeekerをサポートし、以前のSaga携帯の後継機として位置付けられています。
トケノミクス
トークンの総供給量は100億枚に固定されています。30%はユーザーと開発者へのトークンエアドロップに割り当てられ、25%はソラナエコシステムの成長とパートナーシップのために確保され、10%は流動性とローンチ関連のニーズのために予約されています。
さらに10%はコミュニティートレジャリー用に指定され、Solana MobileとSolana Labsはそれぞれ15%と10%を受け取ります。Solana Mobileは、Seekerデバイスとアプリから記録された検証済みのアクティビティに基づいて、どのユーザーがSKRを受け取るかを決定しました。
こちらもおすすめ:
SKRは、エコシステム内のガバナンスと暗号資産のステーキングをサポートするように設計されています。保有者はトークンを委任し、報酬を獲得し、プラットフォームの経済とイニシアチブに関する意思決定に参加できます。トークンの公式ウェブサイトによると、線形インフレモデルを採用しており、初年度は10%から始まり、毎年25%ずつ減少し、最終的に2%の終端金利で安定します。Seeker Season 2は、拡張されたアプリ、報酬、アクティビティトラッキングとともに開始されます。
CryptoPotatoの読者限定シークレットパートナーシップボーナス:このリンクを使用して登録し、BingX Exchangeの特典で1,500ドルを獲得しましょう(期間限定オファー)。
ソース: https://cryptopotato.com/solana-mobiles-long-awaited-skr-token-goes-live/


