Skip to content

Smart Wallet Launch-Ready Checklist

The Basics

Test your app using the beta SDK

Test your app with Smart Wallet enabled on using the Beta SDK. See our guide.

Ensure Smart Wallet compatible Signature Validation

If your app is using Sign in with Ethereum or similar, ensure you are ERC-6492 compliant. Viem's verifyMessage makes this very simple.

If your smart contracts do any signature validation, ensure they follow ERC-1271 when the account is not an EOA.

Magic Spend Compatible

Magic Spend enables users to get "just in time" transaction funding from their Coinbase account. This is currently supported for ETH only on Base. To give users the best experience, apps should make use of the auxiliaryFunds capability and ensure they are not blocking actions based solely on onchain balance checks. See our guide.

Use SDK 4.0 or later

Ensure your app is using SDK version 4.0 ahead of mainnet launch. If you are using a wallet library, check Wallet Library Support to ensure day 1 readiness.

Bonus: Make the most of Smart Wallet!

Batch Transactions

Improve your app's UX by using batch transactions, allowing, for examples, approvals and swaps to happen in a single transaction. See our guide.

Paymasters (sponsored transactions)

Smart Wallet is one of the first wallets to support app-defined paymasters. This enables sponsoring certain transactions for your users, so they do not have to know or think about gas cost. See our guide.