X Money to launch ‘external beta’ soon, but will it have crypto support?

ambcryptoPublicado em 2026-02-12Última atualização em 2026-02-12

Resumo

Elon Musk announced that X Money, the upcoming payment platform for X (formerly Twitter), will enter an external beta phase within the next one to two months. The platform aims to become a central hub for all monetary transactions as part of Musk's plan to transform X into a super app. While specifics remain scarce, speculation is growing about potential cryptocurrency integration, fueled by Musk’s pro-crypto history, Tesla’s Bitcoin holdings, and industry trends toward stablecoins. However, no official confirmation of crypto support has been provided. Major partners like Visa are already involved, and the platform is expected to support P2P payments, debit cards, and bank transfers.

The long-awaited X Money could soon be available for every X (formerly Twitter) user. At a recent company event, Elon Musk announced that X Money will enter a limited “external beta” in the next one to two months, before being rolled out worldwide to X users.

He added,

“X Money is intended to be where all the money is, the central source of all monetary transactions. It’s really going to be a game-changer.”

Currently, the payment platform is being tested internally in closed beta. This is Musk’s broader plan to turn X into an “everything” super app, similar to China’s WeChat. He believes that the planned integrations with other X services will eventually make the platform hit over 1 billion daily users.

Will X Money support crypto?

However, the specifics of the X Money have remained scanty. As a pro-crypto backer of projects like Dogecoin [DOGE], the crypto community has been rife with speculation about what the upcoming payment platform means for the sector.

In early 2025, X Money announced integration with Visa, stating that it would allow peer-to-peer (P2P) payments, debit card support, instant funding into the X Money account, and bank transfers.

Currently, major payment players, including PayPal’s Venmo, Block Inc.’s Cash App, and JPMorgan Chase’s Zelle, support free P2P transfers, but all have integrated stablecoins. Even Stripe, one of X’s partners, is fully leaning into stablecoins.

In fact, nearly all TradFi players have included crypto rails, especially for cross-border and international transfers. Apart from tipping and incentivising its social media users, X Money is eyeing the international transfers market and may be forced to adapt to the ongoing changes.

Besides, Musk has experience in the payments space, having been a former co-founder at PayPal. And, his Tesla still holds over 11,000 Bitcoin, further fueling the speculation that the X Money platform may feature crypto support.

Interestingly, former White House Communications Director and crypto investor, Antony Scaramucci, also fanned the rumours. He stated that the platform could likely include crypto.

“And I do think that you will see X-XL whatever you want to call that conglomeration, he’s going to build a super app there, and I think he’s going to be using crypto.”

He added that whatever Musk is building will be impactful.

“Will it be his own coin, the way Telegram is doing it? Will it be a stablecoin? It will be something. I don’t know what it will be, but it will be something.”

However, as of press time, no crypto support had been publicly confirmed for the X Money platform.


Final Thoughts

  • Elon Musk announced that X Money in “closed beta” internal testing and will soon begin external testing in the next 1-2 months.
  • No public confirmation of crypto support for the platform despite ongoing speculations.

Perguntas relacionadas

QWhen is X Money expected to launch its external beta?

AElon Musk announced that X Money will enter a limited external beta in the next one to two months.

QWhat is the ultimate goal of X Money according to Elon Musk?

AMusk stated that X Money is intended to be the central source of all monetary transactions and a game-changer, as part of his plan to turn X into an 'everything' super app.

QHas X Money publicly confirmed support for cryptocurrencies?

AAs of press time, no crypto support had been publicly confirmed for the X Money platform.

QWhich major company did X Money partner with for integration in early 2025?

AIn early 2025, X Money announced integration with Visa, which will allow peer-to-peer payments, debit card support, instant funding, and bank transfers.

QWhat evidence suggests that Elon Musk might include crypto in X Money?

AMusk is a pro-crypto backer of Dogecoin, his company Tesla still holds over 11,000 Bitcoin, and former White House Communications Director Antony Scaramucci speculated that Musk's super app would use crypto, though nothing is confirmed.

Leituras Relacionadas

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.

marsbitHá 4m

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

marsbitHá 4m

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.

marsbitHá 5m

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

marsbitHá 5m

Trading

Spot
活动图片