Skip to main content
Enable Agno agents to send ETH transactions on EIP-1559-compatible blockchains.
Use a funded Sepolia test wallet and Sepolia RPC endpoint only. Running this example sends 0.001 ETH to the hard-coded address. EvmTools requires an EIP-1559-compatible chain.

Prerequisites

  1. Set your environment variables:
  2. Or pass them directly to the EvmTools constructor
  3. Install dependencies: uv pip install agno openai web3

Run the Example

For details, see EVM cookbook.