Connect with us

Crypto World

Bitcoin to $1 million? Bitwise CIO says it could happen under these conditions

Published

on

Geopolitical shock showed why finance is moving on-chain soon

Bitcoin could reach $1 million per coin if it captures a meaningful share of the global store-of-value market, according to a new memo from Matt Hougan, chief investment officer at Bitwise Asset Management.

Summary

  • Bitwise CIO Matt Hougan says Bitcoin could reach $1 million if it captures about 17% of the global store-of-value market.
  • The analysis frames Bitcoin as a competitor to gold, which currently dominates the store-of-value sector.
  • Increasing adoption through spot Bitcoin ETFs and institutional investment could help drive Bitcoin’s market share higher.

Bitcoin’s path to $1M runs through gold’s market: Bitwise CIO

In the memo titled “How Bitcoin Gets to $1 Million,” Hougan argues that Bitcoin’s (BTC) long-term valuation depends largely on its ability to compete with traditional store-of-value assets such as gold and government bonds.

Hougan estimates the global store-of-value market at roughly $38 trillion, with Bitcoin currently accounting for only a small portion of that total.

Advertisement

The largest share is held by gold, which he describes as Bitcoin’s most direct competitor.

According to the analysis, if the store-of-value market grows to around $120 trillion over the next decade and Bitcoin captures roughly 17% of that market, the cryptocurrency could reach a valuation close to $1 million per coin.

Hougan argues that such a scenario is not as far-fetched as it once seemed, citing the rapid institutional adoption of Bitcoin in recent years.

Advertisement

A key factor driving that adoption has been the launch of spot Bitcoin exchange-traded funds in the United States, which have opened the asset class to pension funds, financial advisors and other institutional investors that previously had limited access to crypto markets.

Hougan said these developments have helped position Bitcoin as a legitimate macro asset alongside traditional stores of value. As institutional allocations increase and global demand for non-sovereign assets grows, Bitcoin could gradually gain market share within the broader store-of-value ecosystem.

“As I see it, the base case—that the store-of-value market will continue to grow as it has, and bitcoin will continue to gain market share as it has—leads you to much, much higher prices than we have today,” Hougan wrote.

The memo stops short of predicting an exact timeline for the $1 million milestone, but suggests the target could be achievable within roughly a decade if Bitcoin adoption continues to expand and the broader market for store-of-value assets grows.

Advertisement

Source link

Continue Reading
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Crypto World

Ripple Targets Australian Financial Services License to Advance Blockchain Payments in APAC

Published

on

Brian Armstrong's Bold Prediction: AI Agents Will Soon Dominate Global Financial

TLDR:

  • Ripple will acquire BC Payments Australia Pty Ltd to secure its Australian Financial Services License in 2026.
  • The AFSL enables Ripple Payments to manage the full transaction lifecycle, from compliance to final payout settlement.
  • Ripple’s APAC payments volume nearly doubled year-on-year in 2025, reflecting strong demand across the region.
  • Ripple now holds over 75 regulatory licenses globally, making it one of the most licensed crypto firms worldwide.

Australian Financial Services License (AFSL) acquisition plans mark Ripple’s latest regulatory move in Asia Pacific. The blockchain payments company announced the strategy on March 11, 2026, in Sydney.

Ripple will obtain the license through a proposed acquisition of BC Payments Australia Pty Ltd. The move enables Ripple to deliver a fully licensed, end-to-end payments platform. Financial institutions, fintechs, and enterprises in Australia are the primary targets of this expansion.

How Ripple Plans to Secure the AFSL

The AFSL acquisition proceeds through BC Payments Australia Pty Ltd, a local entity. Standard completion processes must be finalized before the deal closes.

Once secured, the license covers the full lifecycle of a transaction. This includes onboarding, compliance, FX, liquidity management, and final payout.

Ripple Payments will integrate both traditional banking rails and digital assets under the license. Direct oversight of settlement becomes possible through this structure.

Advertisement

The company can also connect customers to local payout partners more efficiently. Transaction routing optimization adds further value to the platform.

Fiona Murray, Ripple’s Managing Director for Asia Pacific, spoke directly on the development. “Licensing is fundamental to Ripple’s strategy, ensuring we can deliver secure, compliant solutions to customers worldwide,” she said.

