The smart wallet and execution engine for high performance DeFi and autonomous AI Agents. Enable guardrails, access deep liquidity and automate workflows.
Processed Transactions
Smart Accounts
Volume Processed
Users Served
Add cross-chain swaps, limit orders, and conditional execution to onchain apps without writing smart contracts.
Automatically find the best prices across DEXs.
Bundle multiple actions into a single transaction across any chain.
Enable limit orders, TWAPs, and conditional triggers.
The missing layer for AI. Enable autonomous agents to transact securely with strict on-chain policies.
Set strict budgets for agent transactions.
Control exactly which contracts agents can interact with.
Deploy multiple agents with unique permissions on a single account.
Gas fees are the #1 drop-off point in your user funnel. Biconomy removes them completely—users never see a gas prompt again.
Pay gas on behalf of your users in any token or fiat.
No wallet pop-ups. No failed transactions. Just seamless conversions.
Fully gasless execution for all users, including existing EOA wallets.
Simple integration for single-click supply and withdraw into any vault, lending market, or staking program on any chain.
Direct access to major DEXs, bridges, and lending protocols.
Interact with any protocol through a single standardized API.
Integrate in 5 minutes or less. Embed crypto superpowers in your app with just a few lines of code.
// Get execution quote for cross-chain swap
const quote = await fetch('https://api.biconomy.io/v1/quote', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
mode: 'smart-account',
ownerAddress: '0x742d35Cc6634C0532925a3b844Bc9e7595f7bD2B',
composeFlows: [{
type: '/instructions/intent-simple',
data: {
srcChainId: 8453,
dstChainId: 10,
srcToken: '0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
dstToken: '0x94b008aa00579c1307b0ef2c499ad98a8ce58e58',
amount: '100000000',
slippage: 0.01
}
}]
})
});
Type-safe, modular, and easy to extend.
Guides, examples, and API references.