Monad has proposed a mechanism to let users replace cryptographic keys tied to their wallets without changing their address, according to a proposal posted August 24. The system separates a wallet's address from its authentication method, enabling users to upgrade security, add social recovery or switch to passkeys while keeping the same on-chain identity and asset holdings.
The proposal uses a commitment scheme where the address remains anchored to an immutable public key, while a separate authority key governs which methods can sign transactions. A user can rotate the authority key without touching the address, effectively decoupling identity from the active authentication layer. This architecture solves a fundamental friction in self-custodial crypto: upgrading security or adding recovery options has historically required moving funds to a new address.
Modern wallets face competing demands for security and usability. Institutional and retail users want post-quantum cryptography as quantum computing advances, but switching algorithms typically means generating a new keypair and migrating assets. Social recovery, which lets trusted parties help restore access to a lost key, has been implemented in contract wallets like Argent and Safe but not as a native account feature. Passkeys, which use device biometrics or hardware tokens, are becoming standard in consumer authentication but rarely coexist cleanly with cryptographic key management in blockchain contexts.
Monad's proposal addresses these by allowing a user to add ML-DSA (a post-quantum digital signature scheme) as a new authority method, or enable multisig guardianship, or migrate to passkey signing, all while the wallet address stays constant on-chain. Existing balances, permissions, and contract interactions tied to that address continue unaffected. The address itself functions as a long-term identity; the keys that control it become rotatable infrastructure.

The mechanism sits within a broader industry shift toward account abstraction, which separates the concept of an account from the specific cryptographic method securing it. Ethereum's ERC-4337 standard, deployed in 2023, allows similar flexibility through smart contract wallets, but Monad's proposal embeds key rotation directly into the protocol layer rather than requiring user assets to live in a smart contract. This removes gas costs and adds native support for post-quantum upgrades without forcing users into a contract wallet ecosystem.
Key rotation without address changes reduces the operational and security burden on users managing their own keys. It also improves the user experience for adding security features: a user who loses access to a wallet can designate recovery guardians retroactively, as long as they can still sign with an existing key. Institutions managing large holdings could upgrade to post-quantum algorithms without coordinating liquidity moves across exchanges or custodians.
Monad will need to gather community feedback and test the proposal before any deployment. The question of whether Monad's protocol validators and ecosystem partners adopt the mechanism, and at what timeline, will determine whether the feature becomes available to users.