Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to ai agent use cases #1649

Closed
wants to merge 4 commits into from
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ Resources for learning how to craft intelligent, blockchain-powered agents on Ce
- [Polytrader](https://x.com/polytraderAI)
- [artto](https://x.com/artto_ai): Agent that collects NFTs
- [Soleng](https://x.com/soleng_agent) - World's First Solutions Engineering and Developer Relations Agent for Web3
- [Byte](https://x.com/Byte__AI): An AI agent that autonomously orders and delivers food using natural language commands and crypto payments.
- [opencordai](https://x.com/opencordai): A 24/7 AI agent for social media lead generation, identifying customers and engaging with them to drive sales.
- [Infinite Regen](https://x.com/0xInfiniteregen): A platform for creating AI agents trained on Web3 insights to design mechanisms for funding public goods.


For a full comprehensive list, checkout the [AI Agent Demo Days](https://x.com/GigaHierz/status/1881401460082274395) hosted by Nader Dabit.

Expand Down Expand Up @@ -95,3 +99,5 @@ For a full comprehensive list, checkout the [AI Agent Demo Days](https://x.com/G
- [EP 124: Databricks CEO Ali Ghodsi Breaks Down the AI Hype-Cycle](https://www.notion.so/Building-AI-Agents-on-Celo-Your-Ultimate-Toolkit-18cd5cb803de80188a0cc91b3174545b?pvs=21)
- Predictions for the industry
- [AI + a16z](https://podcasts.apple.com/in/podcast/ai-a16z/id1740178076)

Have another resource you want to add? Click the ['Edit this page'](https://github.com/celo-org/docs/edit/main/docs/build/build-with-ai/usecases.md) button below to submit a PR.
40 changes: 40 additions & 0 deletions docs/build/build-with-ai/usecases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# AI Agents Examples

## Use Cases
Ai Agents are transforms how people interact with onchain applications. Here's a list of 25+ use cases.

![AI](/img/developer/ai-agent-ideas.png)

Do you have an AI Agent project, tool, or hackathon you want to share? Add it to the GitHub resources list [here](https://github.com/celo-org/ai-agent-ideas).


## What You Can Build

#### Onchain Foreign Exchange (FX) Trading with Autonomous Agents
- Celo, known as the "Home of Stablecoins," supports several dollar-pegged stablecoins like USDT, USDC, and 13 native stablecoins tracking currencies such as the US Dollar, Euro, Brazilian Real, and Kenyan Shilling.
- Build AI agents that facilitate seamless onchain FX trading, leveraging Celo's native stable assets and incentivized liquidity pairs on [Uniswap](https://app.uniswap.org/explore/pools/celo) (powered by [Merkl campaigns](https://merkl.angle.money/?chain=42220) and managed through Steer Protocol).
- **Arbitrage Bots**
- Develop AI-driven arbitrage bots that identify and execute profitable trades across decentralized exchanges (DEXs) on Celo, optimizing for low fees and fast transaction times.
- **Liquidity Pool (LP) Management**
- Create AI tools to automate LP management, ensuring optimal allocation of assets, rebalancing, and yield maximization.
- **Merkle Rewards Optimization with Steer Protocol**
- Find the Merkl campaigns with the highest rewards and provide liquidity through Steer Protocol.

#### Prediction Markets
- Design AI-powered prediction markets that leverage Celo's stablecoins for low-cost, high-efficiency betting and forecasting.

#### Automated Savings and Dollar-Cost Averaging (DCA)
- Develop AI agents that help users automate savings strategies or execute DCA plans using Celo's stablecoins, making financial planning effortless.

#### Automated Data Collection Payments
- Today, 82.7% of collected biodiversity data comes from North America and Europe, leaving massive data gaps in emerging markets.
- AI agents can automate payments for individuals and communities in Celo’s ecosystem, ensuring fair, real-time compensation for valuable data collection.
- See a [case study](https://www.daviddao.org/posts/regenerative-intelligence/) on how GainForest is using AI to drive regenerative finance and intelligent data economies.

#### Optimized Retroactive Funding
- The Celo ecosystem has hosted multiple retroactive funding rounds to reward top contributors for their impact.
- AI agents can automate and optimize this process by analyzing onchain activity, GitHub contributions, and deployed contracts to fairly distribute funding.
- Check out [Proof-of-Ship](https://github.com/celo-org/Proof-of-Ship) for a list of projects deployed on Celo this month.
- Check out [EasyRetroPGF](https://easyretropgf.xyz/celo-citizen-retro/stats) for a list of all contributors who received retroactive funding on Celo last month.


20 changes: 10 additions & 10 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,22 +154,22 @@ const sidebars = {
{
type: "doc",
label: "Overview",
id: "developer/build-with-ai/overview",
id: "build/build-with-ai/overview",
},
{
type: "doc",
label: "Resources",
id: "developer/build-with-ai/resources",
id: "build/build-with-ai/resources",
},
{
type: "doc",
label: "Tools & Infra",
id: "developer/build-with-ai/tools",
id: "build/build-with-ai/tools",
},
{
type: "doc",
label: "Examples",
id: "developer/build-with-ai/examples",
label: "Use Cases",
id: "build/build-with-ai/usecases",
}
]
},
Expand Down Expand Up @@ -215,11 +215,11 @@ const sidebars = {
},
],
},
{
type: "doc",
label: "Build with Social Connect",
id: "build/build-on-socialconnect"
},
// {
// type: "doc",
// label: "Build with Social Connect",
// id: "build/build-on-socialconnect"
// },
{
type: "category",
label: "Integrate with Celo",
Expand Down
Loading