PEXX 在种子轮融资为其创新型稳定币到法定货币支付平台筹集 450 万美元

深潮Publicado em 2024-07-18Última atualização em 2024-07-18

PEXX 的支付平台让持有 Tether (USDT) 和 Circle (USDC) 稳定币的用户可以将数字资产直接转移到全球银行账户。

2024 年 7 月 9 日 - PEXX 今日宣布在融资中成功筹集了 450 万美元,它是一家专注于加密货币和区块链技术的先锋金融科技初创公司。这笔重大投资将推动公司创新型稳定币到法定货币支付平台的发展,有望彻底改变人们的货币资产跨境转移方式。

此次由web3领域早期风险投资机构EMO Capital进行战略投资的PEXX,此前曾由TNB Aura领投,全球早期风险投资公司 Antler跟投,Chainlink/Filecoin等加密项目早期风险投资人共同参与,这表明投资者对 PEXX 的愿景和潜力充满信心。 

PEXX 的支付平台让持有 Tether (USDT) 和 Circle (USDC) 稳定币的用户可以将数字资产直接转移到全球银行账户。此平台让任意个人和企业能够轻松完成货币资产跨境转移,而无需中介机构或银行账户。

“我们很高兴获得我们投资者的信任获得此次融资,这将让我们能够进一步开发 PEXX 稳定币到法定货币的支付平台,”PEXX 创始人兼首席执行官 Marcus Lim 如是说,“稳定币的使用和需求呈快速增长态势,稳定币的普及使用趋势已经愈发明确,以 USDT 和 USDC 为代表的加密货币直接兑换到银行账户的现实需求必将迎来持续的增长。”

这笔资金将用于激励 PEXX 的工程和产品团队,以及扩大其营销和业务拓展力度,首先从东南亚开始。

战投型投资机构 EMO Capital 除了提供本轮资金支持之外,还将为 PEXX团队在 Web3 营销策略、品牌建设等方面提供持续支持,其务实高效的投后支持团队将为PEXX团队在用户增长,业务拓展,品牌建设,合规方案,后续融资,战略并购等方面发挥关键作用。 

EMO Capital 联合创始人 Angelina Tu 表示:“许多支付机构正在努力将传统互联网用户带入 加密领域,但PEXX团队为‘加密世界’的用户在‘现实世界’的支付和消费提供了最佳的解决方案,搭建了一座合规、受尊重和受保护的桥梁。这与EMO本阶段的关注重点高度契合,我们给予 PEXX 坚定的支持。”

TNB Aura 创始合伙人 Vicknesh R Pillay 表示:“PEXX 解决了 B2B 跨境 Web3 支付领域的关键需求。有 Marcus 掌管团队,我们很高兴能够为他们改变金融支付格局的探索之旅提供支持。”

Antler 联合创始人兼管理合伙人 Jussi Salovaara 表示:“我们很高兴为 PEXX 提供支持,因为他们构建了一个具有变革意义的支付平台,将消除稳定币与传统银行之间的代沟。这种简化跨境支付的方法与我们培育创新型金融科技解决方案的愿景完全一致。”

PEXX 在 2024 年 5 月获得了 AUSTRAC 许可证,确保其遵守政府最高监管标准要求,让 PEXX 能够作为独立的汇款交易服务商和数字货币转账服务提供商来开展业务。这一成就凸显了 PEXX 恪守严格遵守规定、采取健全的安全措施,以及建立客户信任的承诺。

PEXX 提供无缝的支付解决方案,让用户和企业可以将稳定币(USDT 和 USDC)兑换成 16 种不同的法定货币。PEXX 支持直接转账到银行账户,将简化加密货币到法定货币的兑换流程,让用户可以在几分钟内将资金汇入指定银行账户,而不是像传统银行解决方案那样需要花费几天时间。 

PEXX 简介:

PEXX 的开创性稳定币跨境支付平台将简化全球资金转移。通过提供安全、快捷且经济高效的解决方案,PEXX 让用户和企业能够将 USDT 和 USDC 等稳定币兑换成 16 种法定货币,直接汇入银行账户。PEXX 的创新型支付平台将消除传统金融与加密货币之间的孤岛现状,支持实现流畅、高效的全球资金转移。

如需了解更多信息,请访问 linktr.ee/pexxme 或联系下述媒体关系团队。 

媒体垂询,请联系: 

PEXX 营销团队

PEXX Technology Pte Ltd

marketing@pexx.com 

如需帮助,请随时联系我们的社区经理:https://t.me/PEXXOfficial 

Leituras Relacionadas

Just now, DeepSeek V4 updates with DSpark, improving inference speed by 80%

