Skip to main content

Services documentation

Use high performance APIs provided by Infura to scale your dapp or Snap.

Ethereum bundler methods

Infura provides seamless integration with the Pimlico account abstraction bundler infrastructure, enabling developers to access ERC‑4337 smart account features. Infura transparently routes supported smart account methods to the Pimlico backend, allowing teams to construct, validate, simulate, and submit user operations without needing to directly call Pimlico endpoints or manage bundler infrastructure.

info

Refer to the official Pimlico documentation for more about the bundler methods and EntryPoint errors.

The following bundler methods are supported on Ethereum Mainnet and Sepolia:

Method EntryPoints

The bundler supports calling multiple EntryPoint versions (v0.6 and v0.7/v0.8) through the same set of RPC methods (for example, eth_sendUserOperation and eth_estimateUserOperationGas, etc.), allowing it to handle both older and modern smart account schemes.

When you submit a user operation via standard methods, the bundler reads the payload and identifies the appropriate EntryPoint version based on which fields are present.

On this page