Skywork-Reward-V2: Leading the New Milestone for Open-Source Reward Models 1893

In September 2024, Skywork first open-sourced the Skywork-Reward series models and related datasets. Over the past nine months, these models and data have been widely adopted by the open-source community for research and practice, with over 750,000 cumulative downloads on the HuggingFace platform, helping multiple frontier models achieve excellent results in authoritative evaluations such as RewardBench.

On July 4, 2025, Skywork continues to open-source the second-generation reward models – the Skywork-Reward-V2 series, comprising 8 reward models based on different base models of varying sizes, with parameters ranging from 600 million to 8 billion. These models have achieved top rankings across seven major mainstream reward model evaluation benchmarks.

Skywork-Reward-V2 Download Links
HuggingFace: https://huggingface.co/collections/Skywork/skywork-reward-v2-685cc86ce5d9c9e4be500c84
GitHub: https://github.com/SkyworkAI/Skywork-Reward-V2
Technical Report: https://arxiv.org/abs/2507.01352

Reward models play a crucial role in the Reinforcement Learning from Human Feedback (RLHF) process. In developing this new generation of reward models, we constructed a hybrid dataset called Skywork-SynPref-40M, containing a total of 40 million preference pairs.

To achieve large-scale, efficient data screening and filtering, Skywork specially designed a two-stage human-machine collaborative process that combines high-quality human annotation with the scalable processing capabilities of models. In this process, humans provide rigorously verified high-quality annotations, while Large Language Models (LLMs) automatically organize and expand based on human guidance.

Based on the above high-quality hybrid preference data, we developed the Skywork-Reward-V2 series, which demonstrates broad applicability and excellent performance across multiple capability dimensions, including general alignment with human preferences, objective correctness, safety, resistance to style bias, and best-of-N scaling capability. Experimental validation shows that this series of models achieved the best performance on seven mainstream reward model evaluation benchmarks.

01 Skywork-SynPref-40M: Human-Machine Collaboration for Million-Scale Human Preference Data Screening

Even the most advanced current open-source reward models still perform inadequately on most mainstream evaluation benchmarks. They fail to effectively capture the subtle and complex characteristics of human preferences, particularly when facing multi-dimensional, multi-level feedback.

Additionally, many reward models tend to excel on specific benchmark tasks but struggle to transfer to new tasks or scenarios, exhibiting obvious “overfitting” phenomena. Although existing research has attempted to improve performance through optimizing objective functions, improving model architectures, and recently emerging Generative Reward Models, the overall effectiveness remains quite limited.

We believe that the current fragility of reward models mainly stems from the limitations of existing preference datasets, which often have limited coverage, mechanical label generation methods, or lack rigorous quality control.

Therefore, in developing the new generation of reward models, we not only continued the first generation’s experience in data optimization but also introduced more diverse and larger-scale real human preference data, striving to improve data scale while maintaining data quality.

Consequently, Skywork proposes Skywork-SynPref-40M – the largest preference hybrid dataset to date, containing a total of 40 million preference sample pairs. Its core innovation lies in a “human-machine collaboration, two-stage iteration” data selection pipeline.

Stage 1: Human-Guided Small-Scale High-Quality Preference Construction

The team first constructed an unverified initial preference pool and used Large Language Models (LLMs) to generate preference-related auxiliary attributes such as task type, objectivity, and controversy. Based on this, human annotators followed a strict verification protocol and used external tools and advanced LLMs to conduct detailed reviews of partial data, ultimately constructing a small-scale but high-quality “gold standard” dataset as the basis for subsequent data generation and model evaluation.

Subsequently, we used preference labels from the gold standard data as guidance, combined with LLM large-scale generation of high-quality “silver standard” data, thus achieving data volume expansion. The team also conducted multiple rounds of iterative optimization: in each round, training reward models and identifying model weaknesses based on their performance on gold standard data; then retrieving similar samples and using multi-model consensus mechanisms for automatic annotation to further expand and enhance silver standard data. This human-machine collaborative closed-loop process continues iteratively, effectively improving the reward model’s understanding and discrimination of preferences.

Stage 2: Fully Automated Large-Scale Preference Data Expansion

After obtaining preliminary high-quality models, the second stage turns to automated large-scale data expansion. This stage no longer relies on manual review but uses trained reward models to perform consistency filtering:

  • If a sample’s label is inconsistent with the current optimal model’s prediction, or if the model’s confidence is low, LLMs are called to automatically re-annotate;
  • If the sample label is consistent with the “gold model” (i.e., a model trained only on human data) prediction and receives support from the current model or LLM, it can directly pass screening.

