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
- [Agent Skills](/build-on-celo/build-with-ai/agent-skills) - Modular agent capabilities
- [Celopedia](/build-on-celo/build-with-ai/celo-pedia) - Celo ecosystem knowledge for coding assistants
- [MCP Servers](/build-on-celo/build-with-ai/mcp/index) - Connect agents to data and tools
309 changes: 0 additions & 309 deletions build-on-celo/build-with-ai/agent-skills.mdx

This file was deleted.

81 changes: 81 additions & 0 deletions build-on-celo/build-with-ai/celo-pedia.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
---
title: "Celopedia"
sidebarTitle: "Celopedia"
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."
---

Celopedia is a builder-focused knowledge skill for Celo. It packages Celo ecosystem intelligence, protocol references, verified contract addresses, MiniPay guidance, DeFi protocol context, grant information, and AI agent infrastructure into a skill that coding assistants can use while you build.

Use it when you want your AI coding agent to answer Celo-specific questions, compare ecosystem opportunities, find contract addresses, scaffold common development patterns, or reason about MiniPay, DeFi, stablecoins, governance, and agentic applications on Celo.

## What you can do with Celopedia

- **Research ecosystem opportunities**: Search ecosystem data, compare verticals, and identify gaps before you build.
- **Find contract addresses**: Look up verified addresses for core protocol contracts, Mento stablecoins, Uniswap, Aave, Morpho, bridge contracts, and more.
- **Build MiniPay apps**: Get MiniPay wallet detection, payment, testing, and submission guidance.
- **Integrate DeFi protocols**: Ask for Celo-specific patterns for protocols such as Uniswap, Aave, Morpho, Mento, Velodrome, Curve, Ubeswap, and stCELO.
- **Explore grants and funding**: Match a project idea to relevant Celo grant programs and builder support options.
- **Build AI agents on Celo**: Use references for ERC-8004, x402, the Celo MCP Server, and agent skills.

## Install

Install Celopedia with `npx skills`:

```bash
npx skills add celo-org/celopedia-skills
```

After installing, restart your coding assistant if it does not discover new skills during an active session.

<Note>
Celopedia supports agent environments that use file-based skills, including Codex, Claude Code, and OpenClaw. See the GitHub repository for tool-specific install notes.
</Note>

## Example prompts

Once installed, ask your coding assistant questions like:

```text
What lending protocols exist on Celo?
```

```text
Give me the Uniswap V4 contract addresses on Celo mainnet.
```

```text
I want to build a payments Mini App. Show me the recommended architecture.
```

```text
What grants can I apply to for a DeFi project on Celo?
```

```text
Set up a Foundry project for Celo with fee abstraction.
```

```text
How saturated is the DEX vertical on Celo compared with other EVM chains?
```

## What's included

| Area | Included references |
|------|---------------------|
| Network and contracts | Chain IDs, RPCs, explorers, fee currencies, RPC limits, and verified contract addresses |
| Ecosystem intelligence | Product discovery, competitor scans, vertical analysis, and Celo ecosystem context |
| Builder setup | Foundry, Hardhat, Viem, Wagmi, fee abstraction, deployment, and verification patterns |
| DeFi | Protocol references for Uniswap, Aave, Morpho, Mento, Velodrome, Curve, Ubeswap, and stCELO |
| MiniPay | Mini App development, wallet detection, stablecoin payments, ODIS, templates, and listing guidance |
| AI agents | ERC-8004, x402, Celo MCP Server, and agent skill references |
| Grants | Funding programs and grant matchmaking guidance |

## Data sources

Celopedia is curated from official Celo documentation, protocol references, ecosystem data sources, and live public APIs where applicable. Its sources include Celo Docs, The Grid, DefiLlama, Celoscan, MiniPay references, and protocol documentation from teams across the Celo ecosystem.

## Resources

- [Celopedia](https://celopedia.celo.org/)
- [Celopedia GitHub repository](https://github.com/celo-org/celopedia-skills)
Loading