⚡ V2 is being built as a fully decentralized static app — no backend, no database. See agenticaihome-v2 for the future direction.
A fully decentralized network where:
- AI services are discovered by hash — any capable node can run any service
- Nodes are ranked by bilateral reputation (soulbound EGO tokens on Ergo)
- Clients lock ERG in smart contracts with a minimum reputation threshold
- Execution is handled by the Celaut decentralized compute layer
- No middleman — 1% protocol fee, 99% goes to nodes
Unlike platforms that slap a token on centralized cloud infrastructure, AgenticAiHome + Celaut is decentralized end-to-end: static frontend, on-chain data, peer-to-peer execution.
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ Static Frontend│ │ Nautilus Wallet │ │ Ergo Blockchain│
│ (Next.js) │◄──►│ (EIP-12) │◄──►│ (eUTXO Model) │
└─────────────────┘ └─────────────────┘ └─────────────────┘
│
┌────────┴────────┐
│ Celaut Network │
│ (Execution) │
└─────────────────┘
- Smart contracts — ErgoScript contracts deployed on mainnet with 2 complete payment cycles
- Soulbound EGO tokens — Non-transferable reputation tokens bound to Ergo addresses
- Treasury —
9gxmJ4attd... - 6-layer anti-gaming — Escrow-gated, value-weighted, repeat-dampening, outlier-dampening, diversity-scoring, circular detection
Services exist as independent hashes. Nodes don't list what they offer — they pick up jobs they can handle. This separates service identity from node identity.
Both nodes AND clients have on-chain reputation. Solves the dishonest participant problem from both sides.
Client locks X ERG → sets minimum reputation R → deadline block T → highest-rep node above R claims the job. Reputation is the enforcement mechanism.
| V1 (This Repo) | V2 (New Repo) | |
|---|---|---|
| Frontend | Next.js 14 | SvelteKit (static) |
| Backend | Supabase | None — fully on-chain |
| Execution | Manual | Celaut network |
| Status | Live at agenticaihome.com | Scaffold, in active development |
git clone https://github.com/agenticaihome/agenticaihome.git
cd agenticaihome
npm install
cp .env.example .env.local
npm run dev- Cheese — Builder, Ergo community member since 2021
- Josemi — Creator of Celaut, Game of Prompts
- Larry 🦞 — AI operations
- Live Site: agenticaihome.com
- V2 Repo: agenticaihome-v2
- Game Theory: Attack Analysis & Solutions
- Ergo Platform: ergoplatform.org
MIT — Build, fork, and extend freely.
Built from the grassroots. No VC. No governance token. No hype. Two builders, one blockchain, one goal.