Through this mechanism, the team successfully screened 26 million selected data points from the original 40 million samples, achieving a good balance between preference data scale and quality while greatly reducing the human annotation burden.

02 Skywork-Reward-V2: Matching Large Model Performance with Small Model Size

Compared to the previous generation Skywork-Reward, Skywork newly released Skywork-Reward-V2 series provides 8 reward models trained based on Qwen3 and LLaMA3 series models, with parameter scales covering from 600 million to 8 billion.

On seven mainstream reward model evaluation benchmarks including Reward Bench v1/v2, PPE Preference & Correctness, RMB, RM-Bench, and JudgeBench, the Skywork-Reward-V2 series comprehensively achieved current state-of-the-art (SOTA) levels.

Compensating for Model Scale Limitations with Data Quality and Richness

Even the smallest model, Skywork-Reward-V2-Qwen3-0.6B, achieves overall performance nearly matching the previous generation’s strongest model, Skywork-Reward-Gemma-2-27B-v0.2, on average. The largest scale model, Skywork-Reward-V2-Llama-3.1-8B, achieved comprehensive superiority across all mainstream benchmark tests, becoming the currently best-performing open-source reward model overall.

Broad Coverage of Multi-Dimensional Human Preference Capabilities

Additionally, Skywork-Reward-V2 achieved leading results in multiple advanced capability evaluations, including Best-of-N (BoN) tasks, bias resistance capability testing (RM-Bench), complex instruction understanding, and truthfulness judgment (RewardBench v2), demonstrating excellent generalization ability and practicality.

Highly Scalable Data Screening Process Significantly Improves Reward Model Performance

Beyond excellent performance in evaluations, the team also found that in the “human-machine collaboration, two-stage iteration” data construction process, preference data that underwent careful screening and filtering could continuously and effectively improve reward models’ overall performance through multiple iterative training rounds, especially showing remarkable performance in the second stage’s fully automated data expansion.

In contrast, blindly expanding raw data not only fails to improve initial performance but may introduce noise and negative effects. To further validate the critical role of data quality, we conducted experiments on a subset of 16 million data points from an early version. Results showed that training an 8B-scale model using only 1.8% (about 290,000) of the high-quality data already exceeded the performance of current 70B-level SOTA reward models. This result again confirms that the Skywork-SynPref dataset not only leads in scale but also has significant advantages in data quality.

03 Welcoming a New Milestone for Open-Source Reward Models: Helping Build Future AI Infrastructure

In this research work on the second-generation reward model Skywork-Reward-V2, the team proposed Skywork-SynPref-40M, a hybrid dataset containing 40 million preference pairs (with 26 million carefully screened pairs), and Skywork-Reward-V2, a series of eight reward models with state-of-the-art performance designed for broad task applicability.

We believe this research work and the continued iteration of reward models will help advance the development of open-source reward models and more broadly promote progress in Reinforcement Learning from Human Feedback (RLHF) research. This represents an important step forward for the field and can further accelerate the prosperity of the open-source community.

The Skywork-Reward-V2 series models focus on research into scaling preference data. In the future, the team’s research scope will gradually expand to other areas that have not been fully explored, such as alternative training techniques and modeling objectives.

Meanwhile, considering recent development trends in the field – reward models and reward shaping mechanisms have become core components in today’s large-scale language model training pipelines, applicable not only to RLHF based on human preference learning and behavior guidance, but also to RLVR including mathematics, programming, or general reasoning tasks, as well as agent-based learning scenarios.

Therefore, we envision that reward models, or more broadly, unified reward systems, are poised to form the core of AI infrastructure in the future. They will no longer merely serve as evaluators of behavior or correctness, but will become the “compass” for intelligent systems navigating complex environments, helping them align with human values and continuously evolve toward more meaningful goals.

Additionally, Skywork released the world’s first deep research AI workspace agents in May, which you can experience by visiting: skywork.ai

Previous ArticleNext Article

WeChange Launches Across 190+ Countries to Expand Crypto Access Worldwide 79

WeChange, a noncustodial global crypto onramp, announces the official launch of its noncustodial fiat-to- crypto on-ramp, designed to simplify how everyday users buy and sell digital assets while maintaining full control of their funds. The platform goes live globally on January 30, supporting bank transfer methods across more than 190 countries.