She added that the AFSL “strengthens our ability to scale Ripple Payments across the region.” Murray further noted that the company remains “focused on working closely with regulators to support the next phase of growth for digital asset infrastructure.”

Ripple’s existing Australian customers include Hai Ha Money Transfer, Novatti Group, and Independent Reserve. Flash Payments, Caleb & Brown, and Stables also form part of that client base.

These partnerships reflect strong regional demand for Ripple’s infrastructure. APAC payments volume for the company nearly doubled year-on-year in 2025.

Ripple’s Regulatory Standing Across the APAC Region

Advertisement

Ripple’s AFSL pursuit builds on a broad global licensing strategy already in place. The company is among the most licensed crypto firms operating in the world today.

Few digital asset companies operate under this level of regulatory oversight. That standing gives Ripple an advantage as institutions modernize their payment systems.

The company also participates actively in Project Acacia. This initiative is led by the Reserve Bank of Australia and the Digital Finance Cooperative Research Centre.

Ripple works directly with regulators through the program to advance digital asset frameworks. Such engagement reflects a consistent commitment to policy collaboration across the region.

Advertisement

Murray also emphasized the role of blockchain technology in delivering results for customers. “By leveraging blockchain technology and digital assets, we enable customers to move value globally with greater speed, transparency, and reliability,” she stated.

That capability is central to Ripple’s regional growth plan. It also addresses a clear need among financial institutions shifting away from legacy infrastructure.

As institutions migrate from legacy technology to modern infrastructure, regulatory compliance grows in importance. Ripple’s licensing approach supports that transition directly.

The AFSL adds credibility to Ripple’s operations in Australia. The company continues expanding its regulated footprint to meet growing regional demand.

Advertisement

Source link

Advertisement
Continue Reading

Crypto World

Bitcoin’s Quantum Defense Plan: What BIP-360 Actually Changes

Published

on

Bitcoin’s Quantum Defense Plan: What BIP-360 Actually Changes

Key takeaways

  • BIP-360 formally puts quantum resistance on Bitcoin’s road map for the first time. It represents a measured, incremental step rather than a dramatic cryptographic overhaul.

  • Quantum risk primarily targets exposed public keys, not Bitcoin’s SHA-256 hashing, making public key exposure the central vulnerability developers aim to reduce.

  • BIP-360 introduces Pay-to-Merkle-Root (P2MR), which removes Taproot’s key path spending option and forces all spends through script paths to minimize elliptic curve exposure.

  • Smart contract flexibility remains intact, as P2MR still supports multisig, timelocks and complex custody structures via Tapscript Merkle trees.

Bitcoin was built to withstand hostile economic, political and technical scenarios. As of March 10, 2026, its developers are preparing to confront an emerging threat: quantum computing.

The recent publication of Bitcoin Improvement Proposal 360 (BIP-360) officially adds quantum resistance to Bitcoin’s long-term technical road map for the first time. While some headlines portray it as a dramatic shift, the reality is far more measured and incremental.

This article explores how BIP-360 introduces Pay-to-Merkle-Root (P2MR) to reduce Bitcoin’s quantum exposure by removing Taproot key path spending. It explains what the proposal improves, what trade-offs it introduces and why it does not yet make Bitcoin fully post-quantum secure.

Why quantum computing poses a risk to Bitcoin

For security, Bitcoin depends on cryptography, primarily the Elliptic Curve Digital Signature Algorithm (ECDSA) and Schnorr signatures introduced via Taproot. Regular computers cannot realistically derive a private key from a public key. However, a powerful quantum computer running Shor’s algorithm could break elliptic curve discrete logarithms, exposing those keys.

Advertisement

Key distinctions include:

  • Quantum attacks hit public-key cryptography hardest, not hashing.

  • Bitcoin’s SHA-256 remains relatively strong against quantum methods. Grover’s algorithm only provides a quadratic speedup, not an exponential one.

  • The real risk appears when public keys become exposed on the blockchain.

This is why the community focuses on public key exposure as the primary quantum risk vector.

Bitcoin’s vulnerabilities in 2026

