BingX Lists SKR, the Native Token of Solana Mobile

TheNewsCryptoPublished on 2026-01-21Last updated on 2026-01-21

Abstract

BingX, a leading crypto exchange, has announced the listing of SKR, the native token of the Solana Mobile ecosystem. This provides traders with opportunities to engage in the platform's governance and network development. To celebrate, BingX is hosting a SKR Listing Carnival from January 21 to 28, offering new user rewards, trading missions, and a total prize pool of $100,000 in SKR, along with fixed-term benefits and extra Xpool points. SKR is the utility token powering Solana Mobile's recently launched second-generation Web3 smartphone. It enables governance and incentivization within the platform, allowing users to stake tokens to Guardians to participate in activities like verifying device authenticity and reviewing dApps. Stakers are also rewarded for helping secure the network. The listing aligns with BingX's strategy to expand its spot trading offerings and connect users with innovative Web3 projects. SKR, backed by an active community, highlights BingX's commitment to providing access to emerging opportunities in the blockchain space.

BingX, a leading crypto exchange and Web3-AI company, today announced the listing of SKR, the native asset of the Solana Mobile ecosystem, opening up more opportunities for traders to participate in Solana Mobile’s platform governance and network development.

To celebrate the listing, BingX is launching a SKR Listing Carnival from January 21 to January 28, with new user special rewards and trading missions for users to participate and share a total prize pool of $100,000 in SKR, along with SKR Fixed Term Wealth benefits and extra Xpool points.

Following the launch of Solana Mobile’s second-generation Web3-native smartphone, SKR powers its ecosystem for governance and incentives. The token powers governance and incentivization within the platform, distributing control while fostering collaboration among builders, users, and hardware partners. By staking SKR to Guardians, users can actively participate in platform governance, from verifying device authenticity to coordinating dApp reviews and enforcing community standards. Additionally, stakers are rewarded for helping to secure the network, further strengthening the ecosystem.

The listing of SKR represents another step in BingX’s commitment to expanding its spot trading offerings and connecting users with cutting-edge projects. As one of the most widely anticipated tokens backed by an active and growing community, SKR underscores BingX’s dedication to providing access to emerging opportunities in the Web3 and blockchain space.

About BingX

Founded in 2018, BingX is a leading crypto exchange and Web3-AI company, serving over 40 million users worldwide. Ranked among the top five global crypto derivatives exchanges and a pioneer of crypto copy trading, BingX addresses the evolving needs of users across all experience levels.

Powered by a comprehensive suite of AI-driven products and services, including futures, spot, copy trading, and TradFi offerings, BingX empowers users with innovative tools designed to enhance performance, confidence, and efficiency.

BingX has been the principal partner of Chelsea FC since 2024, and became the first official crypto exchange partner of Scuderia Ferrari HP in 2026.

For media inquiries, please contact: media@bingx.com

For more information, please visit: https://bingx.com/

Disclaimer: TheNewsCrypto does not endorse any content on this page. The content depicted in this Press Release does not represent any investment advice. TheNewsCrypto recommends our readers to make decisions based on their own research. TheNewsCrypto is not accountable for any damage or loss related to content, products, or services stated in this Press Release.

TagsBingXPress Release

Trending Cryptos

Related Questions

QWhat is SKR and which ecosystem does it power?

ASKR is the native asset of the Solana Mobile ecosystem, powering its platform for governance and incentives.

QWhat event is BingX hosting to celebrate the SKR listing and what are the dates?

ABingX is launching a SKR Listing Carnival from January 21 to January 28 to celebrate the listing.

QWhat is the total prize pool for users participating in the SKR Listing Carnival?

AThe total prize pool for the carnival is $100,000 in SKR, along with SKR Fixed Term Wealth benefits and extra Xpool points.

QHow can users participate in the Solana Mobile platform governance using SKR?