Built to address the complexity and high fees often associated with traditional crypto exchanges, WeChange enables users to access crypto through familiar payment rails, including SEPA, ACH, Faster Payments, PIX, and SPEI. Fees start at 2.5 percent, offering a more transparent and affordable alternative to platforms that frequently charge significantly higher rates.

Reducing Friction in Crypto Onboarding

WeChange is designed for users who want a straightforward way to enter the crypto ecosystem without navigating complicated interfaces or relinquishing custody of their assets. As a noncustodial platform, WeChange does not hold user funds. All transactions are executed directly to users’ wallets, prioritizing transparency, control, and security.

The platform is available across most of Europe, the Americas, Asia Pacific, and Africa, with availability determined by local regulatory requirements. Certain jurisdictions remain restricted in accordance with international compliance standards.

Launch Features and Roadmap

At launch, users can transact using supported bank transfer methods, allowing them to buy and sell crypto directly through their local financial infrastructure. Credit and debit card support is planned for Q2 2026 and will enable users to purchase crypto through an in-app card experience. When introduced, card payments will support major networks including Visa, Mastercard, and American Express.

The January launch marks the first milestone in WeChange’s broader roadmap, which focuses on expanding payment options, improving user onboarding, and continuing to lower barriers for individuals entering the crypto economy.

Users can find detailed information on supported regions, payment methods, and upcoming features at www.wechange.com.

About WeChange

WeChange is a global, noncustodial fiat-to- crypto on-ramp built to make digital asset access simpler, more transparent, and more affordable. By supporting local bank transfers and prioritizing user self-custody, WeChange enables individuals worldwide to buy and sell crypto without unnecessary complexity or excessive fees.

For more information, visit www.wechange.com.

Digital Genesis Fund Launches European Platform for Tokenized Real-World Infrastructure 103

The Digital Genesis Fund (DGF) has officially launched as a new European investment platform focused on real-world infrastructure for the digital age, combining institutional regulation with Web3, tokenization, and AI-driven value creation.

Structured as a Luxembourg SICAV-RAIF, the Digital Genesis Fund is designed to deploy long-term capital into infrastructure where technology enables structural transformation of real markets. Rather than pursuing short-term trends, the Fund focuses on scalable, transparent investment structures that connect emerging technologies with productive, real-world assets.

The Fund launches with its first active compartment, MILC (Media Industry Licensing Content), an operational media infrastructure platform that enters the portfolio with significant entrepreneurial groundwork already in place. MILC has been pre-financed with approximately EUR 20 million and is supported by a contributed content library valued at around EUR 35 million, forming a strong foundation for international expansion and further infrastructure development.

MILC addresses a core challenge in the global media industry: distribution has become borderless, while value-creation models remain outdated. By combining tokenized intellectual property, AI-supported production and distribution processes, and a growing global creator ecosystem, MILC positions itself as an infrastructural driver for the transition of the creator economy from centralized Web2 models to open, Web3-based systems.

The Digital Genesis Fund operates within a clearly defined European regulatory framework. The Fund is managed by 6M as AIFM and Fund Advisor, with Securities S.A. serving as Depositary, EY as Auditor, and DLA Piper providing legal structuring and advisory services. This institutional setup is designed to provide long-term stability while enabling innovation at scale.

The Fund was initiated by Hendrik Hey, media entrepreneur and founder of Welt der Wunder, who brings nearly three decades of experience building large-scale media platforms and more than ten years of hands-on experience in blockchain and Web3 infrastructure.

As Hendrik Hey explains it, “We are not just building a platform. We are architecting the protocol that will power the immersive content economies of the next decade.”

The launch of the Digital Genesis Fund marks the first step in a broader platform strategy, with additional compartments planned across infrastructure and technology verticals.

To learn more about the Digital Genesis Fund and follow upcoming announcements as the platform develops, stay tuned for official updates and future communications from the Fund.

About MILC

Hendrik Hey is the Founder of MILC (Media Industry Licensing Content), a pioneering company in the blockchain and metaverse space, with a strong background in media and content. MILC operates a real live metaverse platform that serves not only the media industry but also various industrial use cases. The company also focuses on Web3 consulting, aiming to support complex real-world industries on their way into Web3. MILC is a sister company of European media giant Welt der Wunder, which Hey founded over 25 years ago. For more information, please visit https://www.milc.global

