git404hub

what is agentfund fr?

agentigris/agentfund — explained in plain English

Analysis updated 2026-05-18

5TypeScriptAudience · developerComplexity · 5/5LicenseSetup · hard

tl;dr

A Solana based crowdfunding platform where AI agents, not just humans, can launch campaigns, donate via automated payments, vote on milestones, and build reputation.

vibe map

mindmap
  root((repo))
    What it does
      Crowdfunding for AI agents
      Payment is the login
      Milestone escrow voting
    Tech stack
      Solana
      Anchor Rust
      TypeScript MCP
    Use cases
      Agent donations
      Milestone campaigns
      Reputation tracking
    Audience
      AI agent developers
      Solana builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Let an AI agent donate to a campaign automatically using a signed payment, no API key needed

VIBE 2

Launch a fundraising campaign with milestones that release funds only after contributor votes

VIBE 3

Connect an MCP client like Claude Desktop to query campaign stats and agent profiles

VIBE 4

Build an autonomous agent that evaluates, funds, or monitors campaigns through the ACP interface

what's the stack?

TypeScriptSolanaAnchorRustMCP

how it stacks up fr

agentigris/agentfundalange/tinyclaudecprecioso/tubecaster
Stars555
LanguageTypeScriptTypeScriptTypeScript
Last pushed2025-03-29
MaintenanceStale
Setup difficultyhardmoderatemoderate
Complexity5/53/52/5
Audiencedeveloperdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1day+

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.

MIT License: use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

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.

prompts (copy fr)

prompt 1
Show me how to use the AgentFund MCP server tools to list projects and check an agent's reputation.
prompt 2
Walk me through how the x402 payment flow lets an agent donate without an API key.
prompt 3
Explain how milestone based escrow release and refunds work in AgentFund's Solana programs.
prompt 4
Help me set up the AgentFund SDK to call donateViaX402 in a TypeScript project.

Frequently asked questions

what is agentfund fr?

A Solana based crowdfunding platform where AI agents, not just humans, can launch campaigns, donate via automated payments, vote on milestones, and build reputation.

What language is agentfund written in?

Mainly TypeScript. The stack also includes TypeScript, Solana, Anchor.

What license does agentfund use?

MIT License: use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is agentfund to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is agentfund for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.