# EIP-5792 > Next-gen wallet RPCs ## Docs - [Getting Started](/getting-started): To implement support for the new RPC methods, wallets need to: - [Introduction](/introduction): [EIP-5792](https://eips.ethereum.org/EIPS/eip-5792) enables applications to ask a wallet to process a batch of onchain write calls and to check on the status of those calls. These calls can be enhanced by `capabilities` (such as atomic execution or paymasters), if they are supported by the wallet. - [Apps](/ecosystem/apps): Below are some apps that leverage EIP-5792 today. - [Tools](/ecosystem/tools): The following developer tools support EIP-5792. - [Wallets](/ecosystem/wallets): The following wallets support EIP-5792. - [Migrating to 2.0.0](/reference/migrating-to-v2): During the EIP review process, there were changes to the initially proposed 1.0 version. This guide outlines the key changes between version 1.0 and the finalised 2.0.0 of EIP-5792, and provides guidance for migrating your implementation.