Dynamic integrates with multiple account abstraction providers so you can choose your optimal setup to convert wallets into smart contract wallets, leveraging EIP-4337 (the official account abstraction specification).Documentation Index
Fetch the complete documentation index at: https://dynamic-docs-feat-sidebar-revamp.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What can you do with a smart contract wallet?
Smart wallets offer a myriad of benefits. Four specific ones are:- Gas fee sponsorship - you can choose to allow your users to conduct “gasless” transactions that will be sponsored by you.
- Transaction bundling - you can collect a single signature which is used for a bundle of transactions vs having to ask a user for signature on every independent action.
- Sophisticated recovery and transfer options - because the wallet is a smart contract, you can define sophisticated recovery methods for the wallet signer, as well as options to transfer ownership from one private key owner to another.
- Session keys - you can create session keys with permissions to send specific transactions for your users, so that you can execute transactions without asking your users to sign, and even execute transactions while they are offline.