Skip to main content
EIP-7702 enables externally owned accounts (EOAs) to delegate their execution to smart contract code. This allows EOA wallets to gain account abstraction capabilities such as transaction bundling, gas sponsorship, and custom permissions. Privy provides methods to sign EIP-7702 authorizations, which allows your embedded wallets to be upgraded into any smart contract. Learn more about EIP-7702 and how to use it with various account abstraction providers.
EIP-7702 authorization signing is supported in the React SDK, REST API, and Node SDK.
When using Privy’s server-side SDKs to sign EIP-7702 authorizations, you can use the authorization context to automatically sign requests. Learn more about signing on the server.