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
4 changes: 4 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"appearance": {
"default": "dark"
},
"banner": {
"content": "🤖 **Build Agents for the Real World** — Celo Hackathon (Feb 6–15)! [Join now →](https://celoplatform.notion.site/Build-Agents-for-the-Real-World-Celo-Hackathon-2fdd5cb803de80c99010c04b6902a3a9)",
"dismissible": true
},
"fonts": {
"heading": {
"family": "system-ui"
Expand Down
11 changes: 11 additions & 0 deletions home/celo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ description: "Celo is a leading Ethereum L2. As the frontier chain for global im
</Card>
</CardGroup>

## AI Agent Infrastructure

<CardGroup cols={2}>
<Card title="ERC-8004: Agent Trust" icon="shield-check" href="/build-on-celo/build-with-ai/8004">
Establish trust infrastructure for autonomous AI agents with identity, reputation, and validation registries.
</Card>
<Card title="x402: Agent Payments" icon="money-bill-transfer" href="/build-on-celo/build-with-ai/x402">
Enable instant, permissionless micropayments for AI agents using stablecoins via HTTP 402.
</Card>
</CardGroup>

## Builder Support

<CardGroup cols={2}>
Expand Down