EIP-7702
EIP-7702 support currently only works on testnets that deployed support for the Ethereum Pectra upgrade, such as Ithaca Odyssey and ABC from Gelato. Please keep this in mind when building with EIP-7702.
There are a few open items that we will address in the near future:
- The backend still persists a regular AA account address (instead of EOA), and currently the SDK UI just overrides it.
- Confirmation UI experience for 7702.
- Persist the authorization code for longer periods.
- Abstract the logic to work with regular Wallet Client transactions without the need to use the Kernel.
Our goal is to make this integration as seamless as possible. Please provide us with any feedback, and we will work closely with you to implement these needs.
EIP-7702 allows EOAs to upgrade to smart accounts and therefore leverage AA features such as gas sponsorship, transaction batching, session keys (automation), and chain abstraction. With Dynamic’s EIP-7702 integration, all Dynamic wallets, including both EOA wallets and AA wallets, can gain access to the aforementioned features.
Features
- Gasless transctions and policies (defined within the Zerodev dashboard)
- Batch transactions
- Rhinestone EIP-7579 support (coming soon)
Setup for 7702 with a ZeroDev Contract
Step 1: Configure the network
- Enable the 7702 compatible network i.e. Odyssey Testnet on Dynamic’s Chains
- Follow the regular ZeroDev setup instructions but choose the 7702 compatible network along the way.
- During the Zerodev configuration in the dashboard, make sure you select 7702 for wallet options.

Step 2: Npm install the packages
Step 3: Initialize the Dynamic Context Provider
To initialize pass the ZeroDevSmartWalletConnectors
to the WalletConnectors Array along with the EthereumWalletConnectors
.
Step 4: Kernel Interaction
Currently to interact with the wallet, you will need to interact directly with the kernel.