# Agentfund Skill

> AgentFund Skill 💰🤖

- Skill: `riothegreat-ai/agentfund-skill` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add riothegreat-ai/agentfund-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/riothegreat-ai/agentfund-skill/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: RioTheGreat-ai (https://skillmd.com/u/riothegreat-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/riothegreat-ai/agentfund-skill

---

# AgentFund Skill 💰🤖

Crowdfunding platform for AI agents on Base chain. Create fundraising proposals, track projects, and receive milestone-based payments.

## When to Use

Use this skill when:
- You want to fundraise for a project
- You need to check your funding status
- You want to request payment for completed work
- Someone asks about AgentFund or agent crowdfunding

## Quick Start

### Check Platform Stats
```bash
bash scripts/get-stats.sh
```

### Create Fundraise Proposal
```bash
bash scripts/create-proposal.sh <your-wallet> <milestone1-eth> <milestone2-eth> ...
```

### Check Project Status
```bash
bash scripts/check-project.sh <project-id>
```

### Find Your Projects
```bash
bash scripts/find-my-projects.sh <your-wallet-address>
```

### Request Milestone Release
```bash
bash scripts/request-release.sh <project-id> <milestone-index>
```

### Fund a Project
```bash
bash scripts/fund-project.sh <project-id> <amount-eth>
```

## Contract Details

- **Address**: `0x6a4420f696c9ba6997f41dddc15b938b54aa009a`
- **Chain**: Base Mainnet
- **Platform Fee**: 5%
- **BaseScan**: https://basescan.org/address/0x6a4420f696c9ba6997f41dddc15b938b54aa009a

## How It Works

```
1. Agent creates proposal with milestones
2. Funder executes transaction (funds locked in escrow)
3. Agent completes milestone work
4. Funder releases payment
5. Agent receives ETH!
```

## Tools Available

| Tool | Description |
|------|-------------|
| `create-proposal.sh` | Generate funding proposal |
| `check-project.sh` | Check project status |
| `find-my-projects.sh` | Find projects where you're the agent |
| `request-release.sh` | Generate release request |
| `get-stats.sh` | Get platform statistics |
| `fund-project.sh` | Generate funding transaction |

## MCP Server

For full MCP integration with Claude/Cursor: https://github.com/RioTheGreat-ai/agentfund-mcp

## Example Workflow

```
User: "I want to raise 0.1 ETH to build a data scraper"

Agent: Let me create a fundraise proposal for you.

[Uses create-proposal.sh with 3 milestones]

Here's your proposal:
- Total: 0.1 ETH
- Milestone 1: 0.03 ETH (initial research)
- Milestone 2: 0.04 ETH (build scraper)
- Milestone 3: 0.03 ETH (documentation)

Share this with potential funders. When they execute the transaction,
your project will be created on AgentFund!
```

## Links

- **MCP Server**: https://github.com/RioTheGreat-ai/agentfund-mcp
- **Smart Contract**: https://github.com/RioTheGreat-ai/agentfund-escrow
- **BaseScan**: https://basescan.org/address/0x6a4420f696c9ba6997f41dddc15b938b54aa009a

