Skip to content

Migrate from stackup

We’re excited to support your migration to Biconomy! This guide will walk you through the steps and any necessary adjustments for your setup, while highlighting the benefits of our stack.

Biconomy provides a complete solution for leveraging Smart Accounts, Paymasters, and Bundlers. Checkout the list of supported networks for our Bundlers and Paymasters.

Migration Steps:

  1. Create biconomy bundler client: With Biconomy, you can utilize our Bundler infrastructure through either the SDK or API requests. Follow the official guide to set up the bundler client. You can find the Biconomy Bundler URL here.

  2. Setup paymaster: Biconomy's paymaster service enables Dapps to sponsor transactions and, also allows users to use ERC-20 tokens as payment for gas. Log in to the Biconomy dashboard to get the paymaster URL and switch modes between our sponsorship and token Paymaster. Make use of different Spending limits to customize the paymaster usage.

  3. Update RPC calls: Use all available Biconomy bundler JSON-RPC methods as outlined in the specification.

Stackup BundlerBiconomy bundler
eth_sendUserOperationeth_sendUserOperation
eth_getUserOperationReceipteth_getUserOperationReceipt
eth_getUserOperationByHasheth_getUserOperationByHash
eth_supportedEntryPointseth_supportedEntryPoints
eth_chainIdeth_chainId

All paymaster URLs allow you to use both Sponsorship and Token Paymasters. To switch between paymasters you will simply change the Mode of a specific request.

Stackup paymasterBiconomy paymaster
pm_sponsorUserOperationpm_sponsorUserOperation

Additionally, you can find list of all contract here.

Follow the end to end integration guides for various use cases:

For additional support, reach out to us on Telegram or discord.