Not every address type in the Bitcoin network faces the same level of future quantum threat:

  • Reused addresses: Spending reveals the public key onchain, leaving it exposed to a future cryptographically relevant quantum computer (CRQC).

  • Legacy pay to public key (P2PK) outputs: Early Bitcoin transactions directly embedded public keys in transaction outputs.

  • Taproot key path spends: Taproot (2021) offers two paths: a compact key path (which exposes a tweaked public key on spend) or a script path (which reveals scripts via a Merkle proof). The key path is the main theoretical weak point under a quantum attack.

BIP-360 directly targets that key path exposure.

What BIP-360 introduces: P2MR

BIP-360 adds a new output type, Pay-to-Merkle-Root (P2MR), modeled closely on Taproot but with one critical change. It removes the key path spending option entirely.

Instead of committing to an internal public key like Taproot, P2MR commits solely to the Merkle root of a script tree. To spend:

Advertisement

No public key based spending route exists at all.

Eliminating key path spends means:

  • No public key exposure for direct signature checks.

  • All spending routes rely on hash-based commitments.

  • Long-term elliptic curve public key exposure drops sharply.

Hash-based methods are far more resilient to quantum attacks than elliptic curve assumptions. This significantly shrinks the attack surface.

What BIP-360 preserves

A common misconception is that dropping key path spending weakens smart contracts or scripting. It does not. P2MR fully supports:

Advertisement
  • Multisig setups

  • Timelocks

  • Conditional payments

  • Inheritance schemes

  • Advanced custody

BIP-360 executes all these functions via Tapscript Merkle trees. While the process retains full scripting capability, the convenient but vulnerable direct signature shortcut disappears.

Did you know? Satoshi Nakamoto briefly acknowledged quantum computing in early forum discussions, suggesting that if it became practical, Bitcoin could migrate to stronger signature schemes. This shows that upgrade flexibility was always part of the design philosophy.

Practical implications of BIP-360

BIP-360 may sound like a purely technical refinement, but its impact would be felt at the wallet, exchange and custody levels. If activated, it would gradually reshape how new Bitcoin outputs are created, spent and secured, especially for users prioritizing long-term quantum resilience.

  • Wallets could introduce opt-in P2MR addresses (likely starting with “bc1z”) as a “quantum-hardened” choice for new coins or long-term holdings.

  • Transactions will be slightly larger (more witness data from script paths), potentially raising fees somewhat compared to Taproot key path spends. Security trades off against compactness.

  • A full rollout would require updates to wallets, exchanges, custodians and hardware wallets. Planning should start years in advance.

Did you know? Governments are already preparing for “harvest now, decrypt later” risks, where encrypted data is stored today in anticipation of future quantum decryption. This strategy mirrors concerns about exposed Bitcoin public keys.

Advertisement

What BIP-360 explicitly does not do

While BIP-360 strengthens Bitcoin in the face of future quantum threats, it is not a sweeping cryptographic overhaul. Understanding its limits is just as important as understanding its innovations:

  • No automatic upgrade for existing coins: Old unspent transaction outputs (UTXO) remain vulnerable until users manually move funds to P2MR outputs. Migration depends on user behavior.

  • No new post-quantum signatures: BIP-360 does not replace ECDSA or Schnorr with lattice-based (for example, Dilithium or ML-DSA) or hash-based (for example SPHINCS+) schemes. It only removes the Taproot key path exposure pattern. A full base layer transition to post-quantum signatures would require a much larger change.

  • No complete quantum immunity: A sudden CRQC breakthrough would still require massive coordination among miners, nodes, exchanges and custodians. Dormant coins could create complex governance issues and network stress could follow.

Why developers are acting now

Quantum progress is uncertain. Some believe it is decades away. Others point to IBM’s late 2020s fault-tolerant goals, Google’s chip advances, Microsoft’s topological research and US government transitions planned for 2030-2035.

Critical infrastructure migrations take many years. Bitcoin’s developers stress planning across BIP design, software, infrastructure and user adoption. Waiting for certainty in quantum progress could leave insufficient time for infrastructure upgrades.

If consensus builds, a phased soft fork could unfold:

Advertisement
  1. Activate the P2MR output type

  2. Wallets, exchanges and custodians add support

  3. Gradual user migration over years

This mirrors the optional then widespread adoption of SegWit and Taproot.

