- Vendor lock-in: avoid ever needing to export private keys or abandon your existing wallet addresses.
- Single point of failure: eliminate reliance on fragile, single keypairs for access and control.
- Permissions you can trust: enforced onchain, not via opaque TEEs or off-chain middleware.
Smart Contract Wallets
Crossmint uses smart contract wallets to unlock support for having multiple signers and onchain programmable logic.A signer is a digital identity (such as an email, passkey, or external wallet)
authorized to approve actions on the wallet’s behalf.
- Seamless provider migration: update just the admin signer, without changing the wallet address.
- Built-in security: use multiple signers for MFA and recovery flows enforced onchain.
- Granular control: assign delegated signers with scoped, onchain permissions to act on behalf of the wallet.
- Shared access between users or roles, without compromising wallet integrity.