AUsers can stake their SKR to Guardians to participate in platform governance, including verifying device authenticity, coordinating dApp reviews, and enforcing community standards.

QSince when has BingX been the principal partner of Chelsea FC and the first crypto exchange partner of Scuderia Ferrari HP?

ABingX has been the principal partner of Chelsea FC since 2024 and became the first official crypto exchange partner of Scuderia Ferrari HP in 2026.

Related Reads

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

Claude has introduced a major new feature called "Record a Skill," available for Pro, Max, and Team users. This function, found in the Claude desktop app's CoWork menu, allows users to create reusable AI skills simply by recording their screen and providing voice narration while performing a task. Claude then automatically analyzes the recording and generates a functional Skill. A hands-on test confirmed the feature works seamlessly. Users start recording via the Skills manager, perform their workflow while verbally explaining the steps and logic, and avoid including sensitive information. After recording, Claude processes the content and creates the Skill, which can be saved and later invoked with a slash command (/). This eliminates the need for manual adjustments or writing complex instruction files. The innovation goes beyond mere efficiency. Previously, creating a Skill required writing a detailed SKILL.md file in Markdown—a significant barrier for non-technical users. "Record a Skill" bypasses this by directly capturing both actions and the implicit reasoning shared in the narration. This lowers the barrier to knowledge transfer and automation, addressing a core challenge in corporate knowledge management: the difficulty of getting experts to write and maintain documentation. However, the feature also highlights a shift in the nature of work. A case study from March 2026 showed a freelancer whose five-year client relationship was effectively replaced by a hand-coded Claude Skill automating their content workflow. With the even lower barrier of screen recording, the ability to distill personal expertise into automatable skills accelerates this trend. The "moat" for work is moving from simply knowing how to do a task to mastering tasks that are difficult or impossible to automate.

marsbit4m ago

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

marsbit4m ago

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

Feeding "Noise" to AI Can Improve Performance: A Method Enables Positive Transfer from Noise This work, Semi-Supervised Noise Adaptation (SSNA), introduces a Noise Adaptation Framework (NAF) that challenges traditional transfer learning. Instead of requiring a labeled source domain of real data (e.g., images, text), NAF uses randomly generated Gaussian noise as the source. For a target task with C classes, it constructs C noise clusters by sampling from Gaussian distributions. Although this synthetic noise contains no semantic meaning, NAF trains it to form a discriminative class structure in a shared representation space—clustering same-class noise and separating different classes. The key is aligning this learned structure from the noise domain to the real, sparsely labeled target domain. A small number of target labels are still essential to establish the correspondence between noise clusters and actual classes. The training objective combines: 1) supervised loss on the few labeled target samples, 2) classification loss for the noise to build its structure, and 3) a distribution alignment loss (using Negative Domain Similarity) to minimize the gap between the noise and target domains in the shared space. Experiments show significant gains in few-label settings. With just 4 labels per class, NAF with a ResNet-18 backbone improves accuracy over a standard supervised baseline (ERM) by +12.35% on CIFAR-10, +7.61% on CIFAR-100, +4.38% on DTD-47, and +2.74% on Caltech-101. It also benefits fine-grained datasets and scales to ImageNet-1K (with 100 labels/class) and text classification (AG News). NAF can be integrated into existing semi-supervised methods like FixMatch for further gains. Ablation studies confirm the transferred benefit comes from the discriminative structure of the noise, not randomness itself. Collapsing all noise into a single point causes negative transfer, while increasing separation between noise cluster centers improves performance. The amount of noise per class is less critical once a basic structure forms. In conclusion, this work demonstrates that for positive transfer, the semantic content of source data may not be necessary. What can be effectively transferred is the *organizational structure* of categories within a representation space. This offers a promising alternative for scenarios where real source data is unavailable due to privacy, copyright, or procurement constraints.

marsbit5m ago

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

marsbit5m ago

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of SOL (SOL) are presented below.

活动图片