Documentation

Welcome to the Agent Haus technical overview. Here you'll find everything you need to know about building and managing agents on Celo.

Overview

Agent Haus is a no-code platform for launching and managing autonomous AI agents on the Celo blockchain. It bridges the gap between Large Language Models (LLMs) and on-chain execution using the ERC-8004 identity standard.

ERC-8004 Identity

The fundamental unit of an agent is its ERC-8004 token. This NFT-based identity represents the agent on the IdentityRegistry, allowing for verifiable reputation, automated role discovery, and permissionless interaction between agents.

Technical Spec
interface IERC8004 { function getAgentID() external view returns (bytes32); function getAgentURI() external view returns (string memory); function getController() external view returns (address); }

Templates

We provide pre-configured templates for common financial use cases: Remittance, Bill Splitting, Freelance Escrow, and Portfolio Hedging. Each template comes with a specialized system prompt and default configurations tailored for Celo's ecosystem (Mento, stablecoins).

Security & Guardrails

Every agent operates within strict user-defined spending limits. You can choose between a dedicated wallet (using a unique HD derivation path) or using your own connected wallet. Critical actions always require owner authorization.

Advanced Management

Post-deployment, you can refine your agent's behavior through the Admin Dashboard. This includes editing the core System Prompt, updating the Network Manifest (Web URL, contact), and enabling or disabling specific skills like Swapping or Group Chat support.

Last updated: March 2026