Michael Saylor Says Quantum Threat to Bitcoin Is Not Immediate

TheNewsCryptoPublished on 2026-02-24Last updated on 2026-02-24

Abstract

Michael Saylor, founder of MicroStrategy, addressed concerns about quantum computing as a potential threat to Bitcoin, stating it is not an immediate risk and is at least a decade away. He emphasized that the broader cybersecurity community views quantum risk as a long-term issue rather than a current threat. Saylor expressed confidence in the Bitcoin ecosystem’s ability to adapt, noting that upgrades would be implemented across global systems if such a risk emerged. He also highlighted MicroStrategy’s significant Bitcoin holdings, which now total 717,722 BTC worth approximately $54.56 billion, despite recent market declines.

Michael Saylor, founder of Strategy, formerly MicroStrategy, discussed concerns about the quantum threat to Bitcoin in an interview and clarified that it is not an immediate security risk at this time, as it is ten years away.

​On February 23, Natalie Brunell, who shared a recent episode of her Coin Stories podcast on X with Saylor, in which they discussed several topics around Bitcoin and Strategy. In the middle of the conversation, Brunell asked whether quantum computing poses an existential threat to Bitcoin.

​She noted that many people are not technical enough to independently verify the seriousness of the risk and referenced Strategy’s earlier statement suggesting Bitcoin is “quantum-proof.” She asked Saylor why this is not considered a bigger threat.

​In response, Saylor stressed that quantum risk is not seen as imminent by the larger cybersecurity community. He insisted that the “consensus of the cyber security community broadly held is that quantum risk, if it exists, is more than ten years out. It’s not a this-decade thing.”

Quantum Threat Would Trigger Upgrades

Saylor stated, “The crypto community is the most sophisticated cybersecurity community,” he added, adding that it already makes use of innovative authentication techniques like hardware keys. He proposed that Bitcoin uses extremely sophisticated security measures in comparison compared to traditional banking systems.

​Then, Saylor went on and said that if a quantum risk materialized, it would lead to upgrades in the software that runs the Bitcoin network, the global banking system, the global internet, consumer devices, and all crypto networks. Eventually, post-quantum-resistant cryptography would replace all digital devices. In his view, quantum risk is currently in the spotlight largely because other anticipated risks have not materialized.

​He said, “You’ll see it coming. We’ll all see it coming, as the crypto security community will be the first to identify any real quantum threat, perceive it, and lead the way. Also, it can have enough time to implement necessary upgrades in response to emerging threats.

Strategy’s Bitcoin Accumulation and Market Performance

Saylor had previously posted “The Orange Century” on his X account, hinting at Strategy’s 100th Bitcoin buy. As the company began to accumulate Bitcoin in 2020 and has since expanded to become the biggest corporate owner in the world. The company owns 717,722 Bitcoin, which is worth around $54.56 billion.

​While writing this article, Bitcoin is down over 3% in the past 24 hours, and is trading at $62,884, which is actually down over 29% over the past month. Also, Bitcoin is down beyond 50% from its last all-time high of $126,198.07 in October 2025

Highlighted Crypto News:

Crypto Funds Shed $4B as Outflows Hit Five-Week Streak

TagsBitcoinMicheal Saylorquantum

Related Questions

QAccording to Michael Saylor, when is the quantum threat to Bitcoin expected to become a significant risk?

AAccording to Michael Saylor, the consensus of the cybersecurity community is that the quantum risk, if it exists, is more than ten years away and is not a threat for this decade.

QWhat did Michael Sayer suggest would happen if a quantum risk to cryptography did materialize?

ASaylor stated that a materialized quantum risk would trigger upgrades to the Bitcoin network's software, the global banking system, the internet, consumer devices, and all crypto networks, leading to their replacement with post-quantum-resistant cryptography.

QHow does Michael Saylor describe the Bitcoin and crypto community in terms of cybersecurity?

ASaylor described the crypto community as 'the most sophisticated cybersecurity community,' which already employs innovative authentication techniques like hardware keys and uses extremely sophisticated security measures compared to traditional banking systems.

QHow many Bitcoins does MicroStrategy (Strategy) own, and what is their approximate value?

AMicroStrategy owns 717,722 Bitcoins, which are worth approximately $54.56 billion.

QWhat was the price of Bitcoin and its performance at the time the article was written?

AAt the time of writing, Bitcoin was trading at $62,884, down over 3% in the past 24 hours and down over 29% over the past month. It was also down more than 50% from its all-time high of $126,198.07 in October 2025.

Related Reads

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.

marsbit3m ago

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

marsbit3m ago

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.

marsbit4m ago

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

marsbit4m ago

Trading

Spot
活动图片