Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-on-celo/build-with-ai/8004.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -273,5 +273,5 @@ ERC-8004 works seamlessly with Celo's ecosystem:
## Related Protocols

- [x402](/build-on-celo/build-with-ai/x402) - Payment layer for AI agents
- [Celopedia](/build-on-celo/build-with-ai/celo-pedia) - Celo ecosystem knowledge for coding assistants
- [Celopedia](/build-on-celo/build-with-ai/celopedia) - Celo ecosystem knowledge for coding assistants
- [MCP Servers](/build-on-celo/build-with-ai/mcp/index) - Connect agents to data and tools
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Celopedia"
sidebarTitle: "Celopedia"
sidebarTitle: "Celopedia (Skill)"
description: "Use Celopedia to query Celo ecosystem data, protocol references, contract addresses, MiniPay guidance, DeFi protocols, grants, and AI agent infrastructure from your coding assistant."
---

Expand Down
2 changes: 1 addition & 1 deletion build-on-celo/build-with-ai/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebarTitle: "Overview"

Celo is a leading Ethereum Layer 2 optimized for agentic activity with real-world utility, enabling AI agents to autonomously perform onchain actions tied directly to payments, commerce, and financial coordination.

Agents on Celo can tap into the network's expansive payments ecosystem, leveraging fast finality, sub-cent transaction costs, and a stablecoin-optimized financial stack spanning peer-to-peer transfers, merchant payments, remittances, and onchain FX. Combined with native support for AI agent standards like [ERC-8004](/build-on-celo/build-with-ai/8004) and Celo's [Celopedia](/build-on-celo/build-with-ai/celo-pedia), Celo provides a production-ready environment for deploying AI agents that do more than trade tokens—they move money, coordinate economic activity, and interact with real users at global scale.
Agents on Celo can tap into the network's expansive payments ecosystem, leveraging fast finality, sub-cent transaction costs, and a stablecoin-optimized financial stack spanning peer-to-peer transfers, merchant payments, remittances, and onchain FX. Combined with native support for AI agent standards like [ERC-8004](/build-on-celo/build-with-ai/8004) and Celo's [Celopedia](/build-on-celo/build-with-ai/celopedia), Celo provides a production-ready environment for deploying AI agents that do more than trade tokens—they move money, coordinate economic activity, and interact with real users at global scale.

## Why Build AI Agents on Celo

Expand Down
2 changes: 1 addition & 1 deletion build-on-celo/build-with-ai/x402.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -336,5 +336,5 @@ app.get("/articles/:id", async (req, res) => {
## Related

- [ERC-8004](/build-on-celo/build-with-ai/8004) - Trust layer for AI agents
- [Celopedia](/build-on-celo/build-with-ai/celo-pedia) - Celo ecosystem knowledge for coding assistants
- [Celopedia](/build-on-celo/build-with-ai/celopedia) - Celo ecosystem knowledge for coding assistants
- [Fee Abstraction](/build-on-celo/fee-abstraction/overview) - Pay gas with stablecoins on Celo
10 changes: 9 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"pages": [
"build-on-celo/build-with-ai/8004",
"build-on-celo/build-with-ai/x402",
"build-on-celo/build-with-ai/celo-pedia",
"build-on-celo/build-with-ai/celopedia",
"build-on-celo/build-with-ai/vibe-coding"
]
},
Expand Down Expand Up @@ -3073,6 +3073,14 @@
"source": "/build-on-celo/build-with-ai/resources",
"destination": "/build-on-celo/build-with-ai/overview"
},
{
"source": "/build-on-celo/build-with-ai/agent-skills",
"destination": "/build-on-celo/build-with-ai/celopedia"
},
{
"source": "/build-on-celo/build-with-ai/celo-pedia",
"destination": "/build-on-celo/build-with-ai/celopedia"
},
{
"source": "/tooling/overview/network-overview",
"destination": "/build-on-celo/network-overview"
Expand Down