OSL Group Completes Acquisition of Banxa, Accelerating Construction of Global Compliant Payment Network

marsbit发布于2026-01-02更新于2026-01-02

文章摘要

OSL Group (863.HK), a leading stablecoin trading and payment platform in Asia, has announced the completion of its strategic acquisition of Banxa Holdings Inc., a global Web3 payment service provider. This marks a significant milestone in OSL's strategy to build a global compliant payment network and expand its stablecoin ecosystem. Following a strategic and brand upgrade in 2025, OSL has transformed from Hong Kong's first licensed digital asset exchange into an international hub for stablecoin trading and payments. The acquisition of Banxa grants OSL Group access to over 40 transaction and payment licenses and registrations across key markets including the U.S., Canada, the EU, the U.K., and Australia. According to Patrick Pan, CEO of OSL Group, this acquisition is crucial for establishing a global stablecoin trading and payment ecosystem. The expanded network will enhance OSL's ability to provide seamless, compliant connections between fiat and digital assets, supporting cross-border commercial payment demands and serving the real economy.

OSL Group (863.HK), Asia's leading stablecoin trading and payment platform, announced today the completion of its strategic acquisition of Banxa Holdings Inc., a globally leading Web3 payment service provider. This marks a significant milestone in OSL Group's journey to build a stablecoin trading and payment ecosystem and deepen its global compliant payment network.

OSL Group completed its strategic and brand upgrade in 2025, evolving from Hong Kong's first compliant digital asset trading platform into an international mainstream stablecoin trading and payment hub, and has established a dual-track development strategy of "organic growth + strategic mergers and acquisitions." Following the full integration of Banxa's international payment network, OSL Group will obtain over 40 trading and payment licenses and registrations in regions including the United States, Canada, the European Union, the United Kingdom, and Australia.

Patrick Cui, Executive Director and CEO of OSL Group, stated: "The completion of the Banxa acquisition is crucial for OSL Group's construction of a global stablecoin trading and payment ecosystem. By rapidly establishing a compliant trading and payment network that seamlessly connects fiat and digital assets worldwide, we have not only gained a first-mover advantage in the industry but also laid a solid foundation for the synergistic development of OSL Group's various payment businesses. This will enable us to better serve the real economy and meet the urgent market demand for cross-border commercial payments."

热门币种推荐

相关问答

QWhat is the significance of OSL Group's acquisition of Banxa Holdings Inc.?

AThe acquisition is a significant milestone for OSL Group in building a stablecoin trading and payment ecosystem and deepening its global compliant payment network.

QWhich company did OSL Group acquire to accelerate its global payment network?

AOSL Group acquired Banxa Holdings Inc., a leading global Web3 payment service provider.

QWhat development strategy has OSL Group adopted after its 2025 strategic and brand upgrade?

AOSL Group has adopted a dual-wheel development strategy of 'endogenous growth + strategic mergers and acquisitions'.

QHow many transaction and payment licenses will OSL Group obtain after integrating Banxa's network?

AAfter integrating Banxa's international payment network, OSL Group will obtain over 40 transaction and payment licenses and registrations in regions including the US, Canada, the EU, the UK, and Australia.

QAccording to CEO Patrick Pan, what advantage does the acquisition give OSL Group?

AAccording to CEO Patrick Pan, the acquisition gives OSL Group the advantage of being an industry pioneer by quickly establishing a global, compliant network that seamlessly connects fiat and digital assets.

你可能也喜欢

Rubin Ultra大减配,英伟达也扛不住内存涨价了?

知名投研机构SemiAnalysis近日报告指出,英伟达已向主要客户预览了其顶级AI芯片Rubin Ultra的最新规格,但相比此前预期出现显著降配。核心变化包括:算力峰值保持与普通版Rubin相同的35 PFLOPs;显存容量降至8层堆叠的192GB,甚至低于普通版的288GB;显存带宽仅微升1TB/s;芯片功耗反而略有提高。Rubin Ultra的主要升级方向转向“扩展互联规模”,支持通过NVLink将最多576张GPU互联成统一计算域,远高于普通版的72张。 报告分析认为,此次调整主要源于HBM(高带宽内存)价格持续快速上涨。以HBM3为例,其价格已从2025年二季度的低点180-220美元,飙升至目前约700-850美元。HBM成本飙升使得Rubin Ultra单机架的物料成本一度从约660万美元升至800万美元。英伟达因此重新评估设计,通过减少昂贵的HBM配置(成本占比从近40%降至28%),将资源更多投入互联能力等方向,优化整体成本结构。 此消息引发市场对HBM需求见顶的担忧。受冲击影响,韩国存储股开盘大跌,SK海力士、三星股价均下挫约8%。市场解读认为,若英伟达此举成为趋势,意味着AI芯片厂商可能开始通过优化设计来降低对高容量HBM的依赖,这或将限制存储厂商未来的提价空间,标志着AI基础设施的“堆料涨价”时代可能接近尾声。