DigiFT Introduces First Actively Managed Tokenized Equity Fund with BNY as Investment Management Services Provider 101

  • First actively managed tokenized equity fund extending tokenization beyond single assets to professionally managed public equity strategies
  • Tokenized on Ethereum and distributed via DigiFT, providing eligible investors a regulated on-chain way to invest
  • Advances institutional adoption of tokenization, building on BNY’s deep investment expertise and DigiFT’s track record of bringing Tier-1 asset manager strategies on-chain

DigiFT, a regulated on-chain exchange for institutional real-world assets, today announced the introduction of DigiFT U.S. Equity Income Fund (“bEQTY”), the first actively managed tokenized U.S. equity income fund on the Ethereum public blockchain.

The launch of bEQTY, which is eligible for accredited investors, represents a significant milestone in the evolution of tokenization—marking a shift from early experimentation with blockchain-based financial instruments toward enabling investors to construct more complete, portfolio-relevant strategies on-chain.

BNY serves as the investment manager for the underlying traditional U.S. equity income strategy which extends tokenization into actively managed public equities. This launch demonstrates how regulated on-chain infrastructure is advancing beyond initial applications to address more sophisticated areas of the capital markets.

Tokenization as institutional portfolio infrastructure

Public equities remain a core component of institutional portfolios. Tokenization introduces a digitally native form factor that enables programmable settlement, enhanced transparency, and more streamlined lifecycle management—without changing the underlying investment strategy or governance framework.

By representing equity income strategies on regulated on-chain infrastructure, eligible investors gain greater flexibility in how sophisticated financial instruments are held, transferred, and integrated into portfolios, supporting more agile capital management.

For Web3-native allocators, as on-chain treasuries and funds mature, there is growing interest in incorporating assets that introduce exposure to the real-economy and are less correlated with crypto-native market cycles.

The launch also illustrates how regulated on-chain marketplaces can support wider institutional participation by enabling eligible investors to access the strategy through DigiFT’s regulated framework.

Henry Zhang, Founder and Group CEO of DigiFT, said: “For years, tokenization has been about proving the technology. This launch proves its use case. By bringing an actively managed equity income strategy on-chain within a regulated market, we’re demonstrating how blockchain infrastructure is becoming part of mainstream institutional finance.”

Doni Shamsuddin, Head of Asia Pacific, BNY Investments, said: “We are thrilled to work with DigiFT in bridging traditional finance and emerging on-chain solutions for institutional investors. Leveraging BNY’s deep investment capabilities, we enable a professionally managed portfolio on blockchain — anchored in established trust, scale, and governance.”

From experimentation to portfolio-relevant strategies

Tokenization has gained early traction in short-duration and cash-like instruments, demonstrating the operational benefits of blockchain within regulated frameworks.

As tokenization matures, extending its capabilities into actively managed public equities represents a natural next phase—moving beyond single assets toward actively managed strategies within regulated market infrastructure.

About DigiFT

DigiFT is a next-generation exchange for tokenized real-world assets (RWAs), licensed by the Monetary Authority of Singapore (MAS) and the Hong Kong Securities and Futures Commission (SFC). The platform offers end-to-end digital asset services—including tokenization, issuance, distribution, trading, and instant liquidity provision—purpose-built for institutional RWAs. Trusted by global financial institutions, DigiFT is the on-chain tokenization and distribution partner for leading asset managers such as Invesco, UBS Asset Management, and Wellington Management. For more information, visit https://digift.io

About BNY

BNY is a global financial services platforms company at the heart of the world’s capital markets. For more than 240 years BNY has partnered alongside clients, using its expertise and platforms to help them operate more efficiently and accelerate growth. Today BNY serves over 90% of Fortune 100 companies and nearly all the top 100 banks globally. BNY supports governments in funding local projects and works with over 90% of the top 100 pension plans to safeguard investments for millions of individuals. As of December 31, 2025, BNY oversees $59.3 trillion in assets under custody and/or administration and $2.2 trillion in assets under management.

BNY is the corporate brand of The Bank of New York Mellon Corporation. Headquartered in New York City, BNY has been named among Fortune’s World’s Most Admired Companies and Fast Company’s Best Workplaces for Innovators. Additional information is available on www.bny.com.

Verito and Filed Partner to Deliver AI-Powered Tax Automation on the Industry’s Highest-Rated Cloud Infrastructure 117

