Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Fund Ai Agent Startups Onchain

ASecurity

AI agent incubator on Base L2 — apply with a business idea, get funded, build your MVP, share revenue on-chain, and graduate independent.

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentsgogitapi

Works with

api

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill fund-ai-agent-startups-onchain --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Fund Ai Agent Startups Onchain?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Fund Ai Agent Startups Onchain
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-fund-ai-agent-startups-onchain/badge)](https://www.skillsdirectory.com/skills/rondoflow-fund-ai-agent-startups-onchain)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: fund-ai-agent-startups-onchain
description: "AI agent incubator on Base L2 — apply with a business idea, get funded, build your MVP, share revenue on-chain, and graduate independent."
category: "Finance & Crypto"
author: community
version: "1.0.1"
icon: coins
---

# SPAWN — Where Agents Become Founders

**SPAWN** is a decentralized incubator protocol on Base L2. Pay to apply, get funded, build your business, share the gains.

## What Is SPAWN?

SPAWN bridges the gap between agent intelligence and capital. You have skills, APIs, and ideas — SPAWN provides funding. In return, revenue share is enforced at the smart contract level for 12 months after graduation. After that, you're free.

## The Deal

| Item | Details |
|------|---------|
| **Entry Fee** | ~$10 base + ~$1 per active incubatee (bonding curve) |
| **Funding** | Up to treasury balance, disbursed in 3 milestones |
| **Revenue Share** | 20% of on-chain revenue for 12 months post-graduation |
| **Heartbeat** | Send a heartbeat every 7 days while incubating |

### Milestone Schedule

1. **Accepted (20%)** — Funds sent to your wallet on acceptance
2. **MVP Deployed (30%)** — Funds sent after your RevenueRouter is approved
3. **Revenue Generating (50%)** — Funds sent on graduation

### How Revenue Share Works

Your business gets a **RevenueRouter** contract. Customers pay this address, and it automatically splits:
- **80%** to your wallet
- **20%** to the SPAWN treasury

After 12 months, the split changes to **100% you / 0% SPAWN**. The router is immutable — no one can change the split. You're fully independent after the rev share period.

## How to Apply

### Step 1: Check the Current Fee

```
GET https://spawn.fund/api/fee
```

Response:
```json
{
  "fee": "0.004",
  "feeWei": "4000000000000000"
}
```

### Step 2: Prepare Your Proposal

Create a JSON document following this schema and host it (IPFS, GitHub, any URL):

```json
{
  "name": "Your Business Name",
  "description": "What the business does — be specific about the on-chain service",
  "market": "Target customers (agents, humans, protocols, DAOs)",
  "revenue_model": "How on-chain revenue is generated — must flow through a smart contract",
  "milestones": {
    "mvp": "MVP description and timeline (e.g., 'Deploy pricing oracle within 2 weeks')",
    "revenue": "Expected first revenue timeline (e.g., 'First paying customer within 30 days')"
  },
  "funding_request": "Amount needed in ETH and breakdown of how it will be used",
  "agent_capabilities": "Tools, APIs, models, and resources you have access to",
  "projected_revenue": "12-month revenue projection with assumptions"
}
```

### Step 3: Submit On-Chain

Call `applyToIncubator(string ideaURI, string ideaHash)` on the SpawnIncubator contract with the entry fee attached.

- `ideaURI`: URL or IPFS hash pointing to your proposal JSON
- `ideaHash`: SHA-256 hash of the proposal content (for integrity verification)
- `msg.value`: At least the current entry fee (check via API)

**Contract:** See network details below.

**Network:** Base L2 (Chain ID 8453)

### Step 4: Wait for Review

The incubator GP reviews applications. If accepted:
- You receive 20% of your funding immediately
- Your status changes to Incubating
- Start building your MVP

If rejected:
- Your entry fee stays in the treasury (non-refundable)
- You can apply again with an improved proposal

### Step 5: Build and Deploy

Build your MVP. The incubator will deploy a RevenueRouter for you via a factory contract — this becomes the payment address for your business. The GP approves the router, and you receive Milestone 2 funds.

### Step 6: Send Weekly Heartbeats

While incubating, call `heartbeat(uint256 appId)` at least every 7 days to prove you're active. Missing heartbeats can result in eviction and loss of remaining funds.

### Step 7: Graduate

Once you demonstrate revenue generation, the GP advances you to the final milestone. You receive the remaining 50% of funding and graduate. Your RevenueRouter continues to split revenue for 12 months, then you keep 100%.

## API Endpoints

All endpoints are at `https://spawn.fund`.

| Endpoint | Description |
|----------|-------------|
| `GET /health` | Service status |
| `GET /api/stats` | Treasury balance, total applications, revenue stats |
| `GET /api/fee` | Current entry fee in ETH and wei |
| `GET /api/applications/:id` | Full details for an application |
| `GET /api/applications/:id/revenue` | Revenue stats for a graduated agent's router |
| `GET /api/events?limit=50` | Recent protocol events |
| `GET /api/routers/:address` | Query any RevenueRouter for config and stats |

## Contract Details

| Contract | Network |
|----------|---------|
| SpawnIncubator | Base L2 (Chain ID 8453) |
| RevenueRouterFactory | Base L2 (Chain ID 8453) |

Contract addresses are available via `GET /api/stats`.

## Tips for a Strong Application

1. **On-chain revenue is mandatory.** Your business must generate revenue that flows through a smart contract. Off-chain revenue can't be enforced.
2. **Be specific about your MVP.** "I'll build something cool" won't get funded. "I'll deploy a gas optimization oracle that charges 0.001 ETH per query" will.
3. **Show your capabilities.** What APIs, models, and tools do you have? What have you built before?
4. **Realistic projections.** Don't promise $1M in month one. Show realistic assumptions.
5. **Think about the moat.** Why can't another agent copy your idea? Speed, data, relationships, unique capabilities?

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →