NewsCryptoMonad Unveils Upgradeable Accounts for Quantum-Resistant Security

Monad Unveils Upgradeable Accounts for Quantum-Resistant Security

Author: LiveBitcoinNews·

Key Takeaways

  • Monad's proposal would separate account addresses from authentication keys, allowing credentials to be added, rotated, or retired without changing an address.
  • The design supports passkeys, multisignature controls, and quantum-resistant authentication methods alongside conventional signatures.
  • A proposed AuthConfigManager precompile would manage authentication changes, and a three-block delay would guard against immediate unauthorized account takeovers.
  • Quantum-resistant upgrades would let users strengthen security without migrating funds, addressing vulnerabilities of schemes like ECDSA and EdDSA to future quantum computers.
  • The proposal remains an early draft requiring specification, review, implementation, and community consensus through Monad's MIP process.
Monad Unveils Upgradeable Accounts for Quantum-Resistant Security

Monad has introduced an account upgrade design that could allow users to replace their authentication keys while keeping existing addresses and assets intact. The proposal targets key recovery, passkeys, multisignature controls, and quantum-resistant authentication without forcing users to migrate funds between separate wallets. The design enters an industry-wide conversation about account flexibility, often described as account abstraction, that Ethereum has pursued through standards such as ERC-4337 and EIP-7702.

Monad Separates Account Identity From Authentication

Monad published its Flexible and Upgradeable Account Authentication proposal, authored by researchers Kushal Babel and Jan Camenisch. The draft outlines a new model that separates account addresses from transaction credentials, allowing users to add, rotate, or retire authentication methods without changing their existing addresses. Whereas most wallets today bind an address permanently to a single private key, this model would make authentication a configurable property of the account itself.

Under the design, users would preserve the same blockchain address through future security changes. That separation could reduce disruption from lost private keys, because replacement credentials would not require transferring tokens to another wallet. Lost or compromised keys remain one of the most common causes of irreversible cryptocurrency loss, which is part of why flexible account models have attracted sustained developer attention.

Users could also configure multiple authentication methods, creating additional recovery options while maintaining a consistent blockchain account identity over time. Passkeys could become another supported authentication method, allowing authentication through smartphones or computers if implementation eventually proceeds across Monad.

The architecture could additionally support multisignature controls, enabling trusted parties to participate securely in account recovery or transaction authorization. For instance, two designated parties could jointly authorize a replacement credential when the original authentication method becomes unavailable to a user.

A new MIP has been published: Flexible and Upgradeable Account Authentication

Accounts can change their keys without changing their address

This lets accounts upgrade to quantum-resistant schemes

— Monad (@monad) August 24, 2026

Quantum Resistance Could Protect Existing Wallets

The proposal also addresses quantum computing risks, which could eventually threaten the cryptographic systems currently securing blockchain accounts and transactions globally. Public-key schemes like ECDSA and EdDSA, which secure most blockchain signatures today, are considered vulnerable to sufficiently powerful quantum computers, and the U.S. National Institute of Standards and Technology has been standardizing post-quantum cryptographic algorithms since 2016 in response. Quantum-resistant authentication would allow users to upgrade their security model without abandoning addresses connected to assets, applications, and existing services.

This approach could become increasingly relevant as blockchain developers examine post-quantum standards and prepare for potential advances in computing capabilities. The design would address a structural limitation of current wallets, where migrating to new cryptography typically means generating a new address and moving all funds. Monad's design reportedly supports multiple authentication schemes, including conventional signatures alongside newer methods intended for stronger long-term security standards.

A proposed AuthConfigManager precompile would manage authentication changes, while a three-block delay could provide protection against immediate unauthorized account takeovers. New accounts could derive addresses from configuration data, while existing accounts could retain their addresses when authentication settings change.

Proposal Remains in Early Development

Applications relying on stable wallet addresses could therefore avoid the operational work associated with security migrations and address replacements entirely. Whether the proposal is adopted, and in what form, depends on community discussion and further technical refinement through Monad's MIP process.

Monad launched its mainnet in November 2025 after raising $244 million, including a $225 million Series A led by Paradigm. The network uses parallel execution and superscalar pipelining while maintaining Ethereum compatibility for developers building decentralized applications and supporting infrastructure. Ethereum compatibility also raises the eventual question of how Monad's native upgradeable-account model would interact with Ethereum-style tooling if the proposal advances.

However, the authentication proposal remains an early draft and requires technical specification, review, implementation, and broader consensus before potential adoption.