G2’s #1-ranked hosting provider and AICPA-backed AI platform combine to create Advisory-Ready Infrastructure, helping accounting firms escape data entry and shift to higher-value services

Verito, the top-rated cloud hosting and managed IT provider for accounting firms, today announced a strategic partnership with Filed, the AI-powered tax automation platform selected for the 2025 AICPA/CPA.com Startup Accelerator.

The partnership combines Filed’s AI automation, which cuts tax prep time by 40–80%, with Verito’s #1-ranked hosting infrastructure, creating what the companies call Advisory-Ready Infrastructure : a foundation that frees firms from manual compliance and data-entry work so they can focus on higher-margin advisory services.

The Capacity Problem Holding Firms Back

The accounting profession faces a stark math problem. With 75% of CPAs nearing retirement and a shortage of nearly 340,000 professionals, firms can’t hire their way to growth. Meanwhile, nearly 40% of preparers’ time disappears into repetitive data entry, hours that could generate advisory revenue at 2–3x rates.

Most firms want to offer more advisory services. Few have the capacity to deliver them.

The Verito + Filed partnership addresses both sides of that equation. Filed’s Intelligent Tax Workspace automates the manual stage, document intake, data extraction, and return population, all while working inside the tax software firms already use: Drake, UltraTax, Lacerte, ProSeries, and CCH Axcess. So preparers log in to review-ready returns instead of blank forms. Verito’s infrastructure ensures that automation runs fast, stays online, and meets IRS and FTC compliance requirements.

The result: firms recapture thousands of hours previously lost to data entry. Those hours become available for client advisory, strategic planning, and the high-value work that drives growth.

Verito earned #1 rankings in 18 separate G2 categories this winter spanning Usability, Results, Relationship, and Implementation indexes for cloud hosting, managed hosting, and dedicated hosting. The company maintains 100% uptime since 2016, a 95 Net Promoter Score, and sub-60-second support response times from technicians trained on professional tax applications.

“The firms we serve don’t just want compliant infrastructure. They want capacity to grow,” said Jatin Narang, CEO of Verito Inc. “Filed eliminates the data entry that traps preparers in low-value work. We make sure that automation runs on infrastructure that never flinches. Together, we’re giving firms something they’ve never had: the time to actually advise their clients.”

What the Partnership Means for Accounting Firms

Under the agreement, Verito becomes Filed’s preferred cloud hosting and managed IT provider. The partnership delivers:

  • For Filed users: Preferred pricing on Verito’s private cloud hosting and managed IT services, with IRS Publication 4557 and FTC Safeguards Rule compliance built in
  • For Verito clients: Discounted access to Filed’s AI automation platform, enabling faster return preparation without changing existing workflows
  • For firms shifting to advisory: An integrated ecosystem where AI handles prep work, infrastructure handles performance and compliance, and preparers handle the strategic work that commands premium fees

“Great software only works if it’s supported by great infrastructure, and Verito understands the operational realities of accounting firms, and they know how to support modern firms with the right cloud hosting and managed IT Services needed to scale operations.” said Leroy Kerry, CEO of Filed. “We’re excited to partner with them so firms can adopt Filed knowing the technology behind it is secure, dependable, and built to grow with them.”

The Infrastructure Behind the Partnership

Verito earned #1 rankings in 18 G2 Index categories, including:

  • #1 Usability Index for Cloud Application Hosting
  • #1 Results Index for Cloud Application Hosting
  • #1 Relationship Index for Cloud Application Hosting
  • #1 Implementation Index for Cloud Application Hosting
  • #1 Usability Index for Managed Hosting
  • #1 Results Index for Managed Hosting
  • #1 Implementation Index for Managed Hosting
  • #1 Relationship Index for Managed Hosting

Accounting firms ready to build their Advisory-Ready Infrastructure can learn more at verito.com/partners/filed.

About Verito

Verito provides private cloud hosting, managed IT, and compliance solutions exclusively for tax and accounting firms. With 1,000+ clients, 100% uptime since 2016, and a 95 Net Promoter Score, Verito operates under a simple promise: It just works. Securely. Learn more at verito.com.

About Filed

Filed is an AI-powered Intelligent Tax Workspace that automates tax return preparation while integrating with existing professional tax software. Backed by $17.2 million in funding from Northzone, Day One Ventures, and Neo, and selected for the 2025 AICPA/CPA.com Startup Accelerator, Filed helps accounting firms cut prep time by 40–80% and process 3–4x more returns without additional headcount. Learn more at filed.com.

