Skip to main content

Web3 Automation: Automated Blockchain Transactions

Web3 automation enables blockchain transactions to execute automatically without manual user intervention. This includes:
  • Scheduled transactions: Execute at specific times or intervals
  • Trigger-based execution: React to onchain or offchain events
  • Conditional operations: Execute when certain conditions are met
  • Autonomous agents: AI or rule-based systems managing onchain activities
Automation transforms blockchain from a manual, click-to-execute system into a programmable, always-on infrastructure.
Automated transactions require three components:
  1. Authorization: User grants permission for specific actions
  2. Trigger: Condition or schedule that initiates execution
  3. Executor: Service that submits the transaction when triggered
With session keys, users can authorize specific automated actions without exposing their main private key.
Session keys are temporary, scoped signing keys that enable secure automation:
  • Time-limited: Valid only for a specific duration
  • Action-scoped: Can only perform specific operations
  • Revocable: User can cancel authorization anytime
  • Non-custodial: User retains full control of main wallet
The executor uses this session key to submit transactions within the defined scope.
Agentic signers are autonomous programs that hold session keys and execute transactions based on predefined logic or AI decisions. Types include:
Setting up automated trading with Biconomy involves:Step 1: Create a smart account with MEE
MEE (Modular Execution Environment) provides all ERC-4337 bundler and paymaster functionality needed for automation, plus cross-chain capabilities.
Step 2: Define automation policy
Step 3: Grant session to executor
Step 4: Configure automation logic
Biconomy’s automation infrastructure includes multiple security layers:
Yes! Biconomy’s automation supports cross-chain workflows:
The automation service handles:
  • Cross-chain message passing
  • Bridge monitoring
  • Gas on all chains (can be sponsored)
  • Failure recovery
Biconomy’s automation lets users set up their own “keepers” for personal workflows.
Building an AI agent with Biconomy MEE:

Start automating

Automate DeFi Trades

Build automated trading strategies

Session Policies

Configure automation permissions