> ## Documentation Index
> Fetch the complete documentation index at: https://docs.celo.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Celopedia

> 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 theme={null}
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 theme={null}
What lending protocols exist on Celo?
```

```text theme={null}
Give me the Uniswap V4 contract addresses on Celo mainnet.
```

```text theme={null}
I want to build a payments Mini App. Show me the recommended architecture.
```

```text theme={null}
What grants can I apply to for a DeFi project on Celo?
```

```text theme={null}
Set up a Foundry project for Celo with fee abstraction.
```

```text theme={null}
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)
