70M+
Transactions processed
4.5M+
Smart accounts deployed
Core Components
Nexus Smart Account
Nexus is Biconomy’s ERC-7579 compliant smart account—the most gas-efficient on the market with 25% lower costs than alternatives.Gasless Transactions
Users pay fees in USDC, USDT, or any ERC-20 token—or you sponsor gas entirely
Composable Batching
Chain multiple operations where each step uses outputs from the previous one
Modular Architecture
Install modules for recovery, spending limits, session keys, and custom logic
Cross-Chain Ready
Unified addresses across all supported EVM networks
Orchestration
The Biconomy stack enables advanced onchain orchestration capabilities. These include:- Executing multiple composable transactions in an atomic batch (Composable Batching)
- Executing multiple function calls across multiple chains with a single user signature (Cross-Chain Orchestration)
- Scheduling transactions or creating repeat transactions.
- Setting up “Conditional Execution” - triggering transactions based on some on-chain condition (e.g. price oracles)
| Capability | ERC-4337 | MEE |
|---|---|---|
| Batch transactions | ✅ | ✅ |
| Dynamic composable execution | ❌ | ✅ |
| Cross-chain orchestration | ❌ | ✅ |
| Pay gas from any chain | ❌ | ✅ |
| EOA wallet support | ❌ | ✅ |
Choose Your Integration Path
Biconomy offers two ways to integrate, depending on your needs:- Supertransaction API
- AbstractJS SDK
Best for: Rapid development, DeFi integrations, teams without blockchain expertise
- REST API works with any language or framework
- Pre-built integrations for hundreds of DeFi protocols
- Automatic bridge and swap route optimization
- No smart contract deployment or encoding required
Not sure which to choose? See the detailed comparison.
Smart Sessions for Automation
Smart Sessions enable delegated execution—perfect for AI agents, bots, and automated strategies. Users grant scoped permissions to other signers with precise constraints.
Example: An AI agent that rebalances funds across DeFi protocols:
- Limited to AAVE, Morpho, and Yearn contracts
- Can only move USDC
- Maximum spend of 10,000 USDC
- Works across Optimism, Base, and Ethereum
Smart Sessions work with both Smart Accounts and EOAs (via EIP-7702 or Fusion Execution).