Skip to content

Commit 6a9f30b

Browse files
Add hackathon banner and feature 8004/x402 on home page (#2134)
Add a site-wide dismissible banner promoting the "Build Agents for the Real World" Celo Hackathon (Feb 6–15). Add an "AI Agent Infrastructure" section to the home page featuring ERC-8004 Agent Trust and x402 Agent Payments cards. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 72aed54 commit 6a9f30b

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

docs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"appearance": {
2020
"default": "dark"
2121
},
22+
"banner": {
23+
"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)",
24+
"dismissible": true
25+
},
2226
"fonts": {
2327
"heading": {
2428
"family": "system-ui"

home/celo.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@ description: "Celo is a leading Ethereum L2. As the frontier chain for global im
2626
</Card>
2727
</CardGroup>
2828

29+
## AI Agent Infrastructure
30+
31+
<CardGroup cols={2}>
32+
<Card title="ERC-8004: Agent Trust" icon="shield-check" href="/build-on-celo/build-with-ai/8004">
33+
Establish trust infrastructure for autonomous AI agents with identity, reputation, and validation registries.
34+
</Card>
35+
<Card title="x402: Agent Payments" icon="money-bill-transfer" href="/build-on-celo/build-with-ai/x402">
36+
Enable instant, permissionless micropayments for AI agents using stablecoins via HTTP 402.
37+
</Card>
38+
</CardGroup>
39+
2940
## Builder Support
3041

3142
<CardGroup cols={2}>

0 commit comments

Comments
 (0)