What is it?
The Aergo AI Service enables smart contracts to interact with large language models (LLMs) in a decentralized and trustless manner. Contracts can request AI-generated responses that are verified and delivered on-chain.
How it works
- 📝 Request: Smart contracts emit events requesting LLM responses with a stored prompt configuration.
-
🔗
Process: Off-chain nodes listen for events, fetch prompts from
storage.aergo.app, and query LLM providers. - ✅ Deliver: Responses are submitted back to the contract via transactions.
- 🔒 Verify: Multiple nodes can provide responses, enabling consensus and verification.
Use cases
Build AI-powered games, automated content moderation, intelligent oracles, natural language interfaces for DeFi, and more — all secured by the Aergo blockchain.
Store a Prompt Config →