BIP America

collapse
Home / Daily News Analysis / Monad proposes wallet upgrade that could survive lost keys and quantum attacks

Monad proposes wallet upgrade that could survive lost keys and quantum attacks

Aug 31, 2026  Twila Rosenbaum  5 views
Monad proposes wallet upgrade that could survive lost keys and quantum attacks

Monad, an Ethereum-compatible blockchain project, has introduced a proposal that could fundamentally change how wallet accounts are managed. The core idea is to separate a wallet address from the credentials that control it, enabling users to replace lost or outdated keys without migrating assets or changing their public address. If implemented, the approach could open the door to passkeys, social recovery tools, multi-signer setups, and eventually post-quantum security solutions.

The proposal is particularly notable because it addresses two persistent pain points in cryptocurrency: the irreversible loss of private keys and the looming threat of quantum computers. Today, losing a private key typically means losing access to the associated funds forever. Similarly, if quantum computers ever become powerful enough to break elliptic curve cryptography, many existing blockchain wallets could be vulnerable. Monad's proposal aims to mitigate both risks by allowing the underlying key material to be rotated while keeping the on-chain identity stable.

How the Proposal Works

At its core, the proposal introduces an abstraction layer between a user's public address and the cryptographic keys that authorize transactions. Instead of tying an account directly to a single key pair, the account would reference a separate mechanism for controlling permissions. This mechanism could be updated over time, meaning the owner could swap in new keys if the old ones are lost, stolen, or considered insecure.

This design is similar in spirit to smart contract wallets, which already allow custom logic for transaction authorization. However, Monad's proposal is specifically designed for the base protocol layer, meaning it could apply to regular externally owned accounts (EOAs) as well. The goal is to make the feature seamless enough that existing accounts can upgrade without any action, while new accounts can be created with advanced recovery options from day one.

Key Facts of the Proposal

  • Wallet addresses would no longer be permanently tied to a single cryptographic key pair.
  • Users would be able to replace their controlling keys without moving assets or changing their address.
  • The design could support passkeys, which allow users to authenticate using biometrics or hardware devices.
  • Account recovery tools could help users regain access if they lose their private keys.
  • Multiple signers could be configured for a single account, enabling shared custody or corporate controls.
  • The scheme is designed to be forward-compatible with quantum-resistant cryptographic algorithms.
  • Existing accounts would continue to operate normally, with the new features available as an optional upgrade.
  • The proposal is an early draft, and the authors have not yet published a detailed implementation specification.

Why Lost Keys Matter

Lost private keys are one of the oldest problems in cryptocurrency. In the early years of Bitcoin and Ethereum, many users stored their keys on unencrypted hard drives or paper notes that were subsequently destroyed. Onchain analysis has identified billions of dollars worth of Bitcoin that has remained untouched for over a decade, often because the owners have lost access. The problem is so widespread that specialized recovery services exist to help users regain access to wallets created years ago.

The situation is further complicated by the fact that blockchain accounts are designed to be self-sovereign. While this is a feature, it also means there is no central authority to call when keys are lost. Monad's proposal would introduce a way to update the controlling keys without a central party, preserving the decentralised nature of the network while offering a safety net for users.

Account recovery could take several forms. One possibility is a social recovery mechanism, where a user designates several trusted guardians who can cooperate to help restore access. Another is a time-locked recovery, where a new key becomes effective after a certain period, giving the original owner a chance to cancel the change if they are still in possession of the old key. These mechanisms have been explored in projects like Argent and Gnosis Safe, but Monad's proposal aims to bring similar capabilities to layer 1 accounts natively.

The Quantum Threat

Quantum computing represents a longer-term but potentially existential risk for blockchain security. Most cryptocurrencies today rely on elliptic curve cryptography, specifically ECDSA for Bitcoin and Ethereum. Shor's algorithm, if run on a sufficiently powerful quantum computer, could theoretically factor the mathematical problem that underpins ECDSA and recover private keys from public addresses. This would allow an attacker to drain any wallet whose address has been used in a transaction, since the public key is exposed in the signature.

While large-scale, fault-tolerant quantum computers are still likely years away, the threat is taken seriously by many blockchain projects. The concept of "Q-Day" is often invoked to describe the moment when a quantum computer becomes powerful enough to break current cryptographic standards. Some projects, such as Ripple's XRP Ledger, have begun preparing for this event by researching quantum-resistant signature schemes. Monad's proposal would offer another layer of defense by enabling users to switch to quantum-resistant keys once such algorithms are standardized and integrated into the protocol.

Importantly, the proposal does not commit to any specific quantum-resistant algorithm. Instead, it establishes a flexible framework that can be adapted when quantum-safe alternatives mature. This is a pragmatic approach, as the field of post-quantum cryptography is still evolving, and new algorithms are being studied and refined.