Odaily星球日报29分钟前

Rubin Ultra大减配,英伟达也扛不住内存涨价了?

Odaily星球日报29分钟前

生成模型也能端到端训练了?核心竟是一个for循环

长期以来,深度学习在图像分类、检测等任务上凭借端到端训练取得了巨大成功,但生成模型领域却始终是个例外。当前主流的自回归、扩散模型等训练时只学习预测“一小步”,推理时则需要反复展开数百上千步,这种训练与推理的不一致导致了“暴露偏差”等问题,使得生成模型一直未能实现真正的端到端训练。 最近,一篇来自UIUC与哈佛大学的论文提出了“探索式建模(Explorative Modeling,XM)”新范式,其核心是一个简单到近乎朴素的for循环:在每个训练步骤中,模型生成K个候选样本,然后仅选取其中最接近真实数据的一个样本来计算损失和回传梯度。这种做法巧妙地绕开了传统生成模型中因使用重构损失(如平方误差)而导致的“模态模糊”问题——即模型倾向于输出多个可能答案的平均值,而这个平均值往往不属于任何真实的数据模式。 XM通过这种方式,在不拆分生成过程的前提下,直接提升了模型的“生成表达力”,即模型捕捉数据分布中多个独立模式的能力。论文将“探索”验证为继模型参数量、数据量之后的第三根可扩展轴。实验表明,随着模型规模、数据量和计算量的增大,探索带来的性能收益越发显著,在图像、视频、语言等多种任务上均能带来效率与质量的提升。 更重要的是,当探索程度足够时,XM可以实现真正的端到端生成。在机器人控制等任务中,仅需一次网络前向传播的XM策略,其性能可媲美甚至超过需要上百次前向的扩散模型策略,实现了推理效率的飞跃。 尽管“最佳K样本选择”的思想并非全新,但该研究的贡献在于清晰地揭示了这一简单机制如何直接解决生成模型的核心瓶颈,并为实现高效、端到端的生成模型开辟了新的可能性。随着模型规模的持续扩大,探索这一新维度可能将发挥越来越关键的作用。

marsbit1小时前

生成模型也能端到端训练了?核心竟是一个for循环

marsbit1小时前

交易

现货

热门文章

如何购买S

欢迎来到HTX.com!我们已经让购买Sonic(S)变得简单而便捷。跟随我们的逐步指南,放心开始您的加密货币之旅。第一步:创建您的HTX账户使用您的电子邮件、手机号码注册一个免费账户在HTX上。体验无忧的注册过程并解锁所有平台功能。立即注册第二步:前往买币页面,选择您的支付方式信用卡/借记卡购买:使用您的Visa或Mastercard即时购买Sonic(S)。余额购买:使用您HTX账户余额中的资金进行无缝交易。第三方购买:探索诸如Google Pay或Apple Pay等流行支付方法以增加便利性。C2C购买:在HTX平台上直接与其他用户交易。HTX场外交易台(OTC)购买:为大量交易者提供个性化服务和竞争性汇率。第三步:存储您的Sonic(S)购买完您的Sonic(S)后,将其存储在您的HTX账户钱包中。您也可以通过区块链转账将其发送到其他地方或者用于交易其他加密货币。第四步:交易Sonic(S)在HTX的现货市场轻松交易Sonic(S)。访问您的账户,选择您的交易对,执行您的交易,并实时监控。HTX为初学者和经验丰富的交易者提供了友好的用户体验。

3.3k人学过发布于 2025.01.15更新于 2026.06.02

如何购买S

相关讨论

欢迎来到HTX社区。在这里,您可以了解最新的平台发展动态并获得专业的市场意见。以下是用户对S(S)币价的意见。

活动图片