Skip to content
wallet.page

Batch calls

EIP-5792 describes wallet-controlled batching: the dapp passes an array of calls, the wallet shows one confirmation UI, and the user submits a single transaction (or account abstraction flow) on chain.

Common RPC surface:

  • wallet_sendCalls — submit a batch
  • wallet_getCallsStatus — poll batch status
  • wallet_getCapabilities — discover what the wallet supports on the active chain