TRUSTED SINCE 2019

Add Agentic Policies
To Onchain Apps

The smart wallet and execution engine for high performance DeFi and autonomous AI Agents. Enable guardrails, access deep liquidity and automate workflows.

Battle-Tested Infrastructure For Onchain Applications

70M+

Processed Transactions

4.7M+

Smart Accounts

$3B+

Volume Processed

10M+

Users Served

Animoca Blast Gemini Trust Wallet
TRADING

Multichain Swaps & Trading Engine

Add cross-chain swaps, limit orders, and conditional execution to onchain apps without writing smart contracts.

Smart Order Routing

Automatically find the best prices across DEXs.

Batch & Multichain Execution

Bundle multiple actions into a single transaction across any chain.

Advanced Order Types

Enable limit orders, TWAPs, and conditional triggers.

AI AGENTS

Onchain Agents & Automation

The missing layer for AI. Enable autonomous agents to transact securely with strict on-chain policies.

Spending Limits

Set strict budgets for agent transactions.

Contract Whitelisting

Control exactly which contracts agents can interact with.

Multiple Agents

Deploy multiple agents with unique permissions on a single account.

UX

Gasless Apps

Gas fees are the #1 drop-off point in your user funnel. Biconomy removes them completely—users never see a gas prompt again.

Sponsor transactions

Pay gas on behalf of your users in any token or fiat.

Pay gas in ERC-20 tokens

No wallet pop-ups. No failed transactions. Just seamless conversions.

Works with EOA wallets

Fully gasless execution for all users, including existing EOA wallets.

LIQUIDITY

DeFi Zaps

Simple integration for single-click supply and withdraw into any vault, lending market, or staking program on any chain.

200+ Integration Partners

Direct access to major DEXs, bridges, and lending protocols.

Unified Interface

Interact with any protocol through a single standardized API.

DEVELOPERS

Built for builders

Integrate in 5 minutes or less. Embed crypto superpowers in your app with just a few lines of code.

setup.ts
// 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
      }
    }]
  })
});

Dev friendly SDK

Type-safe, modular, and easy to extend.

Comprehensive Docs

Guides, examples, and API references.