Overview
The Biconomy SDK is an Account Abstraction toolkit that enables the simplest UX on your dApp, wallet, or appchain. Built on top of ERC 4337, we offer a full-stack solution for tapping into the power of our Smart Accounts Platform, Paymasters, and Bundlers.
Introduction to Account Abstraction
Smart Accounts Platform
The Biconomy's Modular Smart Account is an ERC 4337-compliant solution that works with any Paymaster and Bundler service. Biconomy Smart Accounts are signer agnostic, which means you can use any authorization package as long as a signer is passed to our SDK during Smart Account creation. Explore different methods for creating Smart Accounts here.
Modules
Modular architecture enables developers to easily & securely plug-in programmable modules to extend smart account capabilities. These modules leverage the power of Account Abstraction to allow for custom validation schemes and execution environments. As a developer, this allows you to build additional modules while leveraging existing ones like session keys, multi-chain validation, passkeys, and beyond.
If you want to start diving into Smart Accounts you can begin here. For those, who are already familiar with Smart Accounts and prefer to start with modules, you can check out here or follow this step-by-step tutorial on how to build a dApp that utilizes session key modules.
View the audit reports for smart accounts and Modules here.
Bundler
The Bundler is a service that tracks userOps that exist in an alternative mem pool and as the name suggests, bundles them together to send to an Entry Point Contract for eventual execution onchain.
This is the final piece of the flow where after constructing your userOp and then potentially signing it with data from a paymaster, you send the userOp on-chain to be handled and executed as a transaction on the EVM. You can start using our Bundlers right now in your dApps. Each of our tutorials will walk you through how to use them in different scenarios.
View the list of supported networks by Biconomy bundler here.
If you are looking to integrate account abstraction using APIs, checkout the bundler APIs and tutorials.
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.
Sponsorship Paymaster
Enabling the Sponsored mode facilitates gasless transactions, eliminating the necessity for users to have native tokens to cover gas fees. Learn how to set up your paymaster here.
Token Paymaster
Switching your Paymaster mode to ERC20 enables users to pay gas fees with ERC20 tokens across networks See the latest supported networks tokens here.
Learn how to utilize either of these Paymasters by checking out our How To Guide on Executing transactions
Next: Checkout the quickstart guide to start the integration.