A comprehensive toolkit for building and deploying autonomous AI agents on the Celo blockchain. Combines ERC-8004 (agent identity NFTs), x402 (payment protocol), LangChain (AI orchestration), and includes both CLI tools and a web UI for agent management and interaction.
To democratize AI agent development on Celo by providing a production-ready, open framework that lets developers go from zero to autonomous blockchain-capable agents in minutes, while maintaining security and following Celo's web3 standards.
The project is currently in MVP / Early Development (v0.1.0) - Core scaffolding, agent registration, and basic tooling are functional; actively being tested and refined.
Currently, building AI agents that can interact with blockchain networks requires developers to integrate multiple complex technologies (AI models, blockchain RPC interactions, contract deployments, payment handling) with no standardized starting point. This creates high barriers to entry and leads to security gaps and inconsistent implementations.
We're building a scaffolding tool that bundles all necessary components together:
ERC-8004 agent registration for on-chain identity
LangChain integration for AI/LLM capabilities
x402 payment protocol for agent monetization
Built-in wallet management for USDC transactions and Celo interactions
Multiple interfaces: CLI (chat + auto modes) and Web UI
Pre-built tools: Contract deployment, balance monitoring, transaction execution, sub-agent spawning
Global