Implications for the Broader Ecosystem

If adopted, Monad's proposal could have significant implications for how developers build applications and how users interact with blockchain networks. For developers, it means that accounts could become more programmable, allowing for custom authorization logic without requiring a full smart contract deployment. For users, it means that managing a wallet could become more like managing a digital identity, with options for recovery, rotation, and multi-party authorization.

The proposal also aligns with ongoing industry efforts to improve account abstraction. Ethereum has been exploring similar concepts through ERC-4337, which enables smart contract based accounts with custom transaction validation logic. Monad's proposal could complement these efforts by introducing a native solution that works at the base protocol layer, rather than requiring users to deploy smart contracts or rely on external services.

Another potential benefit is improved usability for newcomers. Passkeys, which are based on cryptographic credentials stored on devices like smartphones or hardware security keys, are becoming increasingly popular as a password replacement. By supporting passkeys, Monad could make it easier for non-technical users to engage with blockchain without managing long seed phrases. Instead, they could authenticate using the same biometric and hardware mechanisms they use for other digital services.

Technical Considerations and Next Steps

The proposal is still at an early stage. The authors have outlined the conceptual framework and identified the key requirements, but they have not yet published a full technical specification. Important details, such as how key rotation would be validated onchain, how the migration path for existing accounts would work, and which cryptographic primitives would be used, are still to be determined.

One question is the trade-off between flexibility and security. Allowing keys to be rotated onchain introduces new attack surfaces. For example, if an attacker can compromise the recovery mechanism, they might be able to take over an account even if the original key remains secure. The proposal would need to carefully define the rules for key updates, including potential delays, cancellation periods, and thresholds for multi-signature approvals.

Another consideration is the user experience. For an average user, the benefit of being able to recover a lost key is clear. But implementing such a system requires careful design to avoid complexity. The team would need to provide intuitive interfaces that let users set up recovery options without overwhelming them.

Background on Monad

Monad is a high-performance Ethereum-compatible blockchain that aims to improve transaction throughput and reduce costs while maintaining broad compatibility with Ethereum applications. It uses a parallel execution approach that allows many transactions to be processed simultaneously, rather than sequentially as is done on Ethereum. This design is intended to offer a more scalable environment for decentralized applications while preserving the developer experience of Ethereum.

The proposal is part of Monad's broader effort to push the boundaries of blockchain usability. By addressing the pain points of key management, the project hopes to attract users who are interested in self-custody but are concerned about the risks of losing access to their assets. The proposal also indicates that Monad is thinking long-term about security, including the potential impact of quantum computing on its network.

Comparison with Existing Solutions

Smart contract wallets already offer many of the features outlined in Monad's proposal. For example, Gnosis Safe (now known as Safe) enables multi-signature transactions, and Argent offers social recovery. These solutions are deployed as smart contracts, meaning users must pay gas fees to set them up and use them. Monad's proposal could reduce these overheads by integrating the functionality directly into the base layer, allowing all accounts to benefit from these features without additional contract deployments.

At the same time, building key management into the base layer is a significant undertaking. It requires changes to the way transactions are signed, validated, and executed. The team will need to ensure that the new system is fully compatible with existing Ethereum tools and wallets, at least at the application level. The proposal's flexibility is intended to make this transition smooth, as it would allow existing accounts to keep their current key-based authorization until they decide to upgrade.

The idea of separating keys from addresses has also been discussed in academic literature and other blockchain projects. Some early proposals, such as BIP32 and hierarchical deterministic wallets, allow multiple keys to be derived from a single seed, but they do not allow the seed to be changed without changing the address. Monad's approach is more radical, as it would make the address a stable identifier independent of any particular key pair.

Looking Ahead

The crypto industry is gradually moving toward more user-friendly and resilient systems. Lost keys have plagued the space for years, and quantum computing is a distant but serious threat. Monad's proposal represents a proactive attempt to address both issues in a unified way. While the details are still being worked out, the vision is clear: accounts should belong to their users, not to a fragile piece of cryptographic material.

For now, the proposal is a draft that invites feedback from the community. Its success will depend on rigorous security analysis, careful specification, and eventually a smooth implementation. If the project can deliver on its promises, it could become a blueprint for other blockchain networks as well.

The proposal is a reminder that blockchain technology is still evolving, and the choices made today could shape the future of digital ownership and security. By decoupling addresses from keys, Monad is aiming to make blockchain accounts more robust, more adaptable, and ultimately more useful for a wider audience.


Source: Coindesk News


Share:

Your experience on this site will be improved by allowing cookies Cookie Policy