主页 » 加密新闻
Seeker 用户有 90 天时间领取 SKR,逾期未领取的代币将在 4 月截止日期后返回 Solana Mobile 的空投池。
}
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 终于推出了备受期待的 SKR,这是其 Seeker 智能手机生态系统的原生代币。分发活动于周二晚上 9:00 ET 正式启动。
符合资格的 Seeker 用户可以通过 Seed Vault Wallet 的活动跟踪标签领取并选择性质押其分配额度,需要少量 SOL 余额来完成交易。
SKR 登陆 Solana
用户有 90 天的领取期限,之后未领取的代币将在 4 月 20 日后返回空投池。在 Seeker Season 1 期间向 Solana dApp 商店提交合格应用程序的开发者也有资格通过发布门户领取分配额度。
公告中写道,
SKR 作为 SPL 代币在 Solana 上发行,支持 Seeker——Solana Mobile 的第二代 Web3 设备平台,被定位为早期 Saga 手机的继任者。
代币经济学
该代币的总供应量固定为 100 亿枚。30% 已分配给用户和开发者的空投,25% 预留用于生态系统增长和合作伙伴关系,10% 保留用于流动性和启动相关需求。
另外 10% 指定用于社区金库,而 Solana Mobile 和 Solana Labs 分别获得 15% 和 10%。Solana Mobile 根据从 Seeker 设备和应用程序记录的已验证活动来确定哪些用户将获得 SKR。
您可能还喜欢:
SKR 旨在支持生态系统内的治理和质押。它将使持有者能够委托代币、赚取奖励,并参与与平台经济和举措相关的决策。该代币的官方网站透露,它采用线性通胀模型,第一年从 10% 开始,每年下降 25%,直到稳定在 2% 的终端利率,届时 Seeker Season 2 将开始,并扩展应用程序、奖励和活动跟踪。
CryptoPotato 读者的秘密合作伙伴奖励:使用此链接注册并解锁 1,500 美元的 BingX Exchange 独家奖励(限时优惠)。
来源: https://cryptopotato.com/solana-mobiles-long-awaited-skr-token-goes-live/