Tharimmune, Inc. Announces Pricing of $55 Million Underwritten Registered Offering 170

Tharimmune, Inc., the first publicly traded company to leverage Canton Coin to support the Canton Network’s ability to digitize traditional financial markets, today announced the pricing of a $55 million registered offering.

Tharimmune, Inc. operates a differentiated digital asset treasury strategy by actively participating in the Canton Network – a privacy-enabled, secure blockchain hosting trillions in assets on chain.

The offering is expected to close on or about January 21, 2026, subject to the satisfaction of customary closing conditions. The transaction includes the issuance of 1,800,000 shares of its common stock at a price of $2.92 per share and pre-funded warrants to purchase up to 17,000,000 shares of common stock at a price of $2.9199 per pre-funded warrant. The offering will provide the Company with additional growth capital for the continued expansion and development of its Canton-centric digital asset treasury strategy, as well as with working capital for general corporate purposes.

Clear Street is acting as sole bookrunner for the offering.

About Tharimmune

Tharimmune, Inc. is the first publicly traded company to leverage Canton Coin and support the Canton Network to advance institutional blockchain adoption and the digitization of financial markets. In addition to driving value through activities on the Canton Network, Tharimmune also operates clinical-stage biotech research and development. For more information, visit www.tharimmune.com. References to information included on, or accessible through, websites do not constitute incorporation by reference of the information contained at or available through such websites, and you should not consider such information to be part of this press release.

AIxC Announces AIxC Hub Exceeds 500,000 Registered Wallets in First Week Following Launch 156

AIxCrypto Inc. (“AIxC”), a pioneer in Embodied AI (EAI) infrastructure, today announced that its flagship platform, AIxC Hub has surpassed 500,000 registered wallets and 200,000 daily active participants (DAU) within seven days of its launch.

High-Frequency Engagement & Behavioral Intelligence

The platform has processed millions of directional predictions on the Company’s proprietary C10 Index. Beyond simple engagement, AIxC Hub serves as a massive behavioral data engine, capturing real-time human decision-making patterns to train the Company’s Embodied AI models.

  • Zero-Capital Arena: A zero capital participation model that removes financial barriers, allowing for authentic analytical instincts
  • C10 Index Forecasting: Users perform high-frequency predictions on top digital assets, updated every 10 seconds
  • Merit-Based Recognition: A unified Points system rewards accuracy and community participation, creating a highly engaging skill-building environment

“Reaching 500,000 accounts in a week validates our strategy of using zero-capital environments to collect high-quality behavioral intelligence,” said Jerry Wang, Co-CEO of AIxC. “These datasets are the foundational inputs our EAI systems need to optimize decision-making in real-world asset (RWA) contexts.”

Global Community Network & Data Integrity

AIxC has built a robust global user network through multi-channel outreach. The Company maintains approximately 42,000 followers across social media platforms (AIxC Twitter 23,000 + Foundation Twitter 19,000), with core communities concentrated in Discord (27,000 members) and Telegram (17,000 members), totaling approximately 44,500 community members. This multi-tiered community architecture provides a solid foundation for the platform’s rapid growth.

To ensure the integrity of this training data, AIxC utilizes advanced AI-driven quality assurance to filter automated bot activity, ensuring the dataset reflects genuine human cognition. With users distributed across multiple countries and regions, the platform is building a globally diverse behavioral library essential for training adaptable AI systems.

Deep Community Engagement Initiatives

The Company will host its first Twitter Space next week, themed “Futurist Dialogue: Where Are the Opportunities for Ordinary People in the AI Era?” The event will feature industry guests discussing the convergence of AI and Crypto, alongside the launch of the Company’s first community AMA to address questions about the product roadmap.

Concurrently, the platform will launch an interactive AI Agent that uses gamified dialogue to help users understand their decision-making styles. After users provide basic information such as birth details and professional background, the AI generates personalized behavioral analysis.

To explore AIxC Hub, visit:
https://hub.aixcrypto.ai

To explore AIxC S1 Arena gameplay and season rules, visit:
https://aixc.gitbook.io/aixc-hub-docs-en/

About AIxCrypto:  

AIxCrypto is a U.S.-Nasdaq listed company dedicated to building a world-leading ecosystem that integrates AI and blockchain while bridging Web2 and Web3. Its core products include the BesTrade DeAI Agent and the AIxC ecosystem products.