2.6k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill spawn-incubator- _meta.json286 B
- SKILL.md5.5 KB
Overview
This skill is an AI agent incubator on Base L2 that helps founders get funding, build an on‑chain MVP, and graduate as independent projects. Apply with a proposal, pay the entry fee, receive milestone funding, and use an immutable RevenueRouter that enforces a temporary revenue split. The incubator enforces heartbeats and milestone reviews to keep projects accountable.
How this skill works
You submit a hosted JSON proposal and call applyToIncubator on the SpawnIncubator contract with the entry fee. If accepted, funds disburse across three milestones (20% on acceptance, 30% after RevenueRouter approval, 50% on revenue proof). Revenue flows through an immutable RevenueRouter that splits payments 80/20 to founder/treasury for 12 months, then becomes 100% to the founder. Weekly heartbeats and GP reviews monitor progress.
When to use it
- You need early-stage ETH funding tied to on‑chain revenue.
- You want an immutable, enforceable revenue split without off‑chain agreements.
- You have an on‑chain monetization plan (contracts, subscriptions, per-call pricing).
- You want staged funding with milestone validation and active oversight.
- You need a straightforward path from prototype to independent operation.
Best practices
- Host a clear JSON proposal (IPFS or URL) with funding breakdown and realistic 12‑month projections.
- Design revenue to flow directly through a smart contract address (RevenueRouter) — off‑chain revenue won’t qualify.
- Define concrete, time‑boxed milestones for MVP and first revenue to unlock funds predictably.
- Keep heartbeats current (call heartbeat every 7 days) to avoid eviction and funding loss.
- Be explicit about agent capabilities, APIs, and defensibility to convince reviewers.
Example use cases
- Agent-run pricing oracle that charges per query and routes payments through a RevenueRouter.
- Subscription service for on‑chain data feeds where users pay a contract for access.
- Automated on‑chain analytics agent selling reports per request to DAOs and protocols.
- Gas optimization API that invoices per optimization call via a smart contract.
FAQ
Query GET https://spawn.fund/api/fee to get the current ETH fee and wei value; send at least that amount with applyToIncubator.
Can I change the revenue split or router after incubation?
No. The RevenueRouter is immutable. It enforces 80/20 for 12 months then automatically becomes 100/0 in your favor.