BingX Launches the BingX AI Skills Hub, Enabling More Powerful Trading with OpenClaw

TheNewsCryptoPublished on 2026-03-10Last updated on 2026-03-10

Abstract

BingX, a leading cryptocurrency exchange and Web3-AI company, has launched the BingX AI Skills Hub, a new infrastructure layer designed to transform user interaction with crypto markets through artificial intelligence and OpenClaw. The hub introduces AI-native ways to trade via various AI agents, lowering the entry barrier and improving ease of use. It includes 15 skill modules covering perpetual futures, spot trading, and account management, enabling users to query data, view trends, execute trades, and manage accounts using natural language. The hub supports multi-skill workflows, allowing AI assistants to combine multiple capabilities into automated trading processes. This initiative is part of BingX's broader $300M vision to develop the first truly AI-native crypto exchange.

BingX, a leading cryptocurrency exchange and Web3-AI company, today announced the launch of theBingX AI Skills Hub, a new infrastructure layer equipped to transform how users interact with crypto markets through artificial intelligence and OpenClaw.

The hub introduces new AI-native ways to interact with markets on BingX through a wide variety of AI agents, lowering the barrier to entry for traders and offering enhanced ease-of-use in trading across the platform. BingX AI Skills Hub is the newest addition to the expanding BingX AI, a $300M commitment, as part of the platform’s broader vision to develop the first truly AI-native crypto exchange.

The hub includes 15 skill modules spanning perpetual futures, spot trading, and account management, allowing users to query market data, browse market trends with the latest prices, view positioning, confirm orders, and manage accounts using natural language:

  • Perpetual Futures: AI accesses derivatives market data while executing futures trades and managing related account settings.
  • Spot Trading: Enables AI assistants to monitor spot market activity and carry out spot trading operations while managing associated account assets.
  • Account Management: AI agents can oversee account balances, transfers, sub-accounts, API keys, and broker-related data.
  • Multi-Skill Trading Workflows: BingX AI Skills supports multi-skill workflows, enabling AI assistants to combine multiple capabilities into a single automated trading process.

With BingX AI Skills Hub, BingX is continuing to advance its vision of an AI-native exchange, where intelligent systems and tools simplify trading and make sophisticated market access more intuitive for users worldwide.

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 the main purpose of the newly launched BingX AI Skills Hub?

AThe BingX AI Skills Hub is designed to transform how users interact with crypto markets through artificial intelligence and OpenClaw, introducing AI-native ways to trade with various AI agents to lower the barrier to entry and enhance ease-of-use.

QHow many skill modules are included in the BingX AI Skills Hub and what are the main categories?

AThe hub includes 15 skill modules spanning three main categories: Perpetual Futures, Spot Trading, and Account Management.

QWhat specific functions can AI assistants perform in the Perpetual Futures module?

AIn the Perpetual Futures module, AI can access derivatives market data, execute futures trades, and manage related account settings.

QWhat is the financial commitment behind BingX's broader AI vision, which includes the AI Skills Hub?

AThe broader BingX AI vision, which includes the AI Skills Hub, is part of a $300 million commitment.

QSince when has BingX been the principal partner of Chelsea FC and the first official 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

Rubin Ultra Makes Major Cuts, Even Nvidia Can't Handle Memory Price Hikes?

NVIDIA's Rubin Ultra, the top-tier variant of the newly announced Rubin AI accelerators, has reportedly seen significant specification downgrades, according to an industry report from SemiAnalysis. Initially designed with four compute dies (4-die), the Rubin Ultra is now said to be reduced to a 2-die design. Key changes highlighted in the report include: * **No increase in peak theoretical compute performance**, remaining at 35 PFLOPs like the standard Rubin. * **Severe reduction in memory capacity** to 192GB using 8-Hi HBM stacks, which is less than the standard Rubin's 288GB using 12-Hi stacks. * **Negligible memory bandwidth improvement** of only 1 TB/s. * **Slightly higher chip-level power consumption**. * The **primary upgrade is a massive increase in scale-up interconnect capacity**, supporting connections for up to 576 GPUs via NVLink, compared to 72 for the standard Rubin. The report suggests the redesign is primarily a cost-optimization move driven by the sharp rise in HBM (High-Bandwidth Memory) prices. By reducing the expensive HBM content and shifting investment towards enhanced system-scale networking, NVIDIA aims to maintain the platform's value for large-scale AI training clusters while managing soaring material costs. The news reportedly triggered a sell-off in South Korean memory stocks, with SK Hynix and Samsung shares falling around 8%, as markets grew concerned that NVIDIA—a major HBM buyer—might be reducing its reliance on high-capacity memory, potentially capping future pricing power for memory makers.

Odaily星球日报7m ago

Rubin Ultra Makes Major Cuts, Even Nvidia Can't Handle Memory Price Hikes?

Odaily星球日报7m ago

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

This article introduces a novel training paradigm for generative models called Explorative Modeling (XM), which enables true end-to-end training. Traditionally, powerful generative models like autoregressive and diffusion models are not trained end-to-end. They are trained to predict a single small step but require iterative multi-step sampling for inference. This "exposure bias" leads to error accumulation and limits performance. The core challenge XM addresses is "mode blurring." In generative tasks, a single input (e.g., "generate a dog") corresponds to many valid outputs (multiple modes). Standard training objectives like reconstruction loss force the model to average these modes, producing unrealistic, blurry outputs. To avoid this, existing models break generation into many small, almost deterministic steps, sacrificing end-to-end training. XM tackles this by restructuring the training loop itself. Its key insight is to amplify "generative expressivity." For each training input, instead of generating one sample, the model generates K candidate outputs. Only the candidate closest to the real data is used for computing the loss and updating the model via backpropagation. This simple "best-of-K" mechanism is implemented as a short for-loop. By exploring multiple possibilities, the model learns to distribute its guesses across different modes rather than collapsing to their uninformative average. The paper demonstrates that "exploration" acts as a new, powerful scaling axis. Gains from XM increase with model size, data scale, and compute. Experiments show improvements in FID scores for image generation and significant efficiency gains, sometimes outperforming larger models without exploration. When pushed to the limit, XM enables fully single-step, end-to-end generative models. In robotics tasks, an "Explorative Policy" matched the performance of a 100-step Diffusion Policy with a single forward pass, drastically improving inference speed. While the best-of-K concept is not entirely new, the authors' contribution lies in formally understanding it as a direct method to boost generative expressivity without fragmenting the generation process. This work suggests that as models scale, enhancing exploration during training may become crucial for overcoming fundamental performance bottlenecks.

marsbit1h ago

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

marsbit1h 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 AI (AI) are presented below.

活动图片