Prerequisites
Make sure you have set up Wagmi with Base Account before following this guide.Getting the Provider
The key to accessing advanced Base Account functionality is getting the provider from your Wagmi connector. Once you have the provider, you can use any Base Account RPC method.Available Use Cases
Once you have the provider, you can access all Base Account functionality:Sub Accounts
Create and manage child accounts for improved UX. Learn more: Sub Accounts Guide | Sub Accounts RPC MethodSpend Permissions
Allow apps to spend on behalf of users with predefined limits. Learn more: Spend Permissions Guide | Spend Permissions ReferenceBatch Transactions
Execute multiple transactions in a single user confirmation. Learn more: Batch Transactions Guide |wallet_sendCalls
Reference