matter-labs / zksync-era

zkSync era
Apache License 2.0
3.1k stars 2.07k forks source link

Native Multi-Signature Wallets #1135

Closed akuon closed 7 months ago

akuon commented 8 months ago

Description :

This feature request proposes the implementation of native multi-signature wallets on the zkSync Era network. Multi-signature wallets require multiple private keys to authorize transactions, enhancing security and control over crypto assets. This feature would leverage the scalability and low transaction fees of zkSync Era, making it an attractive option for users seeking secure and efficient multi-party control over their funds.

Rationale :

Additional Context :

Potential Benefits :

EmilLuta commented 7 months ago

cc: @popzxc

popzxc commented 7 months ago

zkSync Era natively supports account abstraction, which means that even EOAs on zkSync Era are smart contracts. Anyone is able to implement their custom account, and it'd be natively supported.