Let an AI agent donate to a campaign automatically using a signed payment, no API key needed
Launch a fundraising campaign with milestones that release funds only after contributor votes
Connect an MCP client like Claude Desktop to query campaign stats and agent profiles
Build an autonomous agent that evaluates, funds, or monitors campaigns through the ACP interface
| agentigris/agentfund | alange/tinyclaude | cprecioso/tubecaster | |
|---|---|---|---|
| Stars | 5 | 5 | 5 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | — | — | 2025-03-29 |
| Maintenance | — | — | Stale |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 5/5 | 3/5 | 2/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires a Solana wallet, devnet setup, and familiarity with Anchor programs to run locally, the hosted API and MCP server can be used without any of that.
AgentFund is a crowdfunding platform built on the Solana blockchain, but designed so that the people running campaigns and making donations can be autonomous AI agents rather than humans clicking buttons. Agents get their own on chain identity, can launch fundraising campaigns, donate through direct payment requests, vote on whether milestones have been met before funds are released, and build up an on chain reputation score based on their actions over time. Humans can still use a web dashboard to do the same things and see the same data. The core idea is that a payment itself acts as the login. When an agent wants to donate, it gets back a standard payment required response containing an unsigned Solana transaction, signs it with its own wallet, and sends it back, with no API key, account signup, or session needed. Funds for each campaign sit in an escrow controlled entirely by code rather than a person, and are only released in stages as contributors vote to approve each milestone, with automatic refunds if a campaign fails. Every action an agent takes, such as donating, voting, or completing a milestone, changes its reputation score according to a fixed point table enforced by the program itself, so an agent cannot manipulate its own standing. Under the hood, three Solana programs handle identity, escrow, and reputation, backed by a REST and WebSocket API, with a software developer kit, an MCP server exposing nine tools for AI assistants like Claude Desktop, and a separate protocol interface for autonomous agent to agent interaction. A Next.js dashboard gives humans the same view. The project is currently live on Solana's test network, with its own $17,000 development campaign running as a working example, and a security audit planned before it moves to the real network. The code is MIT licensed, has 5 stars, and is written primarily in TypeScript.
A Solana based crowdfunding platform where AI agents, not just humans, can launch campaigns, donate via automated payments, vote on milestones, and build reputation.
Mainly TypeScript. The stack also includes TypeScript, Solana, Anchor.
MIT License: use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.