DeepSeek has updated its DeepSeek V4 model with the DSpark speculative decoding framework, achieving a significant 60-85% speedup in generation for Flash models and 57-78% for Pro models while maintaining the same overall throughput. This engineering-focused update, rather than a core architectural change, introduces DSpark to address latency and throughput bottlenecks in high-concurrency production environments. DSpark combines high-throughput parallel generation with adaptive load-aware verification. Its key innovations include a semi-autoregressive generation architecture to model dependencies within token blocks and a hardware-aware confidence-scheduled verification system. This system uses a confidence head to predict token acceptance probabilities, allowing it to dynamically optimize verification length per request and allocate compute only to tokens with the highest expected payoff. The asynchronous scheduler is designed for real-world deployment, ensuring zero-overhead scheduling and continuous CUDA graph replay while preserving the target model's output distribution. In tests across mathematical reasoning, code generation, and daily dialogue, DSpark outperformed state-of-the-art models like Eagle3 and DFlash, increasing average acceptance length by 26.7%-30.9% and 16.3%-18.4% respectively on Qwen3 target models. DeepSeek also open-sourced DeepSpec, a full-stack codebase for training and evaluating speculative decoding draft models, providing a standardized toolkit that includes data preparation tools, model implementations, training code, and evaluation scripts.

marsbitHá 3h

Just now, DeepSeek V4 updates with DSpark, improving inference speed by 80%

marsbitHá 3h

BIT Research: The 2028 Halving Is Not the End, the Real Shake-Up of the Bitcoin Mining Industry Is Just Beginning

The Bitcoin mining industry is undergoing its most complex structural adjustment since inception. Despite Bitcoin's price holding near $61,000 and the network hash rate approaching a record 1 ZH/s, miner profitability is deteriorating. The industry is operating close to its breakeven point, with the 2028 halving expected to accelerate consolidation. The challenges extend beyond the halving's subsidy reduction; the industry's revenue model has yet to successfully transition towards a fee-driven structure. Increasingly, mining companies are evolving from simple Bitcoin producers into infrastructure and energy operators, including providers of AI/HPC computing power. Competition is shifting from pure hash rate expansion to business model upgrades. Economic pressure is evident. The theoretical daily mining revenue at current prices is around $78 million, yet the actual figure is only about $33 million—a 136% gap. Transaction fees remain low at roughly $220k daily, far below historical implied levels. With a current estimated industry-wide breakeven price near $65,000, mining alone is struggling to generate ideal profits. The 2028 halving is projected to push the fundamental production cost floor to approximately $93,289. This will likely accelerate a shift towards consolidation among larger, well-capitalized miners with diversified revenue streams. Competitive advantage will belong to institutionalized players with access to low-cost energy, AI/HPC hosting operations, and stronger balance sheets. In essence, Bitcoin mining is transitioning from a "mining business" to an "infrastructure business." Future profitability and resilience will depend less on block rewards and more on diversified income sources like energy management and computational infrastructure services. For investors, the key question is not the halving itself, but which miners can successfully navigate this business model transformation.

marsbitHá 4h

BIT Research: The 2028 Halving Is Not the End, the Real Shake-Up of the Bitcoin Mining Industry Is Just Beginning

marsbitHá 4h

This is How God Karpathy Uses Claude?

Andrej Karpathy, a prominent figure in AI, has reportedly joined Anthropic, leading to a noticeable decrease in his open-source contributions and social media activity. A document claiming to be his personal "CLAUDE.md" file—a set of instructions for the Claude AI to follow within a specific codebase—has been circulating online. While its authenticity is unverified, the content aligns closely with Karpathy's publicly shared principles on effective AI-assisted programming. The document outlines key rules for AI coding assistants, emphasizing the importance of reading existing code thoroughly before writing new code to maintain consistency. It advises against over-engineering, advocating for simple, surgical modifications that match the project's existing style. Other guidelines include clarifying assumptions upfront, writing meaningful tests, thoughtful debugging, and carefully considering dependencies. The core message is that these principles help prevent common AI coding failures, such as introducing unnecessary abstractions, style drift, or making invisible architectural decisions. The community has noted that even experts like Karpathy require detailed instructions to guide AI effectively, akin to managing a junior developer. A related GitHub repository, "andrej-karpathy-skills," which encapsulates these ideas, is reported to significantly reduce Claude's code error rate. Ultimately, the advice stresses that the best CLAUDE.md is tailored to one's own tech stack and coding practices.

marsbitHá 4h

This is How God Karpathy Uses Claude?

marsbitHá 4h

Trading

Spot
活动图片