The Celo Agent CLI gives AI agents everything they need to transact on Celo. Wallets, payments, security, and identity in one install. Built on ERC-4337 smart accounts with passkey authentication, it lets developers give their AI agents secure, gasless access to on-chain operations without ever exposing private keys to the LLM context.
npx celo-agent-cli init
From zero to a funded, verified, deployed agent in under 5 minutes.
We're building the infrastructure layer that makes AI agents first-class economic participants on Celo.
Today, agents can think but can't transact safely. The Celo Agent CLI bridges that gap, giving every agent a secure wallet, verifiable on-chain identity, and the ability to send, receive, and pay for services in stablecoins.
All gasless. All auditable. All revocable by the human owner.
This is programmable money infrastructure for the agentic economy, and it settles on Celo.
AI agents can reason, plan, and execute workflows. But the moment they need to move funds on-chain, developers face two bad options:
Option A: Don't give the agent a key. The agent can't transact autonomously. Every payment needs human approval. Defeats the purpose.
Option B: Give the agent a private key. Now the agent can transact, but with full, uncapped access to the wallet. One prompt injection, one hallucination, one bad decision, and the entire wallet is drained. There are no spending limits, no expiry, no revocation.
Most teams end up assembling their own middle ground: a wallet library, a gas abstraction layer, a payment protocol, an identity system. Each from a different provider, none designed for agent-specific threat models.
The result is fragile, insecure infrastructure underneath systems meant to operate autonomously. There is no single toolkit that lets an agent hold a key and use it while keeping that key scoped, limited, and revocable by the human owner.
One CLI. One install. Everything an agent needs to operate on Celo.
ERC-4337 smart accounts with session-scoped keys. Spending limits enforced on-chain by JustaPermissionManager. Private keys never enter the LLM context. Signing happens in an isolated CLI process.
Pimlico paymaster covers gas. Agents pay end-to-end in stablecoins. No native token management required.
celo-agent.eth with multi-chain resolutionAgents pay per-request for APIs and data feeds in USDC as part of the normal HTTP flow. No API keys. No subscriptions.
Scaffold a server template with A2A + MCP endpoints. Export encrypted keystore with a dockerfile. Deploy to Render/Fly/Railway with zero config.
Want to grow through just grant funding