Monad proposes wallet upgrade to withstand lost keys, quantum attacks

1 hour ago 20

Monad, the high-performance EVM-compatible Layer-1 blockchain, has published a draft Monad Improvement Proposal that rethinks how wallet authentication works from the ground up. The core idea: decouple your account’s authentication method from its address, so you can rotate, replace, or upgrade your keys without ever changing your wallet address.

What the proposal actually does

Authored by Kushal Babel and Jan Camenisch, the MIP introduces a flexible authentication layer that separates how you prove you own an account from how that account’s address is derived. Users would be able to change, add, or retire authenticators, including private keys, while their fixed 20-byte address stays constant. No asset migration, no updating every protocol and contact with a new address, no starting from scratch.

The system supports a range of signature schemes. Legacy secp256k1 ECDSA (the standard Ethereum uses today) remains compatible, but the proposal also opens the door to P-256, Ed25519, and critically, ML-DSA, a post-quantum cryptographic standard.

Key management runs through a new component called the AuthConfigManager precompile. Swapping or rotating keys requires proof of possession and takes effect after a 3-block execution delay, a brief waiting period designed to prevent instant hostile takeovers of accounts.

For new accounts, addresses are derived from a genesis configuration hash using a pattern similar to CREATE2, Ethereum’s deterministic contract deployment method. Legacy accounts can upgrade their authentication configurations without migrating to new addresses, which preserves backward compatibility with existing Ethereum tooling.

Why quantum resistance matters now

The elliptic curve cryptography that secures virtually every major network, including Bitcoin and Ethereum, could theoretically be broken by a sufficiently powerful quantum computer running Shor’s algorithm. Cryptographers refer to “harvest now, decrypt later” attacks as the reason governments and financial institutions are already migrating to post-quantum standards.

Instead of requiring users to create entirely new wallets and transfer all their assets, the MIP lets users upgrade their cryptographic scheme in place. Monad co-founder Keone Hon acknowledged the draft as a significant milestone in the project’s roadmap toward post-quantum security. The proposal also enables multi-factor authentication policies and social recovery options.

Broader context and competitive implications

Ethereum’s ERC-4337, the account abstraction standard, tackled some of these problems at the application layer. Monad’s MIP takes a different approach by embedding authentication flexibility directly into the protocol’s account model.

The proposal is still in draft status, which means it hasn’t been finalized or implemented. If adopted, it would make Monad one of the first major EVM-compatible chains to offer native post-quantum upgrade paths and in-place key rotation at the account level.

Disclosure: This article was edited by Editorial Team. For more information on how we create and review content, see our Editorial Policy.

Read Entire Article