The broader debate around BIP-360

Debate continues on urgency and costs. Questions under discussion include:

  • Are modest fee increases acceptable for HODLers?

  • Should institutions lead the migration?

  • What about coins that never move?

  • How should wallets signal “quantum safety” without causing unnecessary alarm?

This is an ongoing conversation. BIP-360 advances the discussion but does not close it.

Did you know? The idea that quantum computers could threaten cryptography dates back to 1994, when mathematician Peter Shor introduced Shor’s algorithm, long before Bitcoin existed. Bitcoin’s future quantum planning is essentially a response to a 30-year-old theoretical breakthrough.

Advertisement

What users can do right now

There is no need to panic for now, as quantum threats are not imminent. Prudent steps you might take include:

  • Never reuse addresses

  • Stick to up-to-date wallet software

  • Follow protocol upgrade news

  • Watch for P2MR support in wallets

Those with large holdings should quietly map exposures and consider contingency plans.

BIP-360: The first step toward quantum resistance

BIP-360 represents Bitcoin’s first concrete step toward reducing its quantum exposure at the protocol level. It redefines how new outputs can be created, minimizes public key leaks and sets the stage for long-term migration planning.

It does not change existing coins automatically, keeps current signatures intact and underscores the need for a careful, coordinated ecosystem-wide effort. True quantum resistance will come from sustained engineering and phased adoption, not a single BIP.

Advertisement

Cointelegraph maintains full editorial independence. The selection, commissioning and publication of Features and Magazine content are not influenced by advertisers, partners or commercial relationships.

Source link

Continue Reading

Crypto World

Internet Computer (ICP) Price Soars 16% on Upbit Listing: Details

Published

on

ICPUSDT_2026-03-11_08-55-52


ICP soared by 16% after being listed on South Korea’s largest exchange, but will the momentum last?

Internet Computer (ICP) saw its price explode by roughly 16% following its listing on South Korea’s largest cryptocurrency exchange, Upbit.

The altcoin’s value rose from around $2.35 to a high of $2.73 within minutes of the announcement. Trading pairs include ICP/KRW, ICP/BTC, and ICP/USDT.

Advertisement
ICPUSDT_2026-03-11_08-55-52
Source: TradingView

In case you’re wondering, exchange listings on major centralized venues have historically led to considerable price increases for newly listed cryptocurrencies. This is especially true for altcoins with thinner market depth, where it’s easier to move the price with smaller amounts.

Upbit is currently the third-largest centralized spot exchange in the world, with a 24-hour trading volume of around $1.16 billion, according to CoinMarketCap, trailing only Binance and Coinbase.

ICP is the 47th largest cryptocurrency by means of total market capitalization ($550M) and around $147 million in 24-hour trading volume – a metric that’s a whopping 170% up in the past day, showcasing the impact of the listing.

Usually, though, these moves are not as sustainable and result in reversals, but it’s interesting to see if ICP will follow a similar path.

SPECIAL OFFER (Exclusive)

Binance Free $600 (CryptoPotato Exclusive): Use this link to register a new account and receive $600 exclusive welcome offer on Binance (full details).
Advertisement

LIMITED OFFER for CryptoPotato readers at Bybit: Use this link to register and open a $500 FREE position on any coin!

Source link

Advertisement
Continue Reading

Crypto World

Pi Network’s PI Token Jumps Again a Day Before Key Update Implementation

Published

on

Pi Network (PI) Price on CoinGecko


The PI token exceeded $0.23 earlier today before it retraced slightly.

The updates recently implemented by the team, as well as the upcoming ones, continue to benefit Pi Network’s underlying asset, as PI is among the few alts in the green today.

Aside from the expected completion of protocol v20.2 upgrade by tomorrow, the Pi Network community is also anticipating Pi Day – March 14.

Advertisement

Pi’s Upcoming Updates

The past several weeks have been quite eventful for Pi Network, especially in terms of upgrades and price movements. On February 21, the team announced that the protocol v19.6 migration was successfully completed, and the subsequent v19.9 iteration arrived on March 4.

They explained at the time that the v20.2 update was next in line, with initial deadline expectations set for March 14, which was later moved to March 12. Both of the already completed updates were followed by impressive price gains from PI, and it seems the hype about the upcoming upgrade has not disappointed so far.

Another factor that could be boosting the native token is the buildup to what became known as Pi Day, March 14, due to its symbolic resemblance to the mathematical constant π. As it happened last year, the community has hyped itself up, expecting some major announcements, perhaps a listing on a top-tier exchange such as Binance.

PI Defies Market Correction

As mentioned above, the protocol updates and perhaps anticipation for Pi Day have resulted in impressive gains for PI lately. The token is up by over 6% in the past day and sits just inches below $0.23. Moreover, it’s one of the best-performing crypto assets on a monthly scale, gaining 56%, and it’s up by 73% since its latest all-time low of $0.1312 marked on February 11.

Advertisement

A few things to consider for its future price moves include the token unlock schedule, as over 13.5 million coins will be unlocked in three consecutive days starting today, and the number will jump to 17 million on March 17. Additionally, PI has a history of performing well in the weeks leading up to big announcements or updates, only to crash hard after in a classic sell-the-news event.

You may also like:

Pi Network (PI) Price on CoinGecko
Pi Network (PI) Price on CoinGecko

 

SPECIAL OFFER (Exclusive)

Binance Free $600 (CryptoPotato Exclusive): Use this link to register a new account and receive $600 exclusive welcome offer on Binance (full details).

LIMITED OFFER for CryptoPotato readers at Bybit: Use this link to register and open a $500 FREE position on any coin!

Disclaimer: Information found on CryptoPotato is those of writers quoted. It does not represent the opinions of CryptoPotato on whether to buy, sell, or hold any investments. You are advised to conduct your own research before making any investment decisions. Use provided information at your own risk. See Disclaimer for more information.

Advertisement

Source link

Continue Reading

Crypto World

Babylon, Ledger Integration Expands Bitcoin Vault Access

Published

on

Babylon, Ledger Integration Expands Bitcoin Vault Access

Bitcoin staking infrastructure developer Babylon Labs has integrated with Ledger, a cryptocurrency hardware wallet maker, in a move that could make it easier for holders to put their Bitcoin (BTC) to work in financial applications without giving up self-custody.

In a Tuesday announcement, the companies said Ledger signers will be used for Babylon’s Trustless Bitcoin Vaults, also known as BTCVaults. The vaults allow BTC holders to lock their tokens into programmable contracts governed by onchain conditions while retaining self-custody of the underlying asset.

Ledger devices will act as the secure signing layer for BTCVault transactions, enabling users to authorize vault interactions directly from their hardware wallet.

The feature relies on Ledger’s Clear Signing technology, which displays human-readable transaction details on the device screen so users can verify exactly what they are approving before signing. The approach is designed to reduce the risk of signing malicious or opaque transactions, a common concern in crypto workflows.

Advertisement

The tie-up is significant given Ledger’s scale as a hardware wallet provider, with the company reporting more than 8 million devices sold globally. As Cointelegraph recently reported, Ledger is said to be in talks with major financial institutions about a US initial public offering. 

One estimate of the projected size and growth rate of the crypto hardware wallet market. Source: Mordor Intelligence

Related: Ledger and Trezor 2025 hardware wallets released: What’s new for users?

Digital asset vaults growth surges

Self-custodial vaults are emerging as a growing use case in digital assets as users look for ways to put their crypto to work without relinquishing control of their funds. 

Unlike traditional custodial platforms, where assets are deposited with an exchange or intermediary, vaults are typically governed by programmable conditions that allow users to retain ownership while participating in lending, staking or yield strategies.

Vault strategies have gained traction in decentralized finance. Protocols such as Yearn Finance popularized the concept through automated yield vaults that allocate user deposits across lending and liquidity markets. 

Advertisement

More recently, messaging platform Telegram introduced vault-style yield products within its integrated crypto wallet, allowing users to deposit assets such as Bitcoin, Ether (ETH) and Tether’s USDt (USDT) into structured strategies designed to generate returns.

Institutional players are also joining the fray. Asset manager Bitwise recently collaborated with DeFi lending protocol Morpho to curate onchain vault strategies designed to generate yield through overcollateralized lending markets.

Related: Bitcoin company Fold pays off $66M debt, frees up